Code:select owner from dba_tables where partitioned = 'NO' group by owner having count(distinct tablespace)>1 union select owner from dba_tab_partitions group by owner having count(distinct tablespace)>1
|
Results 1 to 4 of 4
Thread: users own tablesThreaded View
|
Click Here to Expand Forum to Full Width |