CONFIGURE STANDBY DATABASE IN 10G

hi experts,
              Need help for configuring standby database in Oracle 10g/Windows.

Hi Sumeesh,
Please refer the below mentioned link for configuring data guard.
http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10823/create_ps.htm
Below mentioned are the sequence of stpes, which needs to be followed for setting up data guard.
3.1     Configuring the Primary Database     
3.1.1     Enable archiving and define a local archiving destination     
3.1.2     Create a password file     
3.1.3     Configuring the Oracle networking files     
3.1.4     Set initialization parameters on the primary database     
3.1.5     Take Offline/Online backup of the primary database     
3.1.6     Create a control file for the standby database     
3.1.7     Prepare initialization parameter file for the standby database and start the primary database with the changed pfile.     
3.1.8     Copy all files from the primary host to the standby host     
3.2     Configuring the Standby Database     
3.2.1     Configuring the Oracle networking files     
3.2.2     Create a INIT parameter file for the standby database     
3.2.3     Copy the standby controlfile to the appropriate location     
3.2.4     Create Oracle Password File     
3.2.5     Start the physical standby database     
3.2.6     Initiate log apply services
Regards,
Ranjith

Similar Messages

  • Configuring Standby database.....but not able to finish it

    Friends,
    DB: 10.2.0.4
    OS: RHEL 4.8
    I have done all the preliminary steps in the primary database like...
    force logging
    archivelog
    creating standy redo loo.
    etc....as per the documentation....
    my problem is what about the standby system not db...i mean the node or os....
    i have installed rhel 4.8 and the db 10.2.0.4 ...
    In the standby os....am i have to create a db or only the oracle installation is enough....?
    anyway...i have to copy all the datafiles and controlfile and pfile from primary os...
    thanks

    906621 wrote:
    Friends,
    DB: 10.2.0.4
    OS: RHEL 4.8
    I have done all the preliminary steps in the primary database like...
    force logging
    archivelog
    creating standy redo loo.
    etc....as per the documentation....
    my problem is what about the standby system not db...i mean the node or os....
    i have installed rhel 4.8 and the db 10.2.0.4 ...
    In the standby os....am i have to create a db or only the oracle installation is enough....?
    anyway...i have to copy all the datafiles and controlfile and pfile from primary os...
    thanksIf you just install OS, it wont be enough, you should have control files, data files, standby redo log files.
    Then only it can communicated.
    Refer this link to create/configuring standby database
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/create_ps.htm#i67520
    http://oracleinstance.blogspot.com/2010/01/step-by-step-document-for-creating.html

  • Logical Standby Database with 10g+ASM on both sides??

    Hi out there,
    is there a known way to establish a logical standby database on 10g, if both
    sides are running with an ASM setup?
    I've tried to create one out of a physical standby database (which is set up
    and running w/o any problems), like a book suggested me to do.
    The procedure was:
    1. switch on supplemental logging
    2. prepare initiation parameters (for archive logging etc.) on both sides for
    logical stb.
    3. shut down the phyiscal standby
    4. alter database create logical standby controlfile as '<path>'; on the
    primary, transfer the controlfile to the standby db. Here I had to use RMAN
    to copy the controlfile into the ASM System, and modify the initfile/spfile
    in order to use the controlfile. No problem so far.
    5. mount the standby database, alter database recover managed standby database
    disconnect; -> At this point, the alert log complained about non-available
    datafiles.
    6. alter database activate standby database; --> fails ("needs recovery") due
    to last point.
    The trouble is, the controlfile created at point 4 cointains wrong paths to
    the datafiles. Since I can not have the same disk group name on the standby
    system, and since ASM renames the stored datafiles by its own, the complaints
    of point 5 are comprehensible, but nevertheless annoying.
    I tried to backup a controlfile to trace and change the paths, but at after
    mounting the standby with this controlfile and proceeding at point 5, the
    system says "<path> is not a standby controlfile"
    Is there a different way of creating a "Logical Standby Database with 10g+ASM
    on both sides"? Metalink said nothing about LogStby and ASM.
    Best regards and thanks in advance,
    Martin

    I'm not sure if this will work but try:
    1. create trace control file (you did it)
    2. change paths (you did it)
    3. recrate control file (you did it)
    ... there was error occured during mount before
    so mount database (not as standby)
    4. create standby control file (from recreated control file)
    5. shutdown instance, replace control file with new standby control file or replace the control filename in parameter file.
    6. mount as standby
    What happend?
    Update: Tested on my side and it has worked fine... How about you?
    Message was edited by:
    Ivan Kartik

  • Physical Standby database Oracle 10g Standard Edition

    Hello,
    I open a new question about testing a standby database a because of this:
    I realize that my standby database is 10g Standard and not Enterprise and not 11g.
    Because for testing we plan to modify data on Standby, we are looking for some way to restore Standby to the point before testing.
    So, I can't use Flashback Recovery Area for restoring my database to a certain point after testing.
    In this scenario, the only way that I think is:
    On Standby
    - Shutdown database
    - Copy by O/S all datafiles, temp files, control files and redo logs. That will be my backup before testing.
    - Open database, test and modify data
    - When test is finished, shutdown database
    - Copy and replace by O/S all datafiles, temp files, control files and redo logs from backup place
    - Open database as standby and apply all archived redo logs needed.
    Would be it work without problem or should I copy other files?

    user521219 wrote:
    Hello,
    I open a new question about testing a standby database a because of this:
    I realize that my standby database is 10g Standard and not Enterprise and not 11g.
    Because for testing we plan to modify data on Standby, we are looking for some way to restore Standby to the point before testing.
    So, I can't use Flashback Recovery Area for restoring my database to a certain point after testing.
    In this scenario, the only way that I think is:
    On Standby
    - Shutdown database
    - Copy by O/S all datafiles, temp files, control files and redo logs. That will be my backup before testing.
    - Open database, test and modify data
    - When test is finished, shutdown database
    - Copy and replace by O/S all datafiles, temp files, control files and redo logs from backup place
    - Open database as standby and apply all archived redo logs needed.
    Would be it work without problem or should I copy other files?yes, It will work.
    it comes under Refresh of database, use --> cleanup --> restore.
    If its enterprise edition , you can use procedure mentioned in this note How To Open Physical Standby For Read Write Testing and Flashback [ID 805438.1]
    Edited by: CKPT on Jul 5, 2012 11:01 PM

  • Configure standby database

    hi all;
    how many system r required to configure standby database
    i m configure standby database in a single(same) system where my primary database already running.if this possible or not
    i have configured my standby
    but when i start "c:\sqlplus sys@orclstdy as sysdba"
    then he create error ora-12154: TNS:could not resolve the connect identifier specified
    and when i start with "c:\set oracl_sid=orclstdy"
    sql>conn as sys/pass as sysdba
    connected to an idle instance
    sql> startup
    ora-02778: Name given for the log directory is invalid
    how can solve this problem . please reply

    Hi user569791
    you can configure standby to multiple destinations(up to 9 different destinations) and it is also possible to configure in same system also.
    you need to create standby controlfile for Physical standby database.
    check whether the standby instance run as a separate service and whether you
    have an relevant entry in tnsnames.ora file. note that the db_name is same for both
    sites but only the instance name differs.
    Ensure that you have a
    1.valid cold backup of datafiles,
    2.valid standby controlfile
    3.standby init parameters with db_file_name_convert and log_file_name_convert
    parameters are valid
    4. a special init parameter called lock_name_space need to be given when you configure standby on same site.
    check all these condition and Try again.
    Regards
    SM

  • Upgrade PHYSICAL STANDBY database to 10g from 9i

    Hello everybody,
    Please can you provide me the details for Manual upgrading 9i STANDBY database to 10g. Any special parameters that we have to set on the Primary database..
    Any sites with the information available would be great.
    Thanks everybody for your help.

    There is no in-place upgrade process to move from 9i to 10g. You have to upgrade your primary and then reinstantiate your standby (using Oracle10g). You may like to keep your 9i standby in tact until your upgrade of 9i primary to 10g is completely successful.....just to ensure that you have a fast, easy and reliable fall-back plan.
    Thanks
    Chandra

  • Configuring standby databases

    Hello
    Is there a way to configure standby databases in gc11g ?
    When I enter sys credentials, I get the below error :
    Failed to connect to the database: ORA-01033: ORACLE initialization or shutdown in progress The Connect Descriptor was (description=(address=(host=prddb)(protocol=tcp)(port=1824))(connect_data=(service_name=orclprd)(instance_name=orclprd)(UR=A)))

    Ricardinho wrote:
    Hello
    Is there a way to configure standby databases in gc11g ?
    When I enter sys credentials, I get the below error :
    Failed to connect to the database: ORA-01033: ORACLE initialization or shutdown in progress The Connect Descriptor was (description=(address=(host=prddb)(protocol=tcp)(port=1824))(connect_data=(service_name=orclprd)(instance_name=orclprd)(UR=A)))Do you want to create a standby standby database?
    You are trying to "orclprd" - is it your primary database? Are you sure that it's open?
    Regards
    Gokhan

  • Configuring DG's Standby database in 10g Grid Control monitoring.

    Hi.
    I am facing issues to configure "for monitoring" the standby instance of a 10g database. If someone on this forum have experience, please share, will be greatly appreciated.
    Thanks
    /SKH

    FYI we have a tar open on this "standby databases not monitored correctly" ie grid is trying to collect metric from a sb db when it can not b/c its only mounted. The fix will be in 10.2.0.4. We are pushing for a back port to 10.2.0.3 b/c we missed a corruption in our sb db b/c we could not monitor the values and apply different templates.

  • How to configure standby database in a single machine

    I am in Windows XP professional and oracle 9i . I want to configure a standby database for a database called proddb in the same machine. For doing this, I created a standby controlfile. But this work for the same name standby database?. How this happen ? two database with same name possible? How to create the second database (Standby) Please help?
    Shiju

    The Oracle Solaris Cluster concepts guide has some information on which zone model to choose:
    http://docs.oracle.com/cd/E18728_01/html/821-2682/gcbkf.html#scrolltoc
    When managing a Solaris zone with the HA Zones agent, the cluster basically regards the non-global zone as a blackbox.
    As such you can either start the Oracle database as part of the runlevel/SMF startup of the non-global zone, or you can use the sczsh or sczsmf component and use your own scripts to start, probe and stop the Oracle database.
    Usage of the standard HA Oracle data service is not supported in combination with the HA Zones agent.
    If you require a more fine grained control of services running in non-global zones, why not setup a zone cluster and then having HA Oracle failover the Oracle database between non-global zones?
    Regards
    Thorsten

  • Configuring Standby Database from non ASM to ASM

    Hi All,
    i am trying to configure a standby database from non ASM file system to ASM file system.
    my primary database having datafiles in /u02,/u03,/u04 etc, and my Standby database having filesystem in ASM diskgroup DATA.
    can anyone of you help me in setting up of parameters db_file_name_convert and log_file_name_convert etc,;
    thanks in Advance,
    TEJAS

    Hi,
    You can check this. May it help you
    http://gavinsoorma.com/2010/04/creating-an-asm-duplicate-database-from-a-non-asm-database/

  • Standby Database in 10g Standard One

    Hello Everyone,
    I need to do a standby database using Oracle Database 10g Standard One.
    Do you know how can I do it, step by step??
    Thanks

    Standby or so called dataguard after 9i is not availible in standard edition nor standard one.

  • Reaction at Standby Database in 10g for alter , addtion, deletion tablespac

    Deal All,
    I want to know that what will be reaction on standby database (10g) if i alter , add , delete tablespace or datafile at primary database.

    depends on the parameter STANDBY_FILE_MANAGEMENT . please check
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14239/manage_ps.htm#i1010428

  • STANDBY DATABASE 10 10g

    I am in process of configuring the stand by database and I am getting the following error in standby database
    SQL> startup nomount pfile='/disk3/stand/initSTAND.ora';
    ORACLE instance started.
    Total System Global Area 314572800 bytes
    Fixed Size 1978272 bytes
    Variable Size 96473184 bytes
    Database Buffers 205520896 bytes
    Redo Buffers 10600448 bytes
    SQL> alter database mount standby database;
    Database altered.
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    Database altered.
    SQL> SQL> alter database open read only;
    alter database open read only
    ERROR at line 1:
    ORA-16004: backup database requires recovery
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: '/disk6/dbase/DSA/system01.dbf'

    First step is to check the description of errors..
    ORA-16004: backup database requires recovery
    Cause: The control file is for a backup database which requires recovery, and cannot be opened for read-only access by this instance.
    Action: Perform the necessary recovery and re-open for read-only access.
    Check the DBWR trace file and alert_log file. Check the SCN applied on standby database. Find out any archivelog required to be applied...
    Read 8.2 section..
    Documentation:-
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14239/manage_ps.htm#i1017111

  • How do I configure OEM Database Control 10g

    Hi Gurus,
    I have Oracle 10g Release 2 (10.2.0.1) on Windows XP installed. How do I configure Database Control 10g??
    Any help is appreciated
    Thanks !!!

    Use the enterprise manager configuration assistent (emca)
    <ORACLE_HOME>\bin\emca
    with emca -h you get some help

  • Problem when configuring standby database

    Hi,
    i am getting the following error when i am configuring the standby database,i have set every thing right
    ORA-28547: connection to server failed, probable Net8 admin error
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl5'. Error is 28547.
    Error 28547 received logging on to the standby
    Tue May 29 22:13:21 2007
    Errors in file /u01/u06/bdump/orcl4_arc0_32147.trc:
    ORA-28547: connection to server failed, probable Net8 admin error
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl5'. Error is 28547
    please suggest me how to go about this

    This is my primary
    *.background_dump_dest='/u01/u06/bdump'
    *.compatible='10.1.0.2.0'
    *.control_files='/u01/u06/ctrl01.ctl'
    *.core_dump_dest='/u01/u06/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl4'
    *.instance_name='orcl4'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orcl2XDB)'
    *.job_queue_processes=10
    *.log_archive_dest_1='LOCATION=/u01/u06/arch'
    *.log_archive_dest_2='SERVICE=orcl5 reopen=60'
    *.log_archive_format='%t_%s_%r.dbf'
    *.open_cursors=300
    *.pga_aggregate_target=200278016
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=601882624
    .undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/u06/udump'
    #*.standby_archive_dest=/u01/u05/arch
    #*.standby_file_management=manual
    *.lock_name_space=orcl4
    standby
    #########3
    *.background_dump_dest='/u01/u03/bdump'
    *.compatible='10.1.0.2.0'
    *.control_files='/u01/u03/stdbyctrl.ctl'
    *.core_dump_dest='/u01/u03/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl4'
    *.instance_name='orcl5'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orcl2XDB)'
    *.job_queue_processes=10
    *.log_archive_dest=/u01/u03/arch
    *.log_archive_format='%t_%s_%r.dbf'
    *.open_cursors=300
    *.pga_aggregate_target=200278016
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=601882624
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/u03/udump'
    *.standby_archive_dest=/u01/u03/arch
    *.standby_file_management=manual
    *.lock_name_space=orcl5

