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
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
Comment