I have 3 files which i want to run from sql developer using the specific path provided.
Below are my 3 sql files :
test.sql;
test1.sql;
test2.sql;
and its stored in the below path:
I am running the file in sql developer like below but getting error as Unable to open file:
@C:\SVNwc\trunk\sql\test.sql;
@C:\SVNwc\trunk\sql\test.sql;
@C:\SVNwc\trunk\sql\test.sql;