what is the role of archiever
Answers were Sorted based on User's Feedback
Answer / sinha
Archiver [ARCn] writes the committed data from redo log file
to archive log file. Archive log file is used as backup for
recovery purpose if database crashes.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / ashok
archiver writes the data from redologs to archivefiles.
when log switch occur or redolog is full then log switch
occur automatically archiver writes from redo to
archiverfiles .manuvally dba can force logswitch alter
system switch logfile
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / karthickumar pillaiyarsamy
Archiever role is writes the data from online redolog file
to archieved file, but Archiever Should be enable.
In 10G,
Alter system set archieve/noarchieve mode
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mbujjibabu
archiver will maintain the Historical data from Master data
based on time.
this data will be used for planning and forecasting.
| Is This Answer Correct ? | 2 Yes | 10 No |
what is ORACLE MEMORY STRUCTURES
What does LGWR do?
What is the maximum number of Lock Processes used?
What is meant by Redo Log file mirrorring ? How it can be achieved?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is a Parallel Server option in ORACLE?
How will you create multiple rollback segments in a database ?
What is an Oracle Data Segment?
How will you estimate the space required by a non-clustered tables?
What is the functionality of SYSTEM table space ?
What is the significance of having storage clause ?
When does LGWR write to the database?