Search notes:

RMAN command: backup

Backup sets or copies

The RMAN backup command creates either
An image copy is created with
backup AS COPY databaes
Note: image copies cannot be written into a backup set. Thus, when creating an image copy, the default device type must be disk.

Device

Use a non default device type (which might be configured with configure default device type)
backup DEVICE TYPE SBT  database;
backup DEVICE TYPE DISK database;

See also

RMAN commands

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...', 1759427976, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/tools/RMAN/commands/backup/index(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78