Maybe you are looking for

  • I pod classic 120 gb

    i bought my i pod 3 years ago in uk uploaded 743 songs and was perfect for approx 3 years then in july yhis year i bought an iphone 4 in tenerife when i went into i tunes to register new i phone was ok then 4 weeks later my i pod lost all songs every

  • Adobe PDF printer (adding paper sizes)

    I just reinstalled Adobe Acrobat 6.0 on a new computer and it only shows stadard paper sizes like 8-1/2 X 11, 11 X 17, etc.. My old computer would have all of the Architectural paper sizes as well (ANSI sizes, Arch sizes, and ISO sizes). How do I get

  • Admin Password

    I successfully installed oracle application express and login to the apex_admin site. I created a workspace, create developer accounts etc. Now when I try to login to the apex_admin site I receive an invalid credentials message. I reset my password u

  • Adaptive Filters -get and set coefficien​ts-

    Dear all Maybe it is about the theory and implementation of adaptive filters more than software problem; the Idea is to apply the strategy of the example (set and get coefficients) with the system identification setup to my data so I can evaluate the

  • AWM 10g / Problems creating OLAP-Catalog of OEO-Database

    Hi all, I was creating a simple OEO-Database with one Time-Dimension with Express Administrator and exported it to an eif-File. Then I did the stuff Mark Rittman described in his article "Migrating Express Server Databases to 10g..". After this I sta