Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run .sql file in sql developer from the specified path

user12251389Aug 4 2017 — edited Aug 17 2017

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;

This post has been answered by Gaz in Oz on Aug 10 2017
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 7 2017
Added on Aug 4 2017
3 comments
14,700 views