when connected to auxiliary db using rman, it error out
I get below error when
RMAN> connect target sys/sys@chicago;
connected to target database:chicago (DBID=4194693498)
RMAN> connect auxiliary sys/sys@austin;
PL/SQL package SYS.DBMS_BACKUP_RESTORE version 11.02.00.01 in AUXILIARY database is not current
PL/SQL package SYS.DBMS_RCVMAN version 11.02.00.01 in AUXILIARY database is not current
connected to auxiliary database: austin (DBID=4194693498)
Can you please advice how to over come it
Thanks