Steps to repeat in version 4.1.0.18
-
mkdir sql
-
cd sql
-
touch script2.sql
-
touch script1.sql and write @@script2.sql
-
open the script1.sql from "Files" tree in sqldeveloper, choice connect to any oracle db , run script(F5)
Error starting at line : 1 in command -
@@script2.sql
Error report -
SP2-0310: Unable to open file: "script2.sql"
If try to execute this case in version 4.0.3.16 then all work will be fine.
How to register it ?

Message was edited by: DmitryZaytsev