Technical Notes
We're all on the same page!
Useful shortcuts for vi editor
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%'
Newer Post
Older Post
Home