Skip to Main Content

Oracle Database Discussions

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!

How to put a RAC database in restricted mode

LauryMar 31 2021

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

This post has been answered by JohnWatson2 on Mar 31 2021
Jump to Answer
Comments
Post Details
Added on Mar 31 2021
2 comments
2,986 views