Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


SQL*Loader-00622: Column not found before end of logical
record (use TRAILING NULLCOLS)

Answers were Sorted based on User's Feedback



SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)..

Answer / raju reddy

place the clause TRAILING NULLCOLS in the controlfile, in
the middle like before starting of the column fields.
ex:load data
infile *
insert/append
into
table schemaname."<loc>"
fields terminated by ","
TRAILING NULLCOLS
(<col names>)
begindata
<your data>

Is This Answer Correct ?    11 Yes 3 No

SQL*Loader-00622: Column not found before end of logical record (use TRAILING NULLCOLS)..

Answer / guest

Cause: The logical record ended before all specified fields
were found.

Action: If the missing fields should be loaded as null, use
the TRAILING NULLCOLS clause. Otherwise, correct the data.

Please add more information about this Error

Is This Answer Correct ?    11 Yes 5 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02461: Inappropriate use of the INDEX option

1 Answers  


PCC-01002: Invalid character "character" in indicator area at line number in file string

1 Answers  


NZE-29096: The given length is incorrect.

1 Answers  


DRG-12405: error occurred processing CTX REDIRECT or CTX LABEL tag

1 Answers  


ORA-19808: recovery destination parameter mismatch

1 Answers  


ORA-12019: master table is a synonym to a remote object

1 Answers  


NNL-00506: reset_stats [<server_list>] : reset Names server statistics

1 Answers  


ORA-16722: unable to set LOG_ARCHIVE_DEST_STATE_n parameters

1 Answers  


ORA-13462: invalid blocking specification

1 Answers  


ORA-19803: Parameter DB_RECOVERY_FILE_DEST_SIZE is out of range (1 - string)

1 Answers  


QSM-01126: query rewritten with set operator materialized view, string

1 Answers  


EXP-00026: conflicting modes specified

4 Answers  


Categories