Home » RDBMS Server » Server Administration » HELP!!! please log_archive_dest_2
HELP!!! please log_archive_dest_2 [message #125169] Thu, 23 June 2005 11:35 Go to next message
Zakkhalid
Messages: 47
Registered: April 2005
Member
my setting for log_archive_dest_2
is as following

show parameter log_archive_dest_2;
log_archive_dest_2 service="stdbydb1_standby", AR
CH SYNC NOAFFIRM delay=0 OPTIONAL max_failure=0 reopen=300
register

but I need to make it mandatory.

I'm using a spfile ...

I've tried alter system set=....

but with no luck...

I'm using 9206

thanking you all inadvance...
Re: HELP!!! please log_archive_dest_2 [message #125212 is a reply to message #125169] Thu, 23 June 2005 16:55 Go to previous messageGo to next message
vadlamani
Messages: 39
Registered: November 2003
Member
You can use LOG_ARCHIVE_MIN_SUCCEED_DEST=2

check the following link
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96536/ch197.htm#REFRN10091
Thanks
Satish
Re: HELP!!! please log_archive_dest_2 [message #125257 is a reply to message #125212] Fri, 24 June 2005 01:53 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Hi

Instead of using OPTIONAL option, use MANDATORY.

Regds
Girish
Re: HELP!!! please log_archive_dest_2 [message #125258 is a reply to message #125257] Fri, 24 June 2005 01:56 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Also Pls note This parameter is valid only if you have installed Oracle Enterprise Edition.

You can change this parameter using ALTER SESSION & ALTER SYSTEM command.
Re: HELP!!! please log_archive_dest_2 [message #125295 is a reply to message #125169] Fri, 24 June 2005 05:12 Go to previous messageGo to next message
Zakkhalid
Messages: 47
Registered: April 2005
Member
hi

thanks for the responses...
I keep the following error...

alter system set LOG_ARCHIVE_MIN_SUCCEED_DEST=2
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-16020: less destinations available than specified by
LOG_ARCHIVE_MIN_SUCCEED_DEST

This is probably because the second option is optional ... still not sure how to make it mandatory....


Re: HELP!!! please log_archive_dest_2 [message #125300 is a reply to message #125295] Fri, 24 June 2005 05:24 Go to previous message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
2 ways:
1.Use alter system command.
Specify parameter log_archive_dest_2 as MAndatatory instead of Optional. do specify all other settings as well.

2. Create pfile from spfile.
Modify the parameter log_archive_dest_2 in pfile.
Bounce ur database using this pfile.
Recreate the spfile after the database has started.

Regds
Girish
Previous Topic: database migration and intermedia
Next Topic: ORA-01627 rollback segment number '1' is not online
Goto Forum:
  


Current Time: Fri Sep 27 00:21:29 CDT 2024