자꾸 까먹는다 -_-;


SELECT service_nm,lvl
  FROM tb_table
 START WITH child_ID = '114'
CONNECT BY child_ID = PRIOR parent_ID