Another idea.
Take a look at ALL_TABLES.
SELECT TABLE_NAME, NUM_ROWS
FROM ALL_TABLES
WHERE OWNER NOT IN ('SYS','SYSTEM');
As far as I know this method only works if the tables are ANALYZED.
Ben
|
Results 1 to 5 of 5
Thread: Concatenate stringsThreaded View
|
Click Here to Expand Forum to Full Width |