Hi guys,

I try to create standby database and my datafile are all over my hard disk, what 
should I do to my DB_FILE_NAME_CONVERT to let my standby database know this issue ?

example

/prod_data1/system01.dbf
/prod_data2/user01.dbf
/prod_data3/rbs01.dbf

my standby datafile

/standby_data1/system01.dbf
/standby_data1/user01.dbf
/standby_data2/rbs01.dbf


I try this idiot way but there are no such parameters in v$parameter  :+)

DB_FILE_NAME_CONVERT1 = (/prod_data1, /standby_data1)
DB_FILE_NAME_CONVERT2 = (/prod_data2, /standby_data1)
DB_FILE_NAME_CONVERT3 = (/prod_data3, /standby_data2)


Thanks so much.

Oh by the way I am using 8i


Sinardy

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Sinardy Xing
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to