What is the use of NOARCHIEVELOG parameter in Database?



What is the use of NOARCHIEVELOG parameter in Database?..

Answer / guest

NOARCHIEVELOG parameter is used to enable the database in
Achive mode as True or false.
If you need to check database is in which mode use this
command:

1.select log_mode from v$database.
IF database needs to be set in Archivelog Mode
2. Shutdown immediate
3. Startup mount
4. alter database archivelog
5. alter database open

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Database Management Interview Questions

Mention a query to add email validation to your database

0 Answers  


Explain the difference between a primary key and a unique key?

0 Answers  


What is 2nf in database?

0 Answers  


When do you get a .PLL extension ?

2 Answers   TVS,


Can we assign Explicitly transaction to a rollback segment

1 Answers  






How to connect Silverlight application to database?

0 Answers  


Define identity and uniqueidentifier property of column?

0 Answers  


Explain relational algebra?

0 Answers  


What is ordbms with example?

0 Answers  


What are the different modes of mounting a Database with the Parallel Server ?

1 Answers  


Why normalisation is required?

0 Answers  


What is the use of Snapshot?

2 Answers  


Categories