SQL Plus - (Arobase|At) (@ and @@)

Card Puncher Data Processing

SQL Plus - (Arobase|At) (@ and @@)

@

@ is an equivalent of the START command.

@@

@@file_name.ext

runs file_name.ext:

  • from the current working directory
  • or from the same url as the script from which it was called.

Relative paths are also possible:

@@dir/file_name.ext
@@../dir/file_name.ext

The start script must be in the current directory. All double arobase will make a relative move from the current directory





Discover More
Card Puncher Data Processing
SQL Plus - Script

You must include: a semicolon at the end of each SQL command and a slash (/) on a new line at the end of each PL/SQL block with the @ or the start command where: The exit error...
Card Puncher Data Processing
SQL Plus - Special Characters

Useful command in sqlplus. The At & character is the default character that define a substitution variable. You can change it with the define system variable. The slash command (/): ...



Share this page:
Follow us:
Task Runner