Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: archivelog mode
You are looking for ...dest_<n> = "location=<arch path>" I would recommend
that you utilize the new enumerated archive destination locations, due to
the inherent benefits... one example:
If you use two locations, enabling the first(1) and defer the second(2), then if dest_1 fills up, you can enable dest_2 and allow your database to overflow archive to dest_2, thereby preventing the "lockup" caused if your one and only destination is full.
HTH,
-Ron-
> -----Original Message-----
> From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Khedr,
> Waleed
> Sent: Friday, March 08, 2002 6:03 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: archivelog mode
>
>
> Try using: LOG_ARCHIVE_DEST instead of LOG_ARCHIVE_DEST_1
> If you would like using LOG_ARCHIVE_DEST_1 you have to read the in Oracle
> Doc the syntax for it since more keywords are needed like 'location'.
>
> Waleed
>
> -----Original Message-----
> Sent: Friday, March 08, 2002 6:09 PM
> To: Multiple recipients of list ORACLE-L
>
>
> Hi All
>
> While enabling automatic archiving on our 8.1.7 database I get the
> following error :-
>
> ORA-00439: feature not enabled: Managed Standby
>
> ie the database is in archivelog mode and I edit the parameter file to
> enable automatic archiving .. I get the error when trying to startup the
> database .. these are the parameters that I change -
>
> # log_archive_start = true
> # log_archive_dest_1 = "location=/u03/oradata/arch"
> # log_archive_format = arch_%t_%s.arc
>
>
> Due to this I have to start archiving whenever I restart, using 'alter
> system archivelog start'
>
> Any ideas ?
>
> --
> Sajid Iqbal
>
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Sajid Iqbal
> INET: siqbal_at_vianetworks.co.uk
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Khedr, Waleed
> INET: Waleed.Khedr_at_FMR.COM
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Yount INET: ronwy_at_swbell.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Mar 08 2002 - 21:28:21 CST