Answers

Question and Answer:

  Home  Oracle Backup Recovery

⟩ What is Restricted Mode of Instance Startup in Oracle?

To Enable Restricted Session

Alter system enable restricted session;

To Disable Restricted Session

Alter system disable restricted session;

To Start the Database in Restricted Mode

STARTUP RESTRICT

By starting Instance in restricted mode it will not allow all users to access and only users with restriction privilege will be allowed to access.

This will be done time of make some data changes so that no users should be allowed to access data on time of changes happening

 139 views

More Questions for you: