Hi.
I am trying to execute a dos batch file that looks like this:
set NLS_LANG=danish_denmark.WE8MSWIN1252
set NLS_DATE_FORMAT=DD-MM-YYYY
C:\oracle\product\11.2.0\client_1\BIN\sqlplus username/password@database @C:\batch\scripts\f33\f33_update.sql
exit
But I get the following error:
Error 45 initializing SQL*Plus
Internal error
Exception in Task: Non zero exit code
The very first time I ran the job the batchfile ran, but returned a non zero exit code.
But now I cannot run it at all.
Has anyone seen this problem?