Name

@@

Synopsis

Runs RMAN commands stored in an O/S file. The double-at sign (@@) has a special meaning when the command is executed from within a script file. It indicates to RMAN that the file to execute is located in the same directory as the parent script.

Syntax

@@filename

Example

In this example we have two scripts. The first, backup_full, contains the second, @@backup_tablespaces:

RMAN> @backup_full

When backup_full calls backup_tablespaces, RMAN will look for the backup_tablespaces script in backup_full’s directory.

Get Oracle RMAN Pocket Reference 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.