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 are the properties of a primary key in DBMS?
What is the normal procedure followed by a java client to access the db?
Describe reporting lifecycle?
What are the six database objects?
What is the easiest database to learn?
Give the cobol definition of a varchar field 177 when can an insert of a new primary key value threaten referential integrity?
What are the types of tables in database?
What's the difference between star and snow flake schema?
Why do we need database management?
How to retrive a single data from a database
What are partitions in database?
If I use netlib, will I find many other users to network with?
Explain the scenarios or situations under which progress database creates new index entry for a record?
What is the rdbms concept in sql?
i have a web page and in this page i create 3 textbax and a "summit" button do you have any html code for add text velue in my web page like link summation(form) sites.