InterviewSolution
Saved Bookmarks
| 1. |
How Can One Get Sql*loader To Commit Only At The End Of The Load File? |
|
Answer» One cannot, but by SETTING the ROWS= parameter to a large VALUE, committing can be reduced. MAKE sure you have BIG rollback SEGMENTS ready when you use a high value for ROWS. One cannot, but by setting the ROWS= parameter to a large value, committing can be reduced. Make sure you have big rollback segments ready when you use a high value for ROWS. |
|