InterviewSolution
Saved Bookmarks
| 1. |
How Can You Get Sql*loader To Commit Only At The End Of The Load File? |
|
Answer» You cannot ensure a COMMIT only at the end of the LOAD file but you can increase the VALUE of ROWS parameter to ensure the commit after certain NUMBER of rows. You cannot ensure a commit only at the end of the load file but you can increase the value of ROWS parameter to ensure the commit after certain number of rows. |
|