Oracle Table very slow in receiving data after around 850000 records
Dear All,
I am facing with a serious issue connected with Oracle Table.
I have a custom PLSQL program registered as a concurrent Program in Oracle ERP .
This program suppose to insert 967000 records into a Table.
Insertion is from a Cursor loop.
Upto around 850000 records insertion and commit going on very fast and completes in around 15 Minutes. But after that insertion and commit is very slow , say 1000 records in 3 Minutes
We commit after each iteration of the loop, so I can see data getting inserted into table when it is fast and slow
Due to this the program not at all getting ended and always shows running Normal in the application.
0