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: Standby database

Re: Standby database

From: konsultant_1 - konsultancIT.pl <konsultant_1_at_konsultancIT.pl>
Date: Thu, 12 Jun 2003 19:29:34 +0200
Message-ID: <3EE8B87E.1030301@konsultancIT.pl>


-=-> ^~^ Rikoos ^~^ <-=- wrote:
> Hello,
>
> i got a small question:
>
> I have 2 sun servers. 1 is the host for the primary (PRD1) database.
> the second is just for a hot standby and it used to work great. But
> now i have a problem. One extra disk is added to the primary because
> there was no space left on this machine (the is one extra database
> running on this machine).
>
> The uses to have identical mount pount (/u01, /u02, etc....) but no
> the primary has one extra mount point (/u05). The secondary has this
> mount point not.
>
> One datafile is now on this mount point and the hot standby is
> compaining now that he doesn't have this mount point.
>
>
> How can i solve this ?
>
>
> Please help?
>

Hi,

In initSID.ora look at the parameters:

db_file_name_convert = [(]'string1','string2'[)] log_file_name_convert = [(]'string1','string2'[)]

string1 - primary database location
string2 - standby file location

In your situation you must refer each original, primary location to yours standby location.

-- 

   www.konsultancIT.pl
Oracle&MS-SQL consulting
Received on Thu Jun 12 2003 - 12:29:34 CDT

Original text of this message

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