Oracle Hata Kodları
ORA-01665: control file is not a standby control file
Today , After restoring standby database from RMAN backup, got below error 🙁
What is Solution ?
Firstly , I Checked the database_role of STANDBY
sql> SELECT database_role FROM v$database;
DATABASE_ROLE
—————-
PRIMARY
After , Primary Database Convert to standby database
sql> Alter database convert to physical standby;
sql> startup mount;
sql> SELECT database_role FROM v$database;
DATABASE_ROLE
—————
PHYSICAL STANDBY
Finally
sql> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE disconnect from session;
Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340
Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340
Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/functions/media-functions.php on line 114
Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/classes/class-tielabs-filters.php on line 340
Notice: Trying to access array offset on value of type bool in /home/wwwbugra/public_html/wp-content/themes/jannah/framework/functions/media-functions.php on line 114