Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the difference between ARCHIVELOG mode and
NOARCHIVELOG mode and the benefits and disadvantages to each.

Answers were Sorted based on User's Feedback



Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvant..

Answer / sampath

archivelog mode:
archivelog mode means that online redlogfile
copied to another location before overwritten.mainly it use
for recover purpose.

noarchivelog mode:
noarchive logmode means online redlogfile
not copied to another location each time overwritten by lgwr.

Is This Answer Correct ?    42 Yes 1 No

Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvant..

Answer / basobdutta

Archivelog mode - In archivelog mode cold and hot backups
are possible. We can recover our database upto the last
point of failure.

Noarchivelog mode- Here we can only go for cold
backup.Generally in this mode complete recovery is not
possible

Is This Answer Correct ?    17 Yes 3 No

Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvant..

Answer / neha

in nonarchivelog mode the online redo log file are
overwritten each time a log switch occurs.LGWR does not
overwrite an online redo file group until the checkpoint
for that group is completed.ex-operating system crash
causes an instance crash.

Is This Answer Correct ?    12 Yes 5 No

Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvant..

Answer / pv bhaskar

Archivelog mode : We can recover the database at any point
in time.


No Archivelog mode : There is no Recovery Process.

Because Online Redologs are overwritten. so there is no
Archives in this mode.

If there is Media Failure(loss of Disks or files) in this
mode we can restore from a backup but we will loss all
changes made to the database,After the backup was performed.

Is This Answer Correct ?    3 Yes 0 No

Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvant..

Answer / niraj chilka

In Archivelog mode we can perform both hot and cold
backup.In this mode we can restore+recover the data.There is
no need to worry about the losing the data.But all it comes
about the performance then we should place the redo log
files on faster disk to avoid performance loss.Try to put
archive on faster disk and also try to commit less.If you
write PL/SQL program that commits after every DML,then your
database will work slow.

In NON archivelog mode we cant recover the database when the
instance crash.Therefore upgrade database to 11g and there
are some has new feature called fast increment
backup.Because of this would loss some instance amount of
data.In non archivelog mode the performance of database is
high.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More DB Administration Interview Questions

what is the purpose of catlaog in oracle rman?

2 Answers   Value Labs,


how can you process messages in order asynchronously?

0 Answers   Oracle,


What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA

0 Answers  


Should you place Recovery Catalog in the Same DB? . Can you use RMAN without Recovery catalog

4 Answers  


which background process will run @ the time of creation of catalog database

1 Answers   CSC,


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

1 Answers  


how can you generate profile of pl/sql applications to identify performance bottlenecks?

0 Answers   Oracle,


What are the different types of indexes available in sql server? : sql server DBA

0 Answers  


how can a session indicate its interest in receiving alerts?

0 Answers   Oracle,


Why would you call update statistics? : sql server DBA

0 Answers  


Give the stages of instance startup to a usable state where normal users may access it.

1 Answers  


Which dictionary tables and/or views would you look at to diagnose a locking issue?

2 Answers  


Categories