ORA-16905: The member was not enabled yet.

This post is also available at: Português

ora16905 The members was not enabled yet
ora16905 The members was not enabled yet

I finished configuring a Data Guard Broker, and the members were displaying the Warning: ORA-16905: The member was not enabled yet.

DGMGRL> SHOW CONFIGURATION;

Configuration - CDB produtos Oracle

  Protection Mode: MaxPerformance
  Members:
  cdborapr - Primary database
    Warning: ORA-16905: The member was not enabled yet.

    cdboradr - Physical standby database
      Warning: ORA-16905: The member was not enabled yet.

Fast-Start Failover:  Disabled

Configuration Status:
WARNING   (status updated 723 seconds ago)
SQL

The fix is quite simple. To resolve error ORA-16905, follow the steps below.

DGMGRL> enable database cdborapr;
Enabled.

DGMGRL> enable database cdboradr
Enabled.
SQL

Previous Article

ORA-01031 - GENERATED BY DEFAULT AS IDENTITY

Next Article

Remove orphaned tables from Data Pump

Write a Comment

Leave a Comment

Your email address will not be published. Required fields are marked *