|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Avoid common pitfalls of incorporating spreadsheets into Java apps. Read about it in the free white paper: “Five Biggest Blunders when Building Spreadsheet Applications in Java” Download Now! |
|
#1
|
|||
|
|||
|
SQL*Loader - stopping the loader
Can we stop the process when a call to a function return specific code?
Could look like this: Code:
INTO TABLE <table> (<column> POSITION(01:03) IF "<function>(:<column>)" = 0 THEN STOP) Or in my function, can I stop the loader? ![]() |
|
#2
|
|||
|
|||
|
Quote:
Ummmm you can trick sqlldr to do just that: First set errors parameter to 0 or 1 you have to experiment errors -- number of errors to allow (Default 50) Second manipulate the control file to generate an error on your condition. That might do the trick. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > SQL*Loader - stopping the loader |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|