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: Mirroring of the Database

Re: Mirroring of the Database

From: Ludovic DESSEMON <Pepiniere.rey_at_wanadoo.fr>
Date: 30 Apr 1998 10:30:49 GMT
Message-ID: <01bd7354$af0db480$0b0000c0@ludovic>

Marcus Winter <marcuswinter_at_hotmail.com> a écrit dans l'article <6hk6kj$1sd$1_at_goof.de.uu.net>...
> I need to know if it is possible todisable the mirroring of the databse,
> which is on by default. Can somebody please tell me how to disable it?
> Thx in advance
> Marcus Winter
>
>
>

Example of init<sid>.ora (ex: initorcl.ora) with a mirroring of the control files

db_name = oracle
db_files = 20
control_files = (C:\ORAWIN95\DATABASE\ctl1orcl.ora, D:\ORACLE\DATABASE\ctl1orcl.ora)
NLS_DATE_FORMAT = DD/MM/YY
...

Example of init<sid>.ora (ex: initorcl.ora) within a mirroring of the control files

db_name = oracle
db_files = 20
control_files = C:\ORAWIN95\DATABASE\ctl1orcl.ora NLS_DATE_FORMAT = DD/MM/YY
...

Ludovic DESSEMON Received on Thu Apr 30 1998 - 05:30:49 CDT

Original text of this message

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