I'm running sqlplus from a DOS command line and inducing an error by
purposly giving it the wrong script (hence, it cannot find the script
file.) What it is doing is exiting to the SQLprompt as show below.
What I NEED it to do is exit to the DOS prompt.
c:\>sqlplus someuser/mypass@mydb NonExistantComm andFile.sql
SQL>
Does someone know how this can be done or have a commandline switch
reference that might have the answer?
purposly giving it the wrong script (hence, it cannot find the script
file.) What it is doing is exiting to the SQLprompt as show below.
What I NEED it to do is exit to the DOS prompt.
c:\>sqlplus someuser/mypass@mydb NonExistantComm andFile.sql
SQL>
Does someone know how this can be done or have a commandline switch
reference that might have the answer?
Comment