Hi,
I working on an Oracle 19c database with two nodes.
I wish to put temoprarily one of the database in restricted mode for a user having privileges to log and work on a cluster database (thus in my situation the two instanes), without allowing other users to log onto.
The srvctl command does not allow to put the cluster database in restricted mode.
Does someone know how to do it safely?
shutdown cluster database A
starttup cluster database A in restricted mode
do somoe work...
shutdown cluster database A
open database A in normal mode
Thanks for any tip.
Kind Regards