i want to import csv file into oracle database using pl / sql developer, i inform you that the base is installed under linux, and pl / sql under windows, i ran the command:
SQL> @C:\app\session_name\product\11.2.0\client_3\BIN\sqlldr user/passwd@base_name control=/opt/FNDBSS/Control/FNControl.txt log=log.txt;
but the error has appeared: Error reading file
thank you for helping me
/opt/FNDBSS/Control/FNControl.txtand you are executingsqlldrin Windows. You should either have a local control file or run it in Linux command prompt.