sqlplus:@@ - sign

@@ (double "at" sign)


  • Runs the specified script.
  • This command is almost identical to the @ command.
  • It is useful for running nested scripts because it has the additional functionality of looking for the nested script in the same url or path as the calling script.
  • Only the url form is supported in iSQL*Plus.

syntax : SQL> @@ {url|file_name[.ext]} [arg …]

example : @@c:\test\abc.sql

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License