Something like this?
HTH,Code:select owner from (select owner,count(tablespace_name) from dba_tables group by owner) group by owner having count(*)>1 /
Erik
|
Results 1 to 4 of 4
Thread: users own tablesThreaded View
|
Click Here to Expand Forum to Full Width |