prevent db connection on a node of cluster
hi everyone,
we got 8 node cluster on Full exadata machine.
we got 4 databases working actively on specific nodes. for example 4 database as a_db, b_db, c_db and d_db
all nodes on cluster has the instance for every db. but only following instances are open.
node 1 a_db, b_db
node 2 a_db, b_db
node 3 c_db
node 4 c_db
node 5 c_db
node 6 c_db
node 7 d_db
node 8 d_db
I want to configure redo log sizes for a_db, instance on node_3 but i dont want clients to connect that instance on node3 while i configure the instance. becouse after configuration i shutdown the instance on node3.