ALL,
SELECT object_name, object_id FROM all_objects WHERE object_name = '<table_name>';
does not produce anything.
SELECT object_name, object_id FROM user_objects WHERE object_name = '<table_name>';
also does not produce anything.
Is there a way?
TIA!
question from:https://stackoverflow.com/questions/65915822/is-there-a-way-to-retrieve-table-identifier-in-oracle