Setup of Standby on Maxdb

Dear All,
I have to setup DR site using maxdb on Redhat Linux 5.4.
On Primary  Server  and and Standby  Server
Please advice     Hostname Should be same.
Steps i will follow to setup DR site.
1.Backup copy from Production  server will be restore on Target Server using Homogeneous System using Recovery with initialization.
2.Once my system will be up and running i will start put my standby Server DB in admin mode.And will apply logs using log shipping from the primary server.
Please advice me for the hostname as to start SAP in standby hostname should be same as Primary.
Regards,
Sahil

> Means once we are putting our standby online  system and after that again i am putting my db in admin mode.Than log shipping will not work.?
correct, it won't. Once the database is online it produces its own logs and you can't apply any other ones.
> Please advice for the hostname also .Is it mandatory to have hostname to be same on primary and standby server.
For log shippings sake you don't need the same hostname. It depends how you plan to get it into production.
Markus

Similar Messages

  • Setup of standby with log shipping

    Hello list,
    I want to setup an standby database on a different server, based on regularly complete/incremental/log backups.
    In the past we run this scenario (via bash scripts):
    - complete backup (once a day)
    - incremental backups (every 30 minutes)
    - cold incremental backup in the case of normal switching from live to standby server
    This scenario works fine for the 2-3 situations, where we have to switch between the servers.
    Now I want to change this to a combination to (mix of bash and perl scripts):
    - complete backup (once a week/month)
    - incremental backup (once a day)
    - log backups (every <n> minutes)
    according to the maxdb documentation and due to the fact, that we have configured autolog on and this way generate about on log backup every hour.
    In various tests I have found a solution, where I use a complete backup for initialization and then regularly restore the log backups from the original db to the standby db.
    Here an example:
    a) db_admin
       db_connect
       db_activate RECOVER <complete media> DATA
    b) db_admin
       db_connect
       recover_start <log media> LOG 001
    c) db_admin
       db_connect
       recover_start <log media> LOG 001
       recover_replace <log media> "<location of log media>" 002
    d) db_admin
       db_connect
       recover_start <log media> LOG 002
       recover_replace <log media> "<location of log media>" 003
    and so on ...
    Here are my questions:
    1. Is it correct, that I have to restore the last successful restored log (if not the first) from the previous session with "recover_start", before I can restore the next log with "recover_replace" in a new session?
    2. Can't I mix the restoring of incremental and log backups in this way: log001, incremental data, log002, ...? In my tests I was able to restore the incremental data direct after the complete data, but not between the log backups.
    3. Can I avoid the state change to OFFLINE after a log restore?
    I have read various documentations about this subject, but didn't find detailed descriptions about the concrete interactions between these commands, when using them in shell or perl scripts, which are executed regularly.
    Maybe somebody has developed something similar to this. I've seen some approaches from others, but none of them seems to cover completely the scenario above.
    Regards,
    Thomas

    >
    Thomas Schulz wrote:
    > Here are my questions:
    >
    > 1. Is it correct, that I have to restore the last successful restored log (if not the first) from the previous session with "recover_start", before I can restore the next log with "recover_replace" in a new session?
    Yes, that's correct. As soon as you leave the restore session, you have to provide a 'overlap' of log information so that the recovery can continue.
    > 2. Can't I mix the restoring of incremental and log backups in this way: log001, incremental data, log002, ...? In my tests I was able to restore the incremental data direct after the complete data, but not between the log backups.
    No, that's not possible. After you've recovered some log-information the incremental backup cannot be appliead as a "delta" to the data are anymore as the data area has already changed.
    > 3. Can I avoid the state change to OFFLINE after a log restore?
    Of course - don't use recover_cancel
    As soon as you stop the recovery, the database is stopped - no way around this.
    There are some 3rd party tools available for this, like LIBELLE.
    KR Lars

  • Error while trying to setup a standby database.

    While tring to setup a standby database (with version 8.1.7.0.0) i am running the command:
    recover managed standby database timeout 20;
    Here is the errors i'm getting:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/data/syndicate/standby/system/dup75_system01.dbf'
    ORA-16016: archived log for thread 1 sequence# 6518 unavailable
    Although it says that file 1 was not restored from sufficiently old backup I've copied all the datafiles from the primary database at once - using a script.
    The archived log sequence it asks for is non-existant - the last one i have is # 6517.
    Thank you guys in advance for any ideas.
    Greg

    I am having the same problem as you are when I am applying the current logs after successfully mounting standby database as seen below:
    SVRMGR> alter database mount standby database;
    Statement processed.
    SVRMGR> recover standby database ;
    ORA-00279: change 2939586 generated at 07/28/2002 01:09:33 needed for thread 5718
    ORA-00289: suggestion : C:\ORACLE\ORADATA\STANDBY\ARCHIVE\STANDBYT571S00362.ARC
    ORA-00280: change 2939586 for thread 5718 is in sequence #362
    Specify log: {=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'C:\ORACLE\ORADATA\STANDBY\SYSTEM01.DBF'
    SVRMGR>
    Just before copying the datafiles from the primary database I did the following:
    Connected to the primary database:
    1. alter database create standby controlfile as .....
    2. alter system switch logfile
    3. shutdown normal
    4. took a cold backup (including archived redo logs)
    Copied the data files, redolog files, archived redo logs and standby controlfile to standby database:
    1. made copies of standby controlfile over current standby ones.
    2. startup nomount (the standby database)
    3. alter database mount standby database;
    4. recover standby database;
    That's when it asks for an archived redo log that does'nt exist and when I enter cancel, that's when I get the above error?
    Am I not applying the latest redo logs to the latest cold backup of the primary database?
    Your help would be much appreciated!

  • Initial setup for standby database - doubts ??

    Hi,
    While creating a physical standby database from a primary database what is the initial setup in case of the standby database which will be created.
    1.Is it that I will only install the oracle with no starter database and then continue with the steps for creating standby database.
    2. The SID has to be the same for both the database or can it be different.
    Waiting for your answer.
    sl

    1)
    Fulfill the prerequisites
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14239/standby.htm#i58150
    2) It has to be same.

  • Setup a standby Messaging server

    Dear all,
    I am using System Messaging Server version 6.30.15 .
    I want to setup a Secondary backup mesaging server to use in Primary server failure.
    Is there a in built mechanisum to set up the same withour going for a SUn cluster.
    Please guide me to achive this task.

    Did you install on a single host ?

  • Failed to add hot standby instances in liveCache Hotstandby setup

    Hi All,
    I am trying to setup Hot Standby between two HP-UX IA64 hosts and facing few issues. Given below are the setup details.
    Hosts: HP-UX IA64 B.11.31
    liveCache version: 7.7.06.16
    Storage: EMC Symmetrix
    maxDB Database Manager: 7.6.06.04
    These are the steps I did using maxDB GUI
    1. Added primary server (i.e. MASTER).
    2. Made it online to validate the setup.
    3. Made it offline, so that Hot Standby System can be enabled.
    4. Enabled the Hot Standby System, and created a virtual server name entry.
    5. Made the primary online, so that standby instances can be added.
    6. Tried adding Hot Standby instances and saw a pop-up message with following error.
    "-24994 Runtime environment error [hss_addstandby ...]; 20090, Check knldiag! Kernel exited with '0' before reaching ADMIN state"
    Found the following error message in KnlMsg file of SECONDARY/STANDBY host.
    <MSGL _NO="110" _PROCESS="20561" _THREAD="0x19" _TASK="2" _TIME="2009-10-01 13:04:33.000">
      <MSG _NO="1" _TYPE="Error" _ID="20049" _COMP="RTEHSS" TEXT="Call to RTEHSSInit failed since RTEHSS_Api is not usable">
       <MSG_ARGS
         FILE="RTEHSSApiDll.cpp"
         _LINE="736"
         _TIME="2009-10-01 13:04:33.000"
        />
      </MSG>
      <MSG _NO="2" _TYPE="Error" _ID="20046" _COMP="RTE" _TEXT="Loading DLL /usr/symcli/shlib/apps/SAP/libemcslc.sl failed dlopen failed:Unable to find library &
    apos;/usr/symcli/shlib/apps/SAP/libemcslc.sl&apos;.">
       <MSG_ARGS
         FILE="RTESysSharedLib.cpp"
         _LINE="631"
         _TIME="2009-10-01 13:04:32.000"
        />
      </MSG>
      <MSG _NO="3" _ID="20048" _COMP="Admin" _TEXT="The database parameters are neither correctly configured for &apos;HotStandby&apos; nor for &apos;Normal&apos
    ; operation.">
       <MSG_ARGS
         FILE="KernelAdministration.cpp"
         _LINE="4409"
         _TIME="2009-10-01 13:04:33.000"
        />
      </MSG>
    </MSGL>
    The library is available on the STANDBY host and has correct permissions.
    ll /usr/symcli/shlib/apps/SAP/libemcslc.sl
    -rwxrwxrwx   1 sdb        sdba        297720 Sep 17 21:51 /usr/symcli/shlib/apps/SAP/libemcslc.sl
    Any help/pointer on resolving the issue will be appreciated.
    Thanks and Regards,
    Mohammed Firdosh Nasim.

    What immediately comes to my mind when I see this:
    > Hosts: HP-UX IA64 B.11.31
    and
    >   <MSG _NO="2" _TYPE="Error" _ID="20046" _COMP="RTE" _TEXT="Loading DLL /usr/symcli/shlib/apps/SAP/libemcslc.sl failed dlopen failed:Unable to find library & apos;/usr/symcli/shlib/apps/SAP/libemcslc.sl&apos;.">
    You may try to load the symmetrix shared library for PA-RISC platform but you are on IA64. Shared libraries on IA64 have the extension ".so". There is an "emulator" (ARIES) on IA64 to run PA-RISC binaries - but since the database you run is IA64 it can't load a PA-RISC shared library.
    What do you get when you run
    file /usr/symcli/shlib/apps/SAP/libemcslc.sl
    However, this is just a guess.
    Markus

  • Can i setup standby between the DBs in different servers of different OS

    Dear All,
    1) Can i set up the standby database between Linux server and Windows server?
    2) Can i setup the standby on a single server?
    Thanks
    Mahi

    1. Only if the endian format is supported on both platforms and if the version is 10g
    2. yes, but that defies the concept of disaster recovery.

  • Standby setup in 11g R2 RAC to single node

    Hi,
    How can we setup 11gR2 Standby Setup : Primary Database 2 Node RAC to Standalone Standby Database

    ashish wrote:
    Hi,
    Our requirement is to create single node standby of a 11g R2 RAC 2 node database.To implement there is not much changes in functionality of dataguard, Except some new features like
    1) Active dataguard
    -- Where you can run MRP even in open status, so that it can be only readable.
    2) password file on standby should not be created, it should copy from primary and rename it.
    3) from 11g you can perform duplicate from active database without backup.
    & so on.
    To build a stand alone standby from 2-node RAC, MAA pdf is better one
    http://www.oracle.com/technetwork/database/features/availability/maa-wp-10g-racprimaryracphysicalsta-131940.pdf
    http://www.oracle.com/technetwork/database/features/availability/twp-dataguard-11gr2-1-131981.pdf
    *How to create physical standby database with 11g RMAN DUPLICATE FROM ACTIVE DATABASE [ID 747250.1]*

  • Standby Setup

    Can i setup physical standby wihtout RMAN ? I want to create a fresh single physical standby without RMAN .. If i copy all files in another system and take the controlfile from primary as alter database create controlfile for standby ... and fill all the gaps with archives.. Should it work ? i am on 10G Rhel 4 linux.. and both machines would have same config

    no luck CKPt and msberg...
    pfile for TEST1 PRIMARY
    test1.__db_cache_size=167772160
    test1.__java_pool_size=4194304
    test1.__large_pool_size=4194304
    test1.__shared_pool_size=83886080
    test1.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/test1/adump'
    *.background_dump_dest='/u01/app/oracle/admin/test1/bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='/u01/app/oracle/oradata/test1/control01.ctl','/u01/app/oracle/oradata/test1/control02.ctl','/u01/app/oracle/oradata/test1/control03.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/test1/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='/u01/app/oracle/oradata/test2','/u01/app/oracle/oradata/test1'
    *.db_name='test1'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.db_unique_name='test1'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=test1XDB)'
    *.fal_client='test1'
    *.fal_server='test2'
    *.job_queue_processes=10
    *.log_archive_config='dg_config=(test1,test2)'
    *.log_archive_dest_1='location=/u01/arch valid_for=(all_roles,all_logfiles) db_unique_name=test1'
    *.log_archive_dest_2='service=test2 LGWR ASYNC valid_for=(primary_role,online_logfiles) db_unique_name=test2'
    *.log_archive_dest_state_1='enable'
    *.log_archive_dest_state_2='enable'
    *.log_archive_format='%t_%s_%r.arc'
    *.log_file_name_convert='/u01/app/oracle/oradata/test2','/u01/app/oracle/oradata/test1'
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.service_names='test1'
    *.sga_max_size=400m
    *.sga_target=250m
    *.standby_archive_dest='/u01/arch'
    *.standby_file_management='auto'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/app/oracle/admin/test1/udump'
    PFILE FOR STANDBY TEST2
    test2.__db_cache_size=171966464
    test2.__java_pool_size=4194304
    test2.__large_pool_size=4194304
    test2.__shared_pool_size=79691776
    test2.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/test2/adump'
    *.background_dump_dest='/u01/app/oracle/admin/test2/bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='/u01/app/oracle/oradata/test2/control05.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/test2/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='/u01/app/oracle/oradata/test1','/u01/app/oracle/oradata/test2'
    *.db_name='test1'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.db_unique_name='test2'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=test2XDB)'
    *.fal_client='test2'
    *.fal_server='test1'
    *.job_queue_processes=10
    *.log_archive_config='dg_config=(test1,test2)'
    *.log_archive_dest_1='location=/u01/arch valid_for=(all_roles,all_logfiles) db_unique_name=test2'
    *.log_archive_dest_2='service=test1 valid_for=(primary_role,online_logfiles) db_unique_name=test1'
    *.log_archive_dest_state_1='enable'
    *.log_archive_dest_state_2='enable'
    *.log_archive_format='%t_%s_%r.arc'
    *.log_file_name_convert='/u01/app/oracle/oradata/test1','/u01/app/oracle/oradata/test2'
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.service_names='test2'
    *.sga_max_size=400m
    *.sga_target=250m
    *.standby_file_management='auto'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/app/oracle/admin/test2/udump'
    ON STANDBY
    SQL> select process,status from v$managed_standby;
    PROCESS STATUS
    ARCH CONNECTED
    ARCH CONNECTED
    MRP0 WAIT_FOR_LOG
    sql> select applied,sequence#,to_char(completion_time,'dd-mon-yyyy hh24:mi:ss') from v$archived_log
    APP SEQUENCE# TO_CHAR(COMPLETION_T
    YES 1 01-jul-2012 19:19:11
    YES 2 01-jul-2012 19:19:21
    YES 3 01-jul-2012 19:19:28
    YES 4 01-jul-2012 19:19:36
    YES 6 01-jul-2012 19:22:41
    YES 5 01-jul-2012 19:22:51
    YES 7 01-jul-2012 19:23:02
    YES 8 01-jul-2012 19:23:06
    ON PRIMARY
    SQL> select max(SEQUENCE#) from v$archived_log;
    MAX(SEQUENCE#)
    11

  • Setup standby

    Hi all,
    I need to configure new setup of standby.
    My current env is running on win server 2003 and database is 10g.
    Please help me if someone have any document ID.
    Thanks in ADV

    Hi,
    Please see these docs.
    Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g [ID 216212.1]
    Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC [ID 452056.1]
    Thanks,
    Hussein

  • Switching between Primary and Standby database

    Hi,
    I managed to setup a standby database that is updated by the primary db either when doing a log file switch or when changing the role of the primary db to standby.
    Now I want to put the standby database (that was in primary role for a short period) back into its standby role. I entered
    "Alter database commit to switchover to physical standby with session shutdown;"
    The archived redo logs as well as the control file are updated on the primary database (which was in standby role for the same short period). When I enter
    "Alter database commit to switchover to primary" I am receiving the following error message:
    SQL> alter database commit to switchover to primary;
    alter database commit to switchover to primary
    ERROR at line 1:
    ORA-16139: media recovery required
    After issuing the recovery statement I get this message:
    SQL> recover database
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    At the same time this log entry is written into the alert log:
    Database not available for switchover
    End-Of-REDO archived log file has been received
    Archived log files detected beyond End-Of-REDO
    Incomplete recovery SCN:0:962365 archive SCN:0:977340
    Switchover: Media recovery required - standby not in limbo
    ORA-16139 signalled during: alter database commit to switchover to primary...
    But when I try to use the BACKUP CONTROLFILE statement during recovery I get this error message:
    SQL> recover database using backup controlfile;
    ORA-00283: recovery session canceled due to errors
    ORA-01666: control file is for a standby database
    Although being quite a newbie it's obvious that the primary database (which was standby for a short period) is worried that there are older archived redo logs than online logs. I guess this happens because of the log_archive_dest definition on the standby database :
    *.LOG_ARCHIVE_DEST_3='SERVICE=ORAMPPRD REOPEN=60 MAX_FAILURE=3 LGWR SYNC
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=ORAMPPRD'
    Changes are applied immediately and only written to the archive.
    But how can it be managed that the online redo logs on the primary system are also updated when switching back from standby ???
    Thanks,
    Philipp.

    Thanks, it's working now.
    I think it's important to explizitely follow the steps to switchover standby and primary for it to work. I maybe shutdown the standby to early.
    Cheers,
    Philipp.

  • Error while Creating a Logical Standby Database

    Dears
    I setup physical standby db. Now trying to convert it to logical standby db by following this link:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ls.htm#i92346
    When i issue this statement:
    ALTER DATABASE RECOVER TO LOGICAL STANDBY orcl2;
    I am getting following error:
    ORA-00905: missing keyword.
    I do not find anything in ALERT.LOG file. The syntax seems to be correct as i carefully copied from the document itself.
    Please reply.

    Any ideas?

  • Error while creating standby database

    Hi,
    ORACLE VERSION:10.2.0.1.0
    OPERATING SYSTEM:WINDOWS
    While i am trying to setup a standby database i am getting the following error in my parameter file.
    SQL> startup
    ORA-02778: Name given for the log directory is invalid
    Here is my pfile
    orakill.__db_cache_size=427819008
    orakill.__java_pool_size=4194304
    orakill.__large_pool_size=4194304
    orakill.__shared_pool_size=167772160
    orakill.__streams_pool_size=0
    *.audit_file_dest='E:\oracle\product\10.2.0/admin/oracle/adump'
    *.background_dump_dest='E:\oracle\product\10.2.0/admin/orakill/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='F:\orakill/\control01.ctl','F:\orakill/\control02.ctl','F:\oradata/orakill/\control03.ctl'
    *.core_dump_dest='E:\oracle\product\10.2.0/admin/orakill/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.DB_FILE_NAME_CONVERT='E:\oracle\product\10.2.0\oradata\oracle','F:\orakill\'
    *.DB_NAME='oracle'
    #*.db_recovery_file_dest='E:\oracle\product\10.2.0/flash_recovery_area'
    *.log_archive_dest='F:\standby\aldump'
    *.db_recovery_file_dest_size=2147483648
    *.DB_UNIQUE_NAME='orakill'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=oracleXDB)'
    *.FAL_CLIENT='orakill'
    *.FAL_SERVER='oracle'
    *.job_queue_processes=10
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(oracle,orakill)'
    *.LOG_ARCHIVE_DEST_1='LOCATION=F:\standby\aldump\ VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=orakill'
    *.LOG_ARCHIVE_DEST_2='SERVICE=oracle LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=oracle'
    *.LOG_ARCHIVE_DEST_STATE_1='ENABLE'
    *.LOG_ARCHIVE_DEST_STATE_2='ENABLE'
    *.LOG_ARCHIVE_FORMAT='%t_%s_%r.arc'
    *.LOG_ARCHIVE_MAX_PROCESSES=30
    *.LOG_FILE_NAME_CONVERT='E:\oracle\product\10.2.0\oradata\oracle','F:\orakill\'
    *.open_cursors=300
    *.pga_aggregate_target=202375168
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=609222656
    *.STANDBY_FILE_MANAGEMENT='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='E:\oracle\product\10.2.0/admin/orakill/udump'
    please help me.
    Regards,
    Poorna.

    you seems to have issues with your setting. For instance see the controlfile parameter.
    *.control_files='F:\orakill/\control01.ctl','F:\orakill/\control02.ctl','F:\oradata/orakill/\control03.ctl'
    also check whatever directory given actually exist in the server.
    hth,
    http://borndba.com

  • Question regarding removal of physical standby database?

    We are running a 2 node rac cluster on linux itanium and we have setup one physical standby server. We did not use the data guard broker to setup the standby database we simply set 2 parameters log_archive_config and log_archive_dest_2.
    We now are looking to remove the physical standby server and I see that the 2 parameters are dynamic so I was trying to find out if it is as simple as running the alter system comands to reove the 2 parameters?
    I gues my real question is more about the syntax of removing the parameters?
    Would this syntax be correct?
    alter system set log_archive_config='' scope=both sid='*';
    alter system set log_archive_dest_2='' scope=both sid='*';
    and does it make a difference which parameter is removed first?
    Thanks I appreciate any help.

    the standby system is also a 2 node cluster but only one of the nodes has the instance up in a mount state running in recover mode and the other instance is simply shutdown.
    Thanks.

  • Logical standby database problem

    i have setup logical standby database on my pc . Everything was working fine . Logs were applied.
    But i tried testing few things on standby and issued few commands on that.
    After that the logs were not applied. i tried to restart that also dint work.
    what should i do so that things r back to normal or i need to create the standby again .
    Thanks

    The output is as follows .
    SQL> SELECT APPLIED_SCN, NEWEST_SCN, READ_SCN, NEWEST_SCN-APPLIED_SCN FROM DBA_LOGSTDBY_PROGRESS;
    APPLIED_SCN NEWEST_SCN READ_SCN NEWEST_SCN-APPLIED_SCN
    179493 194423 179497 14930
    SQL> SELECT TYPE, HIGH_SCN, STATUS FROM V$LOGSTDBY;
    no rows selected
    SQL> select operation, options, object_name, cost
    2 from v$sql_plan, v$session, v$logstdby
    3 where v$sql_plan.hash_value = v$session.sql_hash_value
    4 and v$session.serial# = v$logstdby.serial#
    5 and v$logstdby.status_code=16113;
    no rows selected

Maybe you are looking for

  • PLZ ITS URGENT!!!!!!!!!!

    hi i developed a smartforms...... in it i am using 'SSF_OPEN' and 'SSF_CLOSE' functions to suppress the print preview box which was coming again n again..... firstly it was working properly bt i made some changes in my smartforms and then it started

  • Error while adding eDirectory replica

    Hi folks! I want to add a replica of our whole eDirectory tree to a new server (OES11.2 SLES11.3). So I wanted to do so via iManager. (Partitions and Replicas / Replica View / Add Replica) Everthing looks normal. I see our other servers with added re

  • OIM 11g using too much memory and not releasing it when shutting down

    Hello, we have a problem with OIM 11g using too much memory (about 5gb) and it's not releasing it at shutdown (4gb still used). We are using a VM with RedHat Linux 5.6. Originally we had 4gb RAM + 2gb swap file. We installed Admin Server, OAM, OIM an

  • Color Balance File Output - A Basic Question

    Hello, A basic question: if I want to bring uncorrected QT files into Color for auto balancing, do I have to bring the rendered files into FCP in order to finish the files as self contained QT files? Is there a way in Color to output the new files, b

  • Exporting from Aperture

    I am shooting and importing both RAW and low resolution images into my aperture library. I need to export the highest possible jpeg images from aperture for a 3rd party photo book app.  When I set up the export , I cannot figure out how to do this.