What are the commands which cannot be executed on a open database?

Showing Answers 1 - 2 of 2 Answers

Mohammed Abdul Afroze

  • Oct 31st, 2007
 

If we lock the SGA memory, then we will be unable to open a database.

sql>alter system set lock_sga=true scope=spfile;

It will lock the SGA Memory for the Next startup

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions