Re: Help with multiple archive destinations in Oracle 8i <-- RESOLVED!

From: Unknown User <unknown_at_unknown.com>
Date: Mon, 27 Aug 2001 20:12:57 -0700
Message-ID: <kv2mot4mbuop1v1recfrut3u72n8b0ii6m_at_4ax.com>


Nevermind.

The problem is caused by spaces within the single quotes. Removing the spaces solved the problem.

log_archive_dest_1 = 'location=C:\oracle\Archive1' log_archive_dest_2 = 'location=C:\oracle\Archive2'

On Mon, 27 Aug 2001 20:02:13 -0700, Unknown User <unknown_at_unknown.com> wrote:

>Hi,
>
>I am using Personal Oracle 8i 8.1.7 on Win2K Pro SP2.
>
>I've set the following in the initSID.ora to enable multiple archive log destinations.
>
>log_archive_dest_1 = 'location = C:\oracle\Archive1'
>log_archive_dest_2 = 'location = C:\oracle\Archive2'
>
>I am receiving the following error.
>
>SQL> startup mount
>ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed
>
>What is the problem here? I am puzzled because this configuration works perfectly.
>
>LOG_ARCHIVE_DEST = c:\oracle\archive1’
>LOG_ARCHIVE_DUPLEX_DEST = c:\oracle\archive2’
>
>Thanks for your help.
Received on Tue Aug 28 2001 - 05:12:57 CEST

Original text of this message