Min,Max ROWID for table with 380 million rows
Hi
I have a PL/SQL procedure which will pull 380 million rows from one database table and put it in another database table. I am trying to use Bulk collect & Parallel Processing as outlined by Tom here.
https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4248554900346593542
Tom mentioned that you can get Min & Max ROWID of big table from data dictionary rather than table itself (which is very slow process).
Does anyone knows how to get Min,Max ROWID of large table from data dictionary ?
Thanks in advance for your help.