I am getting the following error when I run sql loader...can someone please help
SQL*Loader-500: Unable to open file (/u01/app/applmgr/OADEV1/shared/apps/apps_st/appl/nord/12.0.0/data/in_data/nord_ems_sae.dat)
SQL*Loader-555: unrecognized processing option
here is the part of the sql loader script that is causing error
options ( bindsize=2000000000, readsize=2000000000)
LOAD DATA
APPEND
I was getting error below previously so I added theĀ options clause to the control fileĀ => options ( bindsize=2000000000, readsize=2000000000)
SQL*Loader-510: Physical record in data file (/u01/app/applmgr/OADEV1/shared/apps/apps_st/appl/nord/12.0.0/data/in_data/nord_ems_sae.dat) is longer than the maximum(1048576)
SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.