Error PRCD-1229 after manual upgrade

This post is also available at: Português

Error ORA
Error ORA

After completing a database upgrade, difficulties arose in starting the database via srvctl.

srvctl status database -d mddsbr01
PRCD-1229 : An attempt to access configuration of database mddsbr01 was rejected because its version 12.1.0.2.0 differs from the program version 12.2.0.1.0. Instead run the program from /u01/app/oracle/product/12.1.0.2/dbhome_1
SQL

To fix this, you have to tell srvctl the new home with the upgrade parameter:

srvctl upgrade database -d mddsbr01 -oraclehome /u01/app/oracle/product/12.2.0.1/dbhome_1
SQL

After executing the command, it was possible to upload the database and make it available for use by the application:

srvctl status database -d mddsbr01
Instance mddsbr011 is not running on node tstoda01db01
Instance mddsbr012 is not running on node tstoda01db02
SQL

Previous Article

Remove orphaned tables from Data Pump

Next Article

OEM agent is not collecting metrics

Write a Comment

Leave a Comment

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