Explain the difference between ARCHIVELOG mode and
NOARCHIVELOG mode and the benefits and disadvantages to
each.
Answer Posted / vivek tiwari
Noarchivelog Mode
By default, a database is created in Noarchivelog mode. The
characteristics of operating a
database in Noarchivelog mode are as follows:
• Redo log files are used in a circular fashion.
• A redo log file can be reused immediately after a
checkpoint has taken place.
• After redo logs are overwritten, media recovery is only
possible to the last full backup.
Archivelog Mode
A filled redo log file cannot be reused until a checkpoint
has taken place and the redo log file
has been backed up by the ARCn background process. An entry
in the control file records the
log sequence number of the archived log file.
The most recent changes to the database are available at
any time for instance recovery, and
the archived redo log files can be used for media recovery.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
how to replace not in with not exist?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE
WHAT ALL DIFFERENT OPTIONS PRESENT IN WEBI?
where the dff data will be stored
what are the API of GL,PO,AP
Explain the use of table functions.
How to clone the database using RMAN back
What is chargeback invoice? How do we create it? : oracle accounts receivable
while creating requisitions i am unable to see the list of organisation can anyone help me out ?
What is Restricted Mode of Instance Startup in Oracle?
What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f
What is db_recovery_file_dest in oracle? When do you need to set this value?
1)After defining value set we define list of values, I need to enter 1000 values with out entering manually, how will you do that? 2)what are the parameters we use in a concurrent program? 3)what is payroll processing? 4)In organization window after defining an organization and organization classification how to create a new item in the others button? 5)If there are 10 users, How to restrict the selected users not to access the forms?