How can we specify the Archived log file name format and
destination ?
Answers were Sorted based on User's Feedback
Answer / guest
By setting the following values in init.ora file.
LOG_ARCHIVE_FORMAT = arch %S/s/T/tarc (%S - Log sequence
number and is zero left paded, %s - Log sequence
number not padded. %T - Thread number lef-zero-paded and
%t - Thread number not padded). The file name created is
arch 0001 are if %S is used.
LOG_ARCHIVE_DEST = path.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shailendra kumar
We can spacifice archive archive log in init.ora file
LOG_ARCHIVE_DEST = /disk/SIDDB/admin/SID/arch
LOG_ARCHIVE_FORMAT = 'log%t_%s_%r.arc'
| Is This Answer Correct ? | 1 Yes | 1 No |
What is snapshots ?
what is snapshot log ?
What is Tablespace Quota ?
How to prevent unauthorized use of privileges granted to a Role ?
What are the various type of snapshots ?
What is user Account in Oracle database ?
What is the use of ANALYZE command ?
What are roles ? How can we implement roles ?
How can we reduce the network traffic ?
What are the database administrators utilities avaliable ?
Differentiate simple and complex, snapshots ?
What is Statement Auditing ?