Useful shortcuts for vi editor

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%'