Database Error Messages

PRGP-01225

Upgrade database operation using the AutoUpgrade tool is rejected because the database is not in ARCHIVELOG mode

Cause

AutoUpgrade relies on a Guaranteed Restore Point (GRP) because the downgrade strategy requires the database to have redo log file archiving enabled and to have the Flash Recovery Area (FRA) configured.


Action

Execute one of the following:

  • Manually enable ARCHIVELOG mode in the database and retry the command.
  • Add -grp NO option to the rhpctl command and retry the operation to disable the AutoUpgrade rollback mechanism. If you select this option, then both database backup and database restoration must be performed manually by the database administrator. Use this option for databases that operate in NOARCHIVELOG mode, and for Standard Edition and Standard Edition 2 databases, which do not support the Oracle flashback technology feature.