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 |
Explain top-n analysis in DBMS.
0 Answers ITC Indian Tobacco Company,
Define ddl and dml.
List few restrictions that are imposed while creating views?
Explain the functionality of dml compiler.
What is denormalization and why would someone consider doing so?
From where the Transactions per rollback segment is derived ?
Is access a database program?
how can we restore RMAN backup from SUN O/S to AIX 5.3? is it possible or not?
What's difference between dbms and rdbms ?
What are the lock types?
What are stored procedures in a database?
What is the use of FILE option in EXP command ?