The SQLPATH environment variable has an interesting feature. It can be (in Windows) a semi-colon separated list of directories. e.g. SET SQLPATH=c:\dir1;c:\dir2;c:\dir3
When you run a file with @ in the Command Window, each of the directories is searched, in order, and the first file found is run.
Now, this means you either have to have SQLPATH set in the Windows environment variable set up, or run a CMD window, do the set of SQLPATH, then start PL/SQL Developer from the CMD window.
If you want to change SQLPATH, this means you have to exit PL/SQL Developer, change the variable and then start up PL/SQL Developer again. Is there a way to change SQLPATH from within PL/SQL Developer so that a new Command window would look at a different set of directories without having to restart PL/SQL Developer?
I am guessing the answer is no, but I thought I would ask.
When you run a file with @ in the Command Window, each of the directories is searched, in order, and the first file found is run.
Now, this means you either have to have SQLPATH set in the Windows environment variable set up, or run a CMD window, do the set of SQLPATH, then start PL/SQL Developer from the CMD window.
If you want to change SQLPATH, this means you have to exit PL/SQL Developer, change the variable and then start up PL/SQL Developer again. Is there a way to change SQLPATH from within PL/SQL Developer so that a new Command window would look at a different set of directories without having to restart PL/SQL Developer?
I am guessing the answer is no, but I thought I would ask.
