* PDB can act as a recovery catalog
* Recovery catalog is not supported when connected to pluggable database
* You must register the whole CDB agains the PDB catalog
http://sqlerr.blogspot.com/2016/07/setup-pluggable-database-pdb-as.html
En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services. En savoir plus.
* PDB can act as a recovery catalog
* Recovery catalog is not supported when connected to pluggable database
* You must register the whole CDB agains the PDB catalog
http://sqlerr.blogspot.com/2016/07/setup-pluggable-database-pdb-as.html
alter trigger RMAN.VPC_CONTEXT_TRG disable;
=> marche pas :(
lancer :
@?/rdbms/admin/dbmsrmanvpc.sql -vpd rman
puis UPGRADE CATALOG ;
http://www.nazmulhuda.info/migrate-database-from-one-rman-catalog-to-another-rman-catalog
Migrate database from One RMAN catalog to another RMAN catalog
|
La commande de backup full rman avec une stratégie de backup incrémentale (c'est à dire chaque jour une nouvelle sauvegarde ) est :
backup incremental level 0 device type disk database;
Oracle 11G comes with some additional checks for integrity checking. Can be done at database, tablespace, datafile, controlfile and block level.
source : http://www.online-database.eu/index.php/oracle-11g/139-validate-physical-and-logical-consistency
Liste des commandes utiles RMAN