Database Error Messages

RMAN-07539

insufficient privileges to upgrade the catalog schema

Cause

UPGRADE CATALOG command was attempted, but the current recovery catalog connection does not have the privileges required to upgrade the catalog schema.


Action

  1. Execute '?/rdbms/admin/dbmsrmanvpc.sql -vpd owner' after connecting to a catalog database as SYS to grant VPD-required privileges to the base catalog owner.
  2. Connect to RMAN base catalog and perform UPGRADE CATALOG.
  3. Execute '?/rdbms/admin/dbmsrmanvpc.sql owner' after connecting

to a catalog database as SYS to cleanup VPC users schemas associated with this base recovery catalog.