question regarding archived log files format. [message #247277] |
Mon, 25 June 2007 06:01 |
prince973
Messages: 37 Registered: November 2006
|
Member |
|
|
dear all,
i have a question regarding archived logfiles names format, for me i tried to change the archived logfile name format
ALTER SYSTEM SET log_archive_format='LOGSEQUENCE_%s__resetlogs_%r__thread_%t'scope=spfile;
shutdown immediate;
startup;
or
ALTER SYSTEM SET log_archive_format='LOGSEQUENCE_%s__resetlogs_%r__thread_%t_%d'scope=spfile;
shutdown immediate;
startup;
but the archived logfiles name are still has the same format and it appears like this:
O1_MF_1_1_37YPSGQX_.ARC ,O1_MF_1_8_37Z77O00_.ARC
only the last part is getting changed with sequence number ,
should the archived logfile names change according to the changing of log_archive_format parameter or it affects another thing?
thanks in advance.
[Updated on: Mon, 25 June 2007 06:02] Report message to a moderator
|
|
|
|
|
|
|
|
|