Database Error Messages

RMAN-07543

recovery catalog does not have VPD support enabled

Cause

An attempt was made to use virtual recovery catalog features without a proper VPD setup for the base catalog.


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. Reconnect to RMAN base catalog and perform UPGRADE CATALOG.
  3. Retry the failed operation.