Connecting Tech Pros Worldwide Forums | Help | Site Map

sqlldr

Newbie
 
Join Date: Sep 2006
Posts: 5
#1: Sep 8 '06
hi
i am transferring contents of text file into database table using sqlldr.It works fine
sqlldr uname/pwd@db control=ctr.ctl log=error.log
But when i give the table name wrong in control file it does not capture table not found in log file.

I need to make this entry in log file
help please

Member
 
Join Date: Sep 2006
Posts: 61
#2: Sep 11 '06

re: sqlldr


Try like this


sqlldr uname/pwd@db control=ctr.ctl log=error.log 2>>error.txt
Newbie
 
Join Date: May 2008
Posts: 3
#3: May 5 '08

re: sqlldr


Hi there,
i want to know how can i use the sqlldr command to import data from X.dat file to Y table in oracle Database
Reply