Standby logfile issue

I created a dataguard, one primary database and one physical standby. The protection mode is maximum protection. My issue is: everytime when I archive a logfile in primary, it will write to standby logfile in standby logfile. Then the standby logfile status will show 'ACTIVE', and can't reuse it. if I need archive standby logfile in standby database, then I can get the standby logfile reuse?
Now if I add one more standby logfile in standby database, I can archive a logfile in primary. Then I can't archive another more in primary, unless i add one more standby logfile in standby.
thanks a lot,
kelvin

Thank you everyone. Yes mike, I already 'recover managed standby database using current logfile disconnect from session'. And Emre, I have 3 logfile groups in primary, every group has 2 members. I am using ASM for storage. in standby, at beginning, I created 4 standby groups(every one has 2 members and same size with primary logfile). But after a while, the primary database shut down. I checked alert log in primary, mention 'no available standby logfile to use'. So I added another 4 standby logfiles ......
So anybody know, for the standby logfile, if we need archive those logfiles. So primary can reuse and write log to these standby logfile when primary database do a 'archive log current'. Now I believe my primary database can't reuse those standby logfile in standby database, so I need to add one more, one more standby logfile..
Thanks a lot,
kelvin

Similar Messages

  • I missed to add Standby Logfile groups? What now?

    Hi there
    I have created a Standby database in a test environment using RMAN   (followed the procedure given here -> URL:  Creating a Standby Database with Recovery Manager).
    When I tried to start the recovery on Standby, I got the following error:
    [code]
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT;
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT
    ERROR at line 1:
    ORA-38500: USING CURRENT LOGFILE option not available without stand
    SQL> select NAME, OPEN_MODE, GUARD_STATUS, DATABASE_ROLE from v$database;
    NAME      OPEN_MODE  GUARD_S DATABASE_ROLE
    PRIM      MOUNTED    NONE    PHYSICAL STANDBY
    SQL>
    [/code]
    I missed the step to add standby logfile groups. Do I need to recreate the Standby database now? I mean, add standby logfile groups to Primary, then take full RMAN backup and recreate the standby database (following the procedure described in the URL above)?
    I am using Oracle 10gR2 on OEL 5.8.
    Please advise!
    Best regards

    OK thank you both - I have added the standby logfile groups both on Primary and Standby (mounted) database and I was able to successfully issue the following command:
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT;
    I hope this was the right thing to do under the circumstances, right?
    And now there seems to be a gap:
    PRIM_SQL> SELECT MAX(SEQUENCE#) FROM V$ARCHIVED_LOG;
    MAX(SEQUENCE#)
                11
    STDBY_SQL> SELECT MAX(SEQUENCE#) FROM V$LOG_HISTORY;
    MAX(SEQUENCE#)
                 9
    I issued "alter system switch logfile" few times on the Primary but logs don't seem to be shipping? How to check this and fix?
    EDIT: OK I checked the Primary alert log file and see following messages:
    Error 1031 received logging on to the standby
    Tue Jun 25 15:22:43 2013
    Errors in file /u01/app/oracle/admin/prim/bdump/prim_arc0_6880.trc:
    ORA-01031: insufficient privileges
    PING[ARC0]: Heartbeat failed to connect to standby 'stan'. Error is 1031.
    Tue Jun 25 15:27:43 2013
    Error 1031 received logging on to the standby
    Tue Jun 25 15:27:43 2013
    Errors in file /u01/app/oracle/admin/prim/bdump/prim_arc0_6880.trc:
    ORA-01031: insufficient privileges
    PING[ARC0]: Heartbeat failed to connect to standby 'stan'. Error is 1031.
    Tue Jun 25 15:32:43 2013
    I do have password file both on Primary and Standby servers. What is this "ORA-01031: insufficient privileges" referring to?
    EDIT#2:
    I copied the password file from Primary DB server to Standby server (with same name "orapwprim" - previously I used "orapwstan" name for standby password file) and the "login issue" is resolved. But now I see following error in the alert log file on Primary:
    PING[ARC0]: Heartbeat failed to connect to standby 'stan'. Error is 1031.
    Tue Jun 25 15:48:08 2013
    ARCH: Possible network disconnect with primary database
    Any clues here?
    EDIT#3:
    Sorry I was a bit impatient I guess.The logs a re being shipped and applied now.
    Thank you both!
    Best regards
    Message was edited by: user130038 (added alert log file info)
    Message was edited by: user130038 (Added EDIT#2)
    Message was edited by: user130038 (added EDIT#3)

  • Physical Standby Configuration Issue

    Hi All,
    DB Version:10.2.0
    OS Version:Windows
    I am trying to create Physical standby DB on the same machine where my pri db is running for testing purpose. I am following the Official Doc for configuring the physical standby
    docs.oracle.com/cd/B19306_01/server.102/b14239/create_ps.htm
    But this time what happens with me when i configure all the things as per the doc and issue
    SQL>ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION; on standby
    what i saw redo files redo01,redo02,redo03 are generated again in standby folder which already contains standby logfiles. And this gnerates an error of unable to read file redo03.log on the standby path when i check the aler log files of standby db.below are my pfile for sec db:
    *.audit_file_dest='E:\oracle\product\10.2.0\admin\pak\adump'
    *.background_dump_dest='E:\oracle\product\10.2.0\admin\pak\bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='E:\oracle\product\10.2.0\oradata\pak\control01.ctl'
    *.core_dump_dest='E:\oracle\product\10.2.0\admin\pak\cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='india','pak'
    *.db_name='india'
    *.db_recovery_file_dest='E:\oracle\product\10.2.0/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.db_unique_name=pak
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=indiaXDB)'
    *.fal_client=pak
    *.fal_server=india
    *.job_queue_processes=10
    *.log_archive_config='DG_CONFIG=(india,pak)'
    *.log_archive_dest_1='LOCATION=E:\oracle\product\10.2.0\flash_recovery_area\pak\ VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pak'
    *.log_archive_dest_2='SERVICE=india LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=india'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_file_name_convert='E:\oracle\product\10.2.0\oradata\india\','E:\oracle\product\10.2.0\oradata\pak'
    *.open_cursors=300
    *.pga_aggregate_target=92274688
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=278921216
    *.standby_file_management='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='E:\oracle\product\10.2.0\admin\pak\udump'
    Kindly help me what i need to do
    Thanks all in advance

    Hi All,
    When I check group# in primary DB by using sql
    SQL> select group# from v$log;
    it shows me
    GROUP#
    1
    2
    3
    When i run the same query on standby i am getting the same result
    This means that standby is not accessing the standby redo log file
    Can anyone help me in this matter

  • Can't switch standby logfiles to status=active

    Hi DBA's
    I'm trying to create logical standby on 10.2 on fedora 6 on manual http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm#g88234
    I can't create proper working standby redo logs.
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 4
    ('/u01/app/oracle/oradata/ORCL/onlinelog/log4a.log',
    '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog/log4b.log') SIZE 50M;
    then create the rest of standby redos and switch logfile:
    ALTER SYSTEM SWITCH LOGFILE;
    when:
    SQL> SELECT GROUP#,THREAD#,SEQUENCE#,ARCHIVED,STATUS FROM V$STANDBY_LOG;
    GROUP# THREAD# SEQUENCE# ARC STATUS
    4 0 0 YES UNASSIGNED
    5 0 0 YES UNASSIGNED
    6 0 0 YES UNASSIGNED
    What to do?
    Edited by: val75 on Jun 21, 2009 11:08 PM

    try switch log at primay
    please try to run this Command and then open the primary database.
    alter database set standby database to maximize performance;
    alter database open;

  • Standby logfiles

    In the following doc: http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/log_transport.htm#BABCBEGJ
    it says:
    For example, assume that the redo log on the redo source database has two redo log groups and that each of those contain one 500 MB redo log file. In this case, the standby redo log should have at least 3 standby redo log groups to satisfy the requirement that a standby redo log must have at least one more redo log group than the redo log at the redo source database.
    The following SQL statements might be used to create a standby redo log that is appropriate for the previous scenario:
    ALTER DATABASE ADD STANDBY LOGFILE
    ('/oracle/dbs/slog1.rdo') SIZE 500M;
    ALTER DATABASE ADD STANDBY LOGFILE
    ('/oracle/dbs/slog2.rdo') SIZE 500M;
    ALTER DATABASE ADD STANDBY LOGFILE
    ('/oracle/dbs/slog3.rdo') SIZE 500M;
    The doc says there needs to be one more group and then demonstrates creating no seperate groups. Did they mean to say one more file or did they mean to create groups such as this:
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 1...
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 2...
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 3....

    In the example the primary database has two log groups, and then they create 3 standby log groups on the standby. This is exactly what they recommend (standby = primary + 1).

  • Standby logfile missing error

    Hello all,
    I am getting this following error in standby alertlog file.
    ORA-00313: open failed for members of log group 8 of thread 2
    ORA-00312: online log 8 thread 2: '+DG_FLASH/hsstl/onlinelog/group_8.273.779638759'
    ORA-17503: ksfdopn:2 Failed to open file +DG_FLASH/hsstl/onlinelog/group_8.273.779638759
    ORA-15012: ASM file '+DG_FLASH/hsipstl/onlinelog/group_8.273.779638759' does not exist
    ORA-00312: online log 8 thread 2: '+DG_DATA/hsstl/onlinelog/group_8.1766.779638759'
    ORA-17503: ksfdopn:2 Failed to open file +DG_DATA/hsstl/onlinelog/group_8.1766.779638759
    ORA-15012: ASM file '+DG_DATA/hsipstl/onlinelog/group_8.1766.779638759' does not exist
    When i manually check the diskgroup '+DG_FLASH, +DG_DATA, i can see the group_8 file with some other numbers.
    Kindly let me know how to proceed for that. oracle 11g database, standalone standby database in aix box
    My guess is control file is still thinking that the group 8 file is present and looks for it when starting the standby, but actually that file is not there in the diskgroup. instead some other filename is there for the same group.
    Either i want to update the control file about the new log group 8, or drop the log 8 group, delete the log 8 group files from the disgroups +DG_FLASH, +DG_DATA and create a new log 8 group
    Kindly suggest
    Regards,

    Test
    SQL> Select GROUP#, THREAD#, SEQUENCE#, BYTES from v$standby_log;
      GROUP# THREAD# SEQUENCE# BYTES
      4 1 0 52428800
      5 1 1327 52428800
      6 1 0 52428800
    SQL> alter database recover managed standby database cancel;
    Database altered.
    SQL> ALTER DATABASE ADD STANDBY LOGFILE GROUP 7 '/u01/app/oracle/oradata//redo07.log' SIZE 50M;
    Database altered.
    SQL> alter database recover managed standby database disconnect from session;
    Database altered.
    SQL> Select GROUP#, THREAD#, SEQUENCE#, BYTES from v$standby_log;
      GROUP# THREAD# SEQUENCE# BYTES
      4 1 0 52428800
      5 1 1327 52428800
      6 1 0 52428800
      7 0 0 52428800 
    ALTER DATABASE CLEAR LOGFILE GROUP 7; 
    SQL> alter database recover managed standby database cancel;
    Database altered.
    SQL> ALTER DATABASE CLEAR LOGFILE GROUP 7;
    Database altered.
    SQL> alter database recover managed standby database disconnect from session;
    Database altered.
    SQL> Select GROUP#, THREAD#, SEQUENCE#, BYTES from v$standby_log;
      GROUP# THREAD# SEQUENCE# BYTES
      4 1 0 52428800
      5 1 1327 52428800
      6 1 0 52428800
      7 0 0 52428800
    SQL> /
      GROUP# THREAD# SEQUENCE# BYTES
      4 1 1330 52428800
      5 1 0 52428800
      6 1 0 52428800
      7 0 0 52428800
    What I noticed is no matter how many switches I do the Standby only uses group 4 and 5. If I recreate with a Thread number it seems to work.
    SQL> alter database recover managed standby database cancel;
    Database altered.
    SQL> ALTER DATABASE DROP STANDBY LOGFILE GROUP 7;
    Database altered.
    SQL> !rm /u01/app/oracle/oradata//redo07.log
    SQL> ALTER DATABASE ADD STANDBY LOGFILE THREAD 1 GROUP 7 '/u01/app/oracle/oradata//redo07.log' SIZE 50M;
    Database altered.
    SQL> alter database recover managed standby database disconnect from session;
    Database altered.
    SQL> Select GROUP#, THREAD#, SEQUENCE#, BYTES from v$standby_log;
      GROUP# THREAD# SEQUENCE# BYTES
      4 1 0 52428800
      5 1 1343 52428800
      6 1 0 52428800
      7 1 0 52428800
    SQL>
    Check
    SQL> select GROUP#,BYTES/1024/1024/1024 , STATUS, FIRST_TIME,NEXT_TIME from v$standby_log;
      GROUP# BYTES/1024/1024/1024 STATUS FIRST_TIM NEXT_TIME
      4 .048828125 UNASSIGNED
      5 .048828125 ACTIVE 29-NOV-13
      6 .048828125 UNASSIGNED
      7 .048828125 UNASSIGNED
    SQL>

  • Standby logfile

    Since setting up RMAN control file autobckup on a dataguard set up I get the following message in the alertlog:-
    Starting control autobackup
    Sat May 07 01:04:27 2005
    Control autobackup written to DISK device
    handle 'CF_C-00'
    Clearing standby activation ID 2115378951 (0x7e161f07)
    The primary database controlfile was created using the
    'MAXLOGFILES 9' clause.
    There is space for up to 6 standby redo logfiles
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 104857600;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 104857600;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 104857600;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 104857600;
    Can anyone tell me a bit more a bit what this message is saying and explain the pros/cons of adding these standby log files to the standby database??

    Thanks for reply..I am really confused by this both the primary and standby have the same redologs set up (3 groups of 2 logs) so dont understand why it is asking me to add 4 logs to the standby? are these the same or different from the normal redo log groups? why is this message only appearing when the control file is autbacked up?

  • ALTER DATABASE ADD STANDBY LOGFILE GROUP

    version 10 & 11g
    creating standby logfile groups on primary db is optional or needed? what could be advantages of both?
    I am reading 2 articles one is creating that other not?
    http://www.orafaq.com/node/2030
    & 736863.1 Notes

    DBA2008 wrote:
    version 10 & 11g
    creating standby logfile groups on primary db is optional or needed? what could be advantages of both? at primary database it is optional ,but it would be good candidate for switchover activity , it makes ensure that if you make any planned maintenance activity at primary site and switchover within yours data guard environment from primary database to physcial standby database ,if you create standby redo log at primary database it is not in use right now but it will be used when yours primary database switch to standby database after switching to physical standby databsae as a primary database.
    Khurram

  • Standby upgrade issue

    Hi
    I have a 11gR1 database with dataguard setup.I have successfully upgraded the primary database to 11gR2 using dbua.
    Although 11gR2 software is installed on standby server,I realized archivelogs were not shipped to standby server during the database upgrade.
    When I switch logfile in primary, I see below errors in standby alertlog:
    RFS: 'Attach' request version mismatchI think it is because the database versions become different after the upgrade( primary became 11.2, standby is still 11.1)
    Because of this issue, archivelogs are not being transferred.
    Do I manually need to edit oratab, create new spfile and start standby instance from new oracle home (11.2) ? These things were done automatically on primary database by dbua.

    Hello;
    The short story on this is :
    See Oracle support article : How do you apply a Patchset,PSU or CPU in a Data Guard Physical Standby configuration [ID 278641.1]
    My overview is :
    Disable log shipping from the Primary.
    Shutdown Standby .
    Install 11.2.0.2 software only on the Standby.
    Start the Standby in recovery mode ( using the new home and env. settings ) ( do not run DBUA on standby )
    Re-enable log shipping
    Monitor the redo apply from Primary to Standby -- this will upgrade the Standby
    Your questions
    Do I manually need to edit oratab, create new spfile and start standby instance from new oracle home (11.2) ?
    You can edit the oratab afterwards on the standby.
    You can move (copy) the spfile and password file to the new Oracle home on the standby. (This is what I do before restarting)
    Yes, you need to change the env to the new Oracle home before starting up mount and starting recovery.
    Just did four of these this week and I'm doing four more today. Will keep my eyes open for you.
    Best Regards
    mseberg
    Later
    Another thing I do is copy my tnsnames.ora and listener.ora to the new home on both the Standby and Primary and edit this in the listener.ora as needed :
    (SID_DESC =
           (global_dbname = PRIMARY_DGMGRL.thanks.buddy.com)
           (ORACLE_HOME = /u01/app/oracle/product/11.2.0)
           (sid_name = PRIMARY)
        )Then if you restart the listeners on both and bounce the databases you will probably avoid a "heartbeat" error.
    mseberg
    Edited by: mseberg on Dec 10, 2011 6:12 AM

  • Logical Standby working issues Oracle 9i, Windows

    Hi,
    Set up Oracle 9i Logical Standby on Windows. (instructions as per Oracle Documentation)
    Did not have any issues setting up.
    While setting up the Logical Standby, Recovered the Primary Database until Oct 10/09 8:16 pm
    Registered the archive log in the logical standby generated hence and the FAL took care of copying/registering the rest of the archivelogs.
    Created and inserted some records in Primary database and could see them in Standby.
    So far so good.
    On Oct11 data was entered into Primary database. Archivelogs were shipped to Standby, I could see them registered in DBA_LOGSTDBY_LOG.
    The APPLIED_SCN,NEWEST_SCN were in sync as per DBA_LOGSTDBY_PROGRESS.
    Today, we had some issues with data and when we queried the user tables: (no skip settings)
    Couldn't see any data in standby past the recovery...
    No errors reported in DBA_LOGSTDBY_EVENTS. No errors in Alert log also.
    What could be happening?
    Thanks,
    Madhuri

    I figured it out...
    Today, we had some issues with data and when we queried the user tables: (no skip settings)
    Couldn't see any data in standby past the recovery...I was using two tables as random spot check and both did not get updated. So, I was under the impression SQL APPLY did not do anything.
    But, it did apply the redo on the rest of the tables.
    These 2 tables in question were skipped because both of them had Function Based indexes.
    They are very huge individual tables .
    So, exporting them from Primary database and Importing them into Standby Database. Skipping DML in DataGuard.
    That solved the problem.
    --Madhuri                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Logical standby database issue?

    Hi,
    I created a logical standby database on the same server as primary database.
    then I transited the old primary DB to standby DB,
                                old standby DB to primary DB.
    and "alter system switch logfile" in new Primary DB.
    execute sql in new standby DB:
    SQL> SELECT APPLIED_SCN, NEWEST_SCN FROM DBA_LOGSTDBY_PROGRESS;
    APPLIED_SCN NEWEST_SCN
              0
    question:
    the redo logs can not be applied to new standby DB,
    How to solve it?
    thanks
    DB release:9i

    Hi,
    Can you upload the output of:
    sqlplus> show parameter arc
    from both instances, or post the init.ora parameters from both. I would like to verify your arc related parameters.
    Also, did you check the alert log in the primary and standby for errors?
    Thanks,
    Idan.

  • Standby RFS issue

    At standby database RFS is not working.Thogugh archivelog at production database are there after 4749..4750,4751,...4768.
    SQL> set linesize 1000
    SQL> select process,client_process,status,sequence# from v$managed_standby;
    PROCESS                     CLIENT_PROCESS           STATUS                 SEQUENCE#
    ARCH                        ARCH                     CONNECTED                 0
    ARCH                        ARCH                     CONNECTED                 0
    MRP0                        N/A                      WAIT_FOR_LOG           4749whenever i run this query select process,client_process,status,sequence# from v$managed_standby,
    i see the same result as above without RFS process.
    PROCESS                     CLIENT_PROCESS           STATUS                 SEQUENCE#
    ARCH                        ARCH                     CONNECTED                 0
    ARCH                        ARCH                     CONNECTED                 0
    MRP0                        N/A                      WAIT_FOR_LOG           4749When i check alert of primary database i get the following error.
    Error 12154 received logging on to the standby
    Sun May  8 20:47:13 2011
    Errors in file /orahome/PROD/db/tech_st/10.2.0/admin/PROD_dbprod/bdump/prod_arc3_29624.trc:
    ORA-12154: TNS:could not resolve the connect identifier specified
    PING[ARC3]: Heartbeat failed to connect to standby 'standby'. Error is 12154.but i can connect to standby database using its connect string for standby database from primary database.
    [oraprod@dbprod mirrorarc]$ sqlplus sys/*****@standby as sysdba
    SQL*Plus: Release 10.2.0.2.0 - Production on Sun May 8 20:54:52 2011
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>listener is also up at standby database
    [oraprod@dbdg ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 08-MAY-2011 20:36:14
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     PROD
    Version                   TNSLSNR for Linux: Version 10.2.0.2.0 - Production
    Start Date                08-MAY-2011 16:39:31
    Uptime                    0 days 3 hr. 56 min. 42 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /orahome/PROD/db/tech_st/10.2.0/network/admin/PROD_dbdg/listener.ora
    Listener Log File         /orahome/PROD/db/tech_st/10.2.0/network/admin/prod.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCPROD)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.11)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PROD" has 1 instance(s).
      Instance "PROD", status UNKNOWN, has 1 handler(s) for this service...
    Service "standby" has 1 instance(s).
      Instance "PROD", status READY, has 1 handler(s) for this service...
    Service "standby_XPT" has 1 instance(s).
      Instance "PROD", status READY, has 1 handler(s) for this service...
    The command completed successfullyIt was working perfectly alright , this morning i just did the following activities and nothing else.
    -Cancel standby recovery mode
    -Shutdown standby database.
    -Shutdown Production database.
    -Startup production database.
    -Startup Standby database.
    -Put standby database in recovery mode (alter database recover managed standby database disconnect from session).
    i have done the same above step many time as before but never confront such issue at standby database.Could you please let me know how can i resolve this issue.

    As i said i faced the same issue as before and got it resolved by killing Arc0 background process at Production (Primary Database) , this time i did the same few days before but invain dont know which BG process i killed at primary database ;) , i just did the same again and archivleog started to shipped :) , very strange , it could be due to getting off from office and having sound sleep after a toughest involvement of month end closing ;)
    At Production
    =============
    [oraprod@dbprod orahome]$ ps -ef | grep ora_arc
    oraprod    366 15311  0 15:41 pts/1    00:00:00 grep ora_arc
    oraprod  19182     1  0 May09 ?        00:00:10 ora_arc0_PROD
    oraprod  20893     1  0 May09 ?        00:00:15 ora_arc1_PROD
    oraprod  29307     1  0 May08 ?        00:00:39 ora_arc2_PROD
    oraprod  29624     1  0 May08 ?        00:00:41 ora_arc3_PROD
    oraprod  29633     1  0 May08 ?        00:00:43 ora_arc4_PROD
    oraprod  29644     1  0 May08 ?        00:00:41 ora_arc5_PROD
    oraprod  29664     1  0 May08 ?        00:00:43 ora_arc6_PROD
    oraprod  29687     1  0 May08 ?        00:00:46 ora_arc7_PROD
    oraprod  29709     1  0 May08 ?        00:00:41 ora_arc8_PROD
    oraprod  30005     1  0 May08 ?        00:00:54 ora_arc9_PROD
    [oraprod@dbprod orahome]$ kill -9 29624
    [oraprod@dbprod orahome]$ ps -ef | grep ora_arc
    oraprod    755     1  0 15:42 ?        00:00:00 ora_arc3_PROD
    oraprod    757 15311  0 15:42 pts/1    00:00:00 grep ora_arc
    oraprod  19182     1  0 May09 ?        00:00:10 ora_arc0_PROD
    oraprod  20893     1  0 May09 ?        00:00:15 ora_arc1_PROD
    oraprod  29307     1  0 May08 ?        00:00:39 ora_arc2_PROD
    oraprod  29633     1  0 May08 ?        00:00:43 ora_arc4_PROD
    oraprod  29644     1  0 May08 ?        00:00:41 ora_arc5_PROD
    oraprod  29664     1  0 May08 ?        00:00:43 ora_arc6_PROD
    oraprod  29687     1  0 May08 ?        00:00:46 ora_arc7_PROD
    oraprod  29709     1  0 May08 ?        00:00:50 ora_arc8_PROD
    oraprod  30005     1  0 May08 ?        00:00:54 ora_arc9_PROD
    [oraprod@dbprod orahome]$ kill -9 19182
    [oraprod@dbprod orahome]$ kill -9 20893
    [oraprod@dbprod orahome]$ kill -9 29307
    [oraprod@dbprod orahome]$ ps -ef | grep ora_arc
    oraprod    755     1  1 15:42 ?        00:00:02 ora_arc3_PROD
    oraprod   2356     1  1 15:44 ?        00:00:00 ora_arc0_PROD
    oraprod   2663     1  5 15:44 ?        00:00:00 ora_arc1_PROD
    oraprod   2689     1 23 15:44 ?        00:00:00 ora_arc2_PROD
    oraprod  29633     1  0 May08 ?        00:00:45 ora_arc4_PROD
    oraprod  29644     1  0 May08 ?        00:00:42 ora_arc5_PROD
    oraprod  29664     1  0 May08 ?        00:00:45 ora_arc6_PROD
    oraprod  29687     1  0 May08 ?        00:00:47 ora_arc7_PROD
    oraprod  29709     1  0 May08 ?        00:01:00 ora_arc8_PROD
    oraprod  30005     1  0 May08 ?        00:01:01 ora_arc9_PROD
    [oraprod@dbprod orahome]$ kill -9 29633
    [oraprod@dbprod orahome]$ kill -9 29644
    [oraprod@dbprod orahome]$ kill -9 29664
    [oraprod@dbprod orahome]$ kill -9 29687
    [oraprod@dbprod orahome]$ kill -9 29709
    [oraprod@dbprod orahome]$ kill -9 30005
    [oraprod@dbprod orahome]$ ps -ef | grep ora_arc
    oraprod    755     1  1 15:42 ?        00:00:03 ora_arc3_PROD
    oraprod   2356     1  0 15:44 ?        00:00:00 ora_arc0_PROD
    oraprod   2663     1  2 15:44 ?        00:00:01 ora_arc1_PROD
    oraprod   2689     1  2 15:44 ?        00:00:01 ora_arc2_PROD
    oraprod   2778     1  2 15:45 ?        00:00:00 ora_arc4_PROD
    oraprod   3069     1  2 15:45 ?        00:00:00 ora_arc5_PROD
    oraprod   3088     1  4 15:45 ?        00:00:00 ora_arc6_PROD
    oraprod   3144     1  3 15:45 ?        00:00:00 ora_arc7_PROD
    oraprod   3170     1  6 15:45 ?        00:00:00 ora_arc8_PROD
    oraprod   3186     1 12 15:45 ?        00:00:00 ora_arc9_PROD
    oraprod   3234 15311  0 15:45 pts/1    00:00:00 grep ora_arcStandby Database
    ================
    SQL> select process,client_process,status,sequence# from v$managed_standby;
    PROCESS                     CLIENT_PROCESS           STATUS                                SEQUENCE#
    ARCH                        ARCH                     CONNECTED                                     0
    ARCH                        ARCH                     CONNECTED                                     0
    MRP0                        N/A                      APPLYING_LOG                               4774
    SQL> /
    PROCESS                     CLIENT_PROCESS           STATUS                                SEQUENCE#
    ARCH                        ARCH                     CONNECTED                                     0
    ARCH                        ARCH                     CONNECTED                                     0
    MRP0                        N/A                      APPLYING_LOG                               4778
    RFS                         N/A                      IDLE                                          0Thanks for all who beard sometime for me here.

  • N9-00 Standby screen issue

    Hi,
    I'm facing a pretty strange issue with my N9. I've reflashed the phone yesterday but this hasn't fixed the problem.
    The normal process should (and was for the last 18 months of running my N9):
    1. Hide the proximity sensor
    -> The screen gets off
    2. Unhide the proximity sensor
    -> The screen gets on again, show the standby screen with time
    For some days, here is how my N9 works:
    1. Hide the proximity sensor
    -> The screen gets off
    2. Unhide the proximity sensor
    -> The screen gets on again, but it remains totally empty. In a dark room, I can clearly see the screen is on, but is shows nothing. If I want the time to be displayed, I have to push the on/off button twice.
    Any help ti fix this? Thanks.
    Solved!
    Go to Solution.

    Fixed the issue. Just did a full N9 reflash with data wipe. It works now.

  • Standby/hibernation issues after driver upgrades

    Hi
    I recently upgraded a whole bunch of drivers for my T500 (including a BIOS update, the PM driver and software, fingerprint reader, etc) and now when I try go into Standby or Hiberation, my machine goes to the "Preparing to Standby..." screen but nothing ever happens. It's not frozen because the mouse still works, but it just never does anything. Strangely, it doesn't happen if I've just rebooted though, but I have no idea of what is causing the issue. I've tried making sure that all applications etc are closed in case it's an app that's causing the issue, but it still does it. I'd like to try reinstalling the old PM drivers etc, but I can't find them on the website.
    Does anyone have an ideas or maybe some tips on how to troubleshoot this?
    Any help would be much appreciated.
    Thanks
    James

    hardaway wrote:
    Thanks for the tips!
    C) doesn't make it often to you?
    Thank God, no ^^
    But the sometimes hanging, after being moved and the seldomly not waking up from standby are present ... but not too often.
    Greetz!
    M.T.

  • Droid 3 Cell Standby Battery Issue - Call Verizon and let them know you're having a problem.

    At this time, the cell standby battery problem is not considered a known issue despite it being a very serious problem for every Droid 3 owner I've spoken with so far. If you are experiencing this or any other problem, report it and encourage everyone you know to report it.
    They are working on a patch for the camera because a lot of people complained, the only way they will fix this issue is if you call and complain - make sure they are aware of the problem. Make sure Motorola is aware of the problem.

    Mine reboots off and on after update but I told them. And when I'm charging it does shut off. I have the new update. After it does this then when I go into a Verizon app like NFL mobile I have to log in to my Verizon profile before I can use the app. Ugh. Does it make u sign in to if my Verizon profile after u turn the phone on as well as go into say NFL mobile or a Verizon owned app like media manager just when u start the app on. Everytime the phone turns off I have to sign in if I want to open one of these apps.

Maybe you are looking for

  • Adobe will not open

    Orignally started with adobe X. I have uninstalled and reinstalled with adobe XI. Even removed all registry entries. Any idea's?

  • No image name shown

    How do you convert into .pdf without the image name being show when cursor is on image (in pdf file)? thnx

  • Cost of blackberry passport in India

    Has anyone have idea about cost of passport in India?? And could anyone help with the phone specifications and user rating..

  • How to get a called procedure/function name within package?

    Hi folks, is it possible to obtain a called procedure/function name within package? For a measuring and tracing purpose, I would like to store an info at the beginning of each procedure/function in package with timestamp + additional details if neede

  • Disappearing css link underlines - CS3

    I'm setting up a css site with several internal links. I've made custom underlines (bottom border) for links, hover, active and visited and all have been working OK across several browsers. Suddenly when I test a page and click on a link, the underli