![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rsh & Sqlldr | epall | Shell Programming and Scripting | 8 | 01-02-2008 03:40 AM |
| how to know sqlldr error? | DILEEP410 | UNIX for Dummies Questions & Answers | 3 | 12-17-2007 07:14 AM |
| sqlldr help | systemsb | Shell Programming and Scripting | 1 | 05-24-2007 08:54 AM |
| Pass tablename as a parameter in the Control File -- sqlldr | madhunk | Shell Programming and Scripting | 1 | 06-15-2006 06:57 PM |
| help getting records loaded from sqlldr log | ecupirate1998 | Shell Programming and Scripting | 0 | 07-28-2005 10:18 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sqlldr end of file
Hi,
I've a batch program that load data from a file like: 00000013|FERRAN|JULIAN|GONZALEZ|1| 00000014|FRANCESC|NARVAEZ|PAZOS|1| 00000015|INMACULADA|MAYOL|BELTRAN|2| I used the sqlldr command in this way: sqlldr userid=U/P control=$SCRIPTS/CTRL.WCT data=$DATA/FILE log=$LOGS/FILE.LOG bad=$AUXS/FILE.BAD discard=$AUXS/FILE.DIS SKIP=1 Everythings works fine, but I notice that sometimes the rows on the file are more than the rows on the final DB table. Sometimes occurs error on the precess.. wich kind of error I don't know.. basically I would like to know when the process reach the end of the document... Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|