Skip to content Skip to sidebar Skip to footer

Help With Sqlplus Please? How To Make Sqlplus Startup With Define `off` Initially?

I have a batch script that invokes PLSQL with connection details, which works fine but I still have to explicitly SET DEFINE OFF when I connect. I would like to enhance my simple b

Solution 1:

Or in a file called login.sql in your current directory.

Solution 2:

Put SET DEFINE OFF either to the script itself or to glogin.sql (found in $ORACLE_HOME/sqlplus)

Post a Comment for "Help With Sqlplus Please? How To Make Sqlplus Startup With Define `off` Initially?"