GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Backup and Recovery
Go To First  |  Previous Question  |  Next Question 
 Backup and Recovery  |  Question 3 of 42    Print  
What is  Restricted Mode of Instance Startup ?
An  instance  can be started in (or later altered to be in) restricted mode so  that  when  the  database is open connections are limited only to those whose  user  accounts  have  been  granted  the  RESTRICTED  SESSION system privilege.



  
Total Answers and Comments: 4 Last Update: October 25, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 04, 2005 12:58:28   #1  
       

RE: What is  Restricted Mode of Instan...

When the database is started in restricted session mode only users(such as those with roleDBA) with the system privilege RESTRICTED SESSION can connect to the database. Use the restricted mode when performing maintenance or when you want certain users to be able to log in.


 
Is this answer useful? Yes | No
December 15, 2005 07:37:00   #2  
SALIH        

RE: What is  Restricted Mode of Instan...

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


 
Is this answer useful? Yes | No
March 25, 2007 06:49:16   #3  
Mohammed Abdul Afroze        

RE: What is  Restricted Mode of Instan...
Answer:

An Instance Can be started in restricted mode.So that when the db is open connections are limited to only those user accounts have been granted restricted session system privilege.

 
Is this answer useful? Yes | No
October 25, 2007 15:19:08   #4  
satyam_2007 Member Since: October 2007   Contribution: 5    

RE: What is  Restricted Mode of Instan...
RESTRICT is one of an important option used with an open database.
It performs a database startup with the database in the restricted user mode. User must having the privileges of RESTRICT usually it is used by DBA's only.

It is used for database maintenence allowing only DBA's to connect and disallowing general user population activity.

We can change this mode by using the
ALTER DATABASE [RESTRICT] OPEN command.




 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape