PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.01 in TARGET database is not current
I have installed oracle XE 11.2.0.2.0 on a Linux 64 bit machine as to learn RMAN.I get:
PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.01 in TARGET database is not current
PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.01 in TARGET database is not current
when connecting to target database located on another linux 64 bit machine running Oracle SE1 11.2.0.1.
I can subsequently using RMAN take backups, crash my test database and restore without any further errors coming up.
Can the PL/SQL message be ignored?
Is it a good policy to use rman catalog on XE to backup live databases SE1 or other?
PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.01 in TARGET database is not current
PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.01 in TARGET database is not current
when connecting to target database located on another linux 64 bit machine running Oracle SE1 11.2.0.1.
I can subsequently using RMAN take backups, crash my test database and restore without any further errors coming up.
Can the PL/SQL message be ignored?
Is it a good policy to use rman catalog on XE to backup live databases SE1 or other?
0