When trying to run a @'c:/.../.sql' on sqldeveloper an error occures : impossible to find the path ??
Asked
Active
Viewed 40 times
-1
-
you may try to remove quotes around the path – Barbaros Özhan Apr 25 '18 at 18:54
-
didn't use them . – Blue Apr 25 '18 at 18:57
-
on a windows system try to use backslashes "\" , instead of slashes "/". – Barbaros Özhan Apr 25 '18 at 19:03
-
it didn't work. Is it related to having permission to execute the script ? – Blue Apr 25 '18 at 19:17
-
are you sure is your script at that path? or is this script read-only? – Barbaros Özhan Apr 25 '18 at 19:24
-
yes i'm sure it is the correct path but the script is read only – Blue Apr 25 '18 at 20:01
-
ok, remove check next to read-only check-box to make the file executable. – Barbaros Özhan Apr 25 '18 at 20:05
-
1Once i run my sql developer as admin it worked – Blue Apr 25 '18 at 20:28
1 Answers
0
This, literally
@c:\temp\test.sql
executed in SQL Developer's Worksheet works just fine. (Software version is 17.4, if that matters).

Littlefoot
- 131,892
- 15
- 35
- 57