Pluggable database not accessible if one instnce is down in oracle RAC 12c
We have 2 node RAC DB with below configuration:
- DBname : ORCL
- Instances orcl1 and orcl2
- PDB name : testdb
- while bringing down orcl1 via srvctl as : srvctl stop instance -i orcl1 -d orcl
Application is not able to connect to PDB testdb anymore with error: no more data to read from socket.
However, Ideally it should and cdb status on instance orcl2 is running.
Anything amiss here, Please advise.