RMAN Catalog Upgrade Interrupted in the middle
Hi Team,
I was trying to register my 12c database to the RMAN Catalog (in Standard Edition), but got the below error while doing so:
RMAN> upgrade catalog;
recovery catalog owner is RMAN
enter UPGRADE CATALOG command again to confirm catalog upgrade
RMAN> upgrade catalog;
error creating create_deleted_object_seq
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06004: ORACLE error from recovery catalog database: ORA-00439: feature not enabled: Partitioning
As partitioning is not enabled for Standard Editions, hence it failed.
============================================================================================================================
Please check the below detail here as gathered from the catalog database and connecting to the RMAN schema:
SQL> SELECT dbms_rcvcat.getCatalogVersion from dual;