Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i and Windows 2000 Server

Re: Oracle 8i and Windows 2000 Server

From: andre <member_at_mainframeforum.com>
Date: 19 Jun 2002 11:18:35 -0500
Message-ID: <3d10aedb$1_4@news.teranews.com>


I (like many others) had the same problem. It usually only occurs with Oracle 8i standard edition, not the enterprise edition.

It is simply a bug in the Oracle installer, which enables a feature (called managed standby to automatically post archived logs to a standby instance) that is not available on the standard edition.

Simply comment out the following lines in your init.ora, if you do not need to run in archive mode (which usually isn't acceptable in a production environment) :

# log_archive_start = true log_archive_dest_1 =
# "location=D:\oracle\oradata\storydb\archive" log_archive_format =
# %%ORACLE_SID%%T%TS%S.ARC

For a more detailed description and instructions to run in archive log mode see :

http://lists.suse.com/archive/suse-oracle/2001-Aug/0267.html

André

--
www.MainFrameForum.com - USENET Gateway
Received on Wed Jun 19 2002 - 11:18:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US