2026-03-12 20:23:15
This commit is contained in:
4
vdh/obj_by_hex.sql
Normal file
4
vdh/obj_by_hex.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
col object_name for a30
|
||||
select owner, object_name, object_type
|
||||
from dba_objects
|
||||
where data_object_id = to_number(replace('&hex_value','0x',''),'XXXXXX');
|
||||
Reference in New Issue
Block a user