I saved my most used scripts in files and i was used to execute a script in server manager by the way of
@<Directory Way>/ScriptName.sql
When i learned that server manager is no more supported by oracle 10g, i decided to use SQL Plus.
Problem : sometimes the execution of
@<Directory Way>/ScriptName.sql
simply kill the SQLPlus session. I find out the it was due to a too long "Directory Way"
Is there a parameter which will enable me to use a long path name to execute a script.
I hope that this message is clear enough and that such a parameter exist.
thanks for your help
@<Directory Way>/ScriptName.sql
When i learned that server manager is no more supported by oracle 10g, i decided to use SQL Plus.
Problem : sometimes the execution of
@<Directory Way>/ScriptName.sql
simply kill the SQLPlus session. I find out the it was due to a too long "Directory Way"
Is there a parameter which will enable me to use a long path name to execute a script.
I hope that this message is clear enough and that such a parameter exist.
thanks for your help