receiving an ora-3113 with NO more data to read from socket error
select sys_connect_by_path (a.value,'.') scbp_value
from oid_namespace_management a
where der='2B0601040181E4380101020114822C06A70881D23C01'
start with a.parent is null
connect by prior a.id=a.parent
this was sent to me from one of the developers
I am unfamiliar with hierarchial queries
thanks in advance for any help