What is the use of NOARCHIEVELOG parameter in Database?
Answer Posted / 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 View All Answers
What is building blocks of client/server?
What is the quickest sorting method to use?
What is field record and table in database?
How to do replication of firebird databases?
What is file manager?
What is the difference between horizontal and vertical partitioning?
What is database connection pool size?
Explain the types of database normalization?
What is dbms pdf?
How do you create a blank database?
What is environment of openedge?
Can you explain insert, update and delete query?
Explain the concept of acid properties in dbms?
What is indexing in database with example?
Briefly describe the three types of sql commands.