Name

Double At Sign (@@)

Synopsis

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.

Syntax

@{url | file} [argument [argument...]]

Parameters

Are the same as for the @ command.

Get Oracle SQL*Plus: The Definitive Guide, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.