Consuming Enormous Datasets with PeopleSoft
22 hours ago
Oracle & PeopleSoft administration tasks
SQL> select count(distinct table_name)
from user_tab_columns
where data_type = 'LONG'
SQL> /
COUNT(DISTINCTTABLE_NAME)
-------------------------
2085
SQL>