How I Can Open Control File (file.CTL)
Dear ALL
I Need To Open ctl File
that Contains
load data
infile 'C:\Documents and Settings\pc computer\Desktop\aaa.csv'
into table MSR_CALLING_CODE
fields terminated by "," optionally enclosed by '"'
( CODE ,country)
when open cmd and insert this command (sqlldr username/password@server control=loader.ctl)
this error Occured
SQL*Loader-500: Unable to open file (loader.ctl)
SQL*Loader-553: file not found
SQL*Loader-509: System error: The system cannot find the file specified.