Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cold fail over single instance database to another note in GI

V PJSOct 29 2018 — edited Oct 30 2018

Hi,

I found this blog describe how to cold fail over single instance database to another node in ODA

https://weidongzhou.wordpress.com/2013/09/11/cold-failover-single-instance-db-to-different-node-on-oda/

but when I tried the similar with Oak 12.2.1.4.0 and database 12.2.0.1 ,

after I modify the database with srvctl below to switch the database to node2

srvctl modify database -db dbtest -node node2

when I tried to start the dbtest database in node2, the error below prompt

[oracle@node2 dbs]$ srvctl start database -db dbtest

PRCR-1079 : Failed to start resource ora.dbtest.db

CRS-5017: The resource action "ora.dbtest.db start" encountered the following error:

ORA-27106: system pages not available to allocate memory

Additional information: 6048

Additional information: 1

. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/node2/crs/trace/crsd_oraagent_oracle.trc".

CRS-2674: Start of 'ora.dbtest.db' on 'node2' failed

CRS-2632: There are no more servers to try to place resource 'ora.dbtest.db' on that would satisfy its placement policy

Anyone if the similar thing can be configured inĀ  GI 12.2.0.1?

Thanks

Comments
Post Details
Added on Oct 29 2018
2 comments
585 views