June 2016
Intermediate to advanced
388 pages
5h 49m
English
In this recipe, you'll see that RMAN operations are audited by default.
In this recipe, we assume that database is in the ARCHIVELOG mode. To complete this recipe, you'll need an existing user who has the SYSBACKUP privilege (for example, tom) and an existing user who has the dba role (for example, maja).
SYSBACKUP privilege (for example, tom).
$ rman target '"tom@ora12cR1 AS SYSBACKUP"'
EXAMPLE tablespace and view information about backups:
RMAN> backup tablespace EXAMPLE;
RMAN> list backup;
RMAN> exit
maja):
$ sqlplus maja
EXAMPLE ...Read now
Unlock full access