Technical Notes
We're all on the same page!
Showing posts with label
all_source
.
Show all posts
Showing posts with label
all_source
.
Show all posts
Tuesday, 20 June 2017
How to find database object via SQL statements?
›
SQL> select * from all_source where owner <> 'SYS' and upper(text) like '%ABC%'
›
Home
View web version