Untitled

Anonymous
plain_text
12/19/2024 9:04 AM
148 B
21
Indexable
SELECT owner, object_name
FROM dba_objects
WHERE object_type = 'PROCEDURE'
AND object_name LIKE 'PSM_AO_%';
Editor is loading...
Leave a Comment