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: Using EM 10gR2 to Create Standby Database

Re: Using EM 10gR2 to Create Standby Database

From: joel garry <joel-garry_at_home.com>
Date: 18 Oct 2007 19:17:26 -0700
Message-ID: <1192744134.478040.266040@v23g2000prn.googlegroups.com>


On Oct 18, 9:11 am, DA Morgan <damor..._at_psoug.org> wrote:
> bfoga..._at_gaports.com wrote:
> > On Oct 17, 5:55 pm, DA Morgan <damor..._at_psoug.org> wrote:
> >> bfoga..._at_gaports.com wrote:
> >>> In EM 10gR2 Grid Control I am trying to create a physical standby
> >>> database on the same server as the primary database. On step 3 of 6 I
> >>> am to specify the "Standby Database Location". The only choices shown
> >>> are /u01/app/oracle/product/10.2.0 of the primary host and the same
> >>> location on a second host.
> >>> I want the standby created in /t15, not in /u01, but I have not found
> >>> a way to enter that location. Has anyone had a similar need as this?
> >>> Were you able to specify a location other than /u01?
> >>> Thank you,
> >>> Bill
> >> Never tried what you are doing because I can't think of why anyone
> >> would want a standby on the same server as the primary. What is the
> >> logic?
> >> --
> >> Daniel A. Morgan
> >> University of Washington
> >> damor..._at_x.washington.edu (replace x with u to respond)
> >> Puget Sound Oracle Users Groupwww.psoug.org
>
> > Daniel,
>
> > I am creating the physical standby on the same server for practice.
> > That server holds only test versions of production databases. In this
> > environment I can safely work without fear of damaging a production
> > database. I created a flash recovery area and put the database in
> > flashback database mode. The third step is the creation of the
> > standby. Once I am sure of these steps I will repeat them on
> > production databases. For production databases the standby will be on
> > a different server than the primary.
>
> > Our Oracle databases do not reside in /u01 but in user defined file
> > systems on a separate UNIX volume group.
>
> > So back to my original question, does anyone know how to use EM Grid
> > Control to create a standby database in a location other than /u01?
>
> > Thank you,
> > Bill
>
> If you are just creating a standby then you can just use:
> RMAN> duplicate target database for standby nofilenamecheck;
> If you are building Data Guard it is a bit more complex.
> Keep in mind a Standby Database is not Data Guard.

The docs do say you can use EM to create a local standby: http://download.oracle.com/docs/cd/B19306_01/server.102/b14230/concepts.htm#sthref91

I would guess the secret would be those property page thingies, whatever they may be, to do the equivalent of setting db_file_name_convert http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmtspit004.htm#i1035562

"See Oracle Data Guard Broker and the Oracle Enterprise Manager online help system." - some real useful doco, there.

jg

--
@home.com is bogus.
Are you so boring people use you for a coaster?  MI6 may spam your
XBox!  http://www.signonsandiego.com/news/tech/20071018-0655-britain-spygames.html
Received on Thu Oct 18 2007 - 21:17:26 CDT

Original text of this message

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