|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
VeriSign Code Signing Digital Certificates provides assurance to end users. Read about this and more in the free white paper: “How to Digitally Sign Downloadable Code for Secure Content Transfer.” Learn More! |
|
#1
|
|||
|
|||
|
SQL Loader commit issue
Hi,
I have a requirement to load data with SQL Loader. The files may have data bout 1000 rows in it. The problem is I should not commit any of the rows loaded to the database until all rows in the file are processed. The commit should be done only if there are no errors. Is this possible with SQL loader ?? If yes how to do it. Thanks |
|
#2
|
|||
|
|||
|
Srivic,
I would use SQL*Loader to load the data to a staging table and then apply the logic on this table and move the rows as needed. Cheers, Dan |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > SQL Loader commit issue |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|