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 the step for rmanbackup?
what is snapshot log ?
How to prevent unauthorized use of privileges granted to a Role ?
What are the benefits of distributed options in databases ?
What is a trace file and how is it created ?
What are Roles ?
What is Privilege Auditing ?
What dynamic data replication ?
What is Tablespace Quota ?
What are the different Levels of Auditing ?
How can we specify the Archived log file name format and destination ?
How can we reduce the network traffic ?