Upgrade Catalog fails with RMAN-07539: insufficient privileges to upgrade the catalog schema When using 19c Rman executable
(Doc ID 2558120.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Recover catalog database is in 12.2 . The recover catalog version in the 12.2 catalog database is 18.03.00.00
New 19c database has been installed or target database was upgraded from 11.2 or 12c to 19c
Need to upgrade the RMAN catalog schema.
Upgrade catalog fails with
Recovery Manager: Release 19.0.0.0.0 - Production on
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
RMAN> connect target /
connected to target database:
RMAN> connect catalog <cataloguser>/password@<connect stri>
connected to recovery catalog database
PL/SQL package RMAN.DBMS_RCVCAT version 18.03.00.00. in RCVCAT database is too old
RMAN> upgrade catalog;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-07539: insufficient privileges to upgrade the catalog schema
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
RMAN> connect target /
connected to target database:
RMAN> connect catalog <cataloguser>/password@<connect stri>
connected to recovery catalog database
PL/SQL package RMAN.DBMS_RCVCAT version 18.03.00.00. in RCVCAT database is too old
RMAN> upgrade catalog;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-07539: insufficient privileges to upgrade the catalog schema
Followed the instructions in Doc ID 1915561.1 , made no difference.
Target Database version :: 19c
RMAN Catalog Db Version :: 12c
DBMS_RCVCAT version :: 18c
Changes
w
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
Applies to: |
References |