How can you enable automatic archiving ?
Answers were Sorted based on User's Feedback
Answer / guest
Shut the database
Backup the database
Modify/Include LOG_ARCHIVE_START_TRUE in init.ora file.
Start up the databse.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / smtia
1. shutdown the database with normal/emmidiate/transactional
2. modify/include the parameter log_archive_start=true,
log_archive_dest= (location to which the redo log file
group is archived), log_archive_format=(in which format you
want to apper the archive log file)
3. start up the database
| Is This Answer Correct ? | 1 Yes | 0 No |
How can you Enforce Refrencial Integrity in snapshots ?
How can we specify the Archived log file name format and destination ?
What are the responsibilities of a Database Administrator ?
What are the database administrators utilities avaliable ?
What is user Account in Oracle database ?
What is snapshots ?
How can we reduce the network traffic ?
Differentiate simple and complex, snapshots ?
What are the roles and user accounts created automatically with the database ?
What is Auditing ?
What is the use of ANALYZE command ?
What are roles ? How can we implement roles ?