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: archivelog problem

Re: archivelog problem

From: Howard J. Rogers <howardjr2000_at_yahoo.com.au>
Date: Tue, 19 Nov 2002 09:16:06 +1100
Message-ID: <cwdC9.79314$g9.223629@newsfeeds.bigpond.com>


You can't use the archive_log_dest_n parameters unless you have the Enterprise Edition of the database. If you use the Standard Edition, you are restricted to just using the LOG_ARCHIVE_DEST and LOG_ARCHIVE_DUPLEX_DEST ones.

The reason why your archives are ending up where they are is because, strangely enough, there is a default location for them... which happens to be ORACLE_HOME\database

Regards
HJR "michael cooke" <michael.cooke_at_tiscali.co.uk> wrote in message news:3dd95bb6_2_at_mk-nntp-2.news.uk.tiscali.com...
> Oracle 8.1.7 std sp3 Win2000 Server
> I have just created a database on the above server an have a strange
> problem.
> I have put the database into arcive log mode and started archiving. whe I
> change the archive parameters in the init.ora file
> e.g archivelog_start=true
> archive_log_dest_1="location=z:\oracle\database\archive"
> format blah blah blah
> I bounce the instance only for it not to start due to an error 'ora 00625
> feature not enabled 'standby database'. I then rem out the
> archive_log_dest_1 row and it starts ok. If I do a logswitch the archived
> redo log generated goes into the d:\oracle home\database folder.
> my question is why can I not use the archive_log_dest_1 parameter without
> having a standby database, and why is the archive file created in this
> folder when the path is not available in the parameter file.
>
> I hope someone can point me in the right directio as it is causing me some
> major problems.
>
> thanks
> mick
>
>
Received on Mon Nov 18 2002 - 16:16:06 CST

Original text of this message

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