Does SQL Developer support a default Path to SQL scripts
Just started using SQL Developer.
In the past, I created shortcuts on my PC desktop to run SQLPLUS to the different
instances as follows:
1. Create a shortcut to PLUS80W.exe
2. Set the property "Start in" to a directory where the SQL scripts are located.
3. Add the login/password@instance to the end of the shortcut.
In this way, ypu only needed to click on the shortcut to log into SQLPLUS and run your
scripts via @script.sql etc.
Can you setup a default path to SQL scripts SQL Developer so that it can locate
the scripts on your PC ?