Search notes:

RMAN: command file

An (RMAN) command file stores a sequence of commands, possibly because they need to be run multiple times, perhabs on different databases.
A command file is executed with the @ or @@ commands from the RMAN prompt or from the OS system prompt with the @ or CMDFILE parameters.

Substitution variables

As in SQL*Plus, there are substitution variables: &1, &2, …
The values for the substitution variables are set from the OS command prompt like so:
$ rman @/path/to/script/file using value_one value_two value_three …

See also

RMAN

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759445207, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/tools/RMAN/commands/file/index(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78