November 2004
Intermediate to advanced
584 pages
15h 29m
English
Double At Sign (@@)
The double at sign is used within a script file to execute another script file contained in the same directory as the first. This is convenient if you have two scripts, one that calls the other. Use the @@ command in the first script file to call the second. Then put both files in the same directory. Now, regardless of whether that directory is in the search path, SQL*Plus will find the second file whenever the first calls for it. If used interactively, @@ functions exactly the same as @.
From iSQL*Plus, you can only run scripts via http or ftp.
@{url | file} [argument [argument...]]Are the same as for the @ command.
Read now
Unlock full access