Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2695

Re: List all tables for a particular object owner

$
0
0

Hi,

 

If you want to just list up the tables which belong to a specific owner, please consider using this.

 

select 'DBA.'||table_name from systab where suser_name(creator) = 'DBA' order by 1 ;

 

You can substitute the DBA with the one you want.

 

Best regards,

Jerry


Viewing all articles
Browse latest Browse all 2695

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>