Eve cascading - heartbeat failed

Hello guys,.

the situation is the following.
We had 3 servers in a configuration of DG:
-1 primary (PRODSB2 server)
-2 physical Standby for DB on a server (PRODSB on the server B and Server C PROD2012)
-they used the broker without problems
-all have an instance_name and db_name = PROD
-the db_unique_name parameter has the values PRODSB2, PRODSB and PROD2012

DBs are 11.2.0.3 on RHEL 6 64 bit

now, we wanted to add a watch cascading (from PROD2012 C, PRODSBPSY D Server server).
a cold backup in the backup being restored on the server d. the db_unique_name went PRODSB to PRODSBPSY and PRODSB (Server B).
the orapw file was copied from Server B.
I can't tnsping and sqlplus @ as sysdba to Server C, Server D.

C (pending cascading configuration), the following commands run on the server:
alter system set log_archive_dest_3='service="PRODSBPSY", LGWR ASYNC NOAFFIRM delay=0 OPTIONAL compression=enable max_failure=0 max_connections=1 reopen=300 db_unique_name="PRODSBPSY" net_timeout=30  valid_for=(standby_logfiles,standby_role)' scope=both;
alter system set log_archive_dest_state_3=enable scope=both;

alter system set fal_client=prodsbpsy scope=memory;
alter system set fal_server=prod2012 scope=memory;
and I get the following errors (if he tries to add the new server to the waiting or not).
 FAL[server]: DGID from FAL client not in Data Guard configuration

 DGMGRL>  add database prodsbpsy as connect identifier is PRODSBPSY;
Error: ORA-12154: TNS:could not resolve the connect identifier specified

PING[ARC2]: Heartbeat failed to connect to standby 'PRODSBPSY'. Error is 16047.
Sat Oct 27 22:36:04 2012
PING[ARC2]: Heartbeat failed to connect to standby 'PRODSBPSY'. Error is 16047.
so to ignore the error 'not in the dataguard configuration", I try to add the standby to the DG config, but get the error tns.
But even once, I can tnsping server and can sqlplus as sysdba through the listener (so using the password).
the tnsnames entry Server C to the instance on the server is:
-bash-4.1$ tnsping prodsbpsy
TNS Ping Utility for Linux: Version 11.2.0.3.0 - Production on 28-OCT-2012 19:07:46
Copyright (c) 1997, 2011, Oracle.  All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = psyco)(PORT = 1600)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = PRODSBPSY.domain.com) (INSTANCE_NAME=PROD)))
OK (50 msec)
-bash-4.1$
the service name on the PRODSBPSY instance is
service_names                        string      PRODSBPSY.domain.com
Well, I hope I've explained the problem properly
Googling everything I find are:
-references to the file orapw (it was copied and the password is the same).
-references to the db_unique_name which is different in the comic book that in the log_archive_dest_N parameter (it is the same thing).

hope someone can help me.

Thanks in advance to all.

BR,
jpinela.

I still get the error when trying to add the standby to the broker configuration.

DGMGRL> add database prodsbpsy as connect identifier is PRODSBPSY;
Error: ORA-12154: TNS:could not resolve the connect identifier specified

Failed.
DGMGRL>

no idea why this persists?

PRODSBPSY is cascading destinations? I will not add it to negotiate if it a destination of cascade.

Paste the tnsnames.ora if you can - ora-12154 is related to the AMT.
the primary DB (owner of broker configuration), the test of tnsping to PRODSBPSY.

to see the error in the DRC.log

Tobi

Tags: Database

Similar Questions

  • How can I solve "heartbeat cannot connect to standby mode.

    I have a dataguard with this form:

    • Name of primary host = TEST IP = 10.4.1.31
    • Name of host Standby = used2 IP = 10.4.1.32

    ---------------------------------------------------------------------------------------------------------------------------------------------

    Tnsnames.ora en Primario

    tnsnames.ora # Network Configuration file: /u01/app/GRID/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

    # Generated by Oracle configuration tools.

    STD =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.4.1.32)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = std_DGB)

    )

    )

    PRUEBA1 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.4.1.31)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = PRUEBA1_DGB)

    )

    )

    ---------------------------------------------------------------------------------------------------------------------------------------

    Tnsnames pending:

    STD =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.4.1.32)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = std_DGB)

    )

    )

    PRUEBA1 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.4.1.31)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = PRUEBA1_DGB)

    )

    )

    ------------------------------------------------------------------------------------------------------------------------------------

    The earpiece on the primary:


    Summary of services...

    Service 'PRUEBA1_DGB' has 1 instance (s).

    "PRUEBA1" instance, status UNKNOWN, has 1 operation for this service...

    Service "std" has 1 instance (s).

    Instance "std", State LOAN, has 1 operation for this service...

    Service 'std_DGB' has 1 instance (s).

    Instance "std", State LOAN, has 1 operation for this service...

    The command completed successfully

    --------------------------------------------------------------------------------------------------------------------------------------

    The listener on hold:

    Summary of services...

    Service "PRUEBA1" has 1 instance (s).

    "PRUEBA1" instance, State LOAN, has 1 operation for this service...

    Service 'PRUEBA1_DGB' has 1 instance (s).

    "PRUEBA1" instance, State LOAN, has 1 operation for this service...

    Service 'std_DGB' has 1 instance (s).

    Instance 'std', status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    ------------------------------------------------------------------------------------------------------------------------------------

    I am able to connect via sqlplus on primary eve and Eve elementary school

    -----------------------------------------------------------------------------------------------------------------------------------

    I am able to do tnspings between servers

    ------------------------------------------------------------------------------------------------------------------------------------

    DataGuard configuration:

    DGMGRL > see Configuring

    Configuration - TESTJ10

    Protection mode: MaxPerformance

    Databases:

    prueba1 - primary database

    STD - Physical standby database

    Fast-Start Failover: DISABLED

    The configuration status:

    SUCCESS

    -------------------------------------------------------------------------------------------------------------------------------------

    DataGuard show this error:

    DGMGRL > crossing the prueba1

    Continue to pass, please wait...

    New primary database "prueba1" opens...

    The operation requires the start the instance "std" on database "std".

    Start the instance 'std '...

    Unable to connect to the database

    ORA-12545: Connect failed because target host or object does not exist

    Failed.

    WARNING: You are more connected to ORACLE.

    Complete the following steps to complete the digital switchover:

    marketing and get the instance "std" of database "std".

    -------------------------------------------------------------------------------------------------------------------------------------

    Monitoring the log says:

    Logging of 1034 errors received on the eve

    Heartbeat PING [ARC2]: Unable to connect to the eve "std". The error is 1034.

    ---------------------------------------------------------------------------------------------------------------------------------------

    How I can solve this error, I tried everything but the error persists.

    I'd appreciate your help!

    Hello;

    Generally, it is a question of the name of the host, but given your configuration I would check the firewall first.

    Best regards

    mseberg

  • Logging of 1031 errors received on the eve

    Logging of 1031 errors received on the eve

    ORA-01031: insufficient privileges

    PING [ARC0]: Unable to connect to the standby heartbeat "CPO". Error 1031




    Please help me

    Hello

    For the transfer to proceed efficiently, the password standby file must be a copy of the primary and renamed the previous day. We can use v$ view pwd_file_users of data dictionary to check if the password file is used

    1 copy the password of the primary of the eve and renamed file the password in the following format file, IE orapw .

    2 restart the process of recovery of the media on the day before.

    Once the above steps are performed, we could see that shipping again and redo apply runs.

    Copy the last file password from the MAIN node available to the rest of the PRIMARY teaching and STANDBY nodes:

    CD $ORACLE_HOME/dbs

    ls - lrt

    SCP orapw oracle@PROD_NODE_2_hostname: / home/oracle/dbs

    SCP orapw oracle@DR_NODE_1_hostname: / home/oracle/dbs

    SCP orapw oracle@DR_NODE_2_hostname: / home/oracle/dbs

    DR

    Select * from gv$ pwfile_users;

    We must check the standby and primary sec_case_sensitive_logon.

    SQL > show parameter sec_case_sensitive_logon;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    SEC_CASE_SENSITIVE_LOGON boolean FALSE

    SQL >

    We must recreate the passwd file or copy the main backup server server.

    In case the value of the sec_case_sensitive_logon parameter is true, use orapwd command below.

    orapwd file = $ORACLE_HOME/dbs/orapwPROD password = password123 entered = 10 ignorecase = y

    At issue, the value of the sec_case_sensitive_logon parameter is false, use orapwd command below.

    orapwd file = $ORACLE_HOME/dbs/orapwPROD password = entries password123 = 10

    DR

    cancel the MRP process:

    ALTER database recover managed standby database cancel;

    from mrp process:

    modify the recovery of database managed standby database disconnect from the session;

    Select INST_ID select, process, status, thread #, sequence #, block #, blocks of gv$ managed_standby;

    check the synchronization of the DR and see the difference.

    Link referance:

    Thank you

  • error in creation of Eve

    Hi all

    This is the first time I created the day before. I need your help.

    Primary: Arun
    Test STANDBY:

    primary TNS:arunprod
    Watch tns:test

    main listening port: listener: 1521
    listener: listener5:1555 eve


    PFile to primary education:
    Arun.__db_cache_size = 272629760
    Arun.__java_pool_size = 16777216
    Arun.__large_pool_size = 4194304
    Arun.__shared_pool_size = 138412032
    Arun.__streams_pool_size = 0
    *.audit_file_dest='D:\oracle\product1\10.2.0\admin\arun\adump'
    *.background_dump_dest='D:\oracle\product1\10.2.0\admin\arun\bdump'
    * full = '10.2.0.3.0'
    *.control_files='d:\Oracle\product1\10.2.0\oradata\arun\control01.ctl','d:\Oracle\product1\10.2.0\oradata\arun\control02.ctl','d:\Oracle\product1\10.2.0\oradata\arun\control03.CTL '
    *.core_dump_dest='D:\oracle\product1\10.2.0\admin\arun\cdump'
    * .db_block_size = 8192
    * .db_domain = 'world '.
    * .db_file_multiblock_read_count = 16
    * .db_name = "arun".
    * .db_unique_name = "arun".
    *. Dispatchers ='(Protocol=TCP) (SERVICE = arunXDB)"
    * .fal_client = 'test '.
    * .fal_server = "arunprod".
    * .job_queue_processes = 10
    *. LOG_ARCHIVE_CONFIG = 'DG_CONFIG = (test)'
    *. Log_archive_dest_1='LOCATION=D:\Oracle\product1\10.2.0\Archive\Arun
    VALID_FOR = (ALL_LOGFILES, ALL_ROLES)
    DB_UNIQUE_NAME = arun'
    *. LOG_ARCHIVE_DEST_2 = "SERVICE = test LGWR ASYNC
    VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE)
    DB_UNIQUE_NAME = arun'
    *. LOG_ARCHIVE_DEST_STATE_1 = 'ENABLE '.
    *. LOG_ARCHIVE_DEST_STATE_2 = 'ENABLE '.
    *.log_archive_format='ARC%S_%R.%T'
    *. LOG_ARCHIVE_MAX_PROCESSES = 30
    *. LOG_FILE_NAME_CONVERT =
    'D:\Oracle\product1\10.2.0','D:\Oracle\product\10.2.0 '.
    * .open_cursors = 300
    * .pga_aggregate_target = 145752064
    * runoff = 150
    * .remote_login_passwordfile = "EXCLUSIVE."
    * .sga_target = 595591168
    *. STANDBY_FILE_MANAGEMENT = 'AUTO '.
    * .undo_management = "AUTO".
    * .undo_tablespace = "UNDOTBS1.
    *.user_dump_dest='D:\oracle\product1\10.2.0\admin\arun\udump'


    PFile to standby:

    test.__db_cache_size = 272629760
    test.__java_pool_size = 16777216
    test.__large_pool_size = 4194304
    test.__shared_pool_size = 138412032
    test.__streams_pool_size = 0
    *.audit_file_dest='D:\oracle\product1\10.2.0\admin\test\adump'
    *.background_dump_dest='D:\oracle\product1\10.2.0\admin\test\bdump'
    * full = '10.2.0.3.0'
    *.control_files='d:\Oracle\product1\10.2.0\oradata\test\control01.ctl','d:\Oracle\product1\10.2.0\oradata\test\control02.ctl','d:\Oracle\product1\10.2.0\oradata\test\control03.CTL '
    *.core_dump_dest='D:\oracle\product1\10.2.0\admin\test\cdump'
    (*.db_file_name_convert=('D:\ORACLE\PRODUCT1\10.2.0\ORADATA\ARUN\','D:\ORACLE\PRODUCT1\10.2.0\ORADATA\test\ ')
    (*.log_file_name_convert=('D:\ORACLE\PRODUCT1\10.2.0\ORADATA\ARUN\','D:\ORACLE\PRODUCT1\10.2.0\ORADATA\test\ ')
    * .db_block_size = 8192
    * .db_domain = 'world '.
    * .db_file_multiblock_read_count = 16
    * .db_name = "arun".
    * .db_unique_name = 'test '.
    *. Dispatchers ='(Protocol=TCP) (SERVICE = testXDB)"
    * .job_queue_processes = 10
    *. LOG_ARCHIVE_CONFIG = 'DG_CONFIG = (arunprod)'
    *.log_archive_dest_1='LOCATION=D:\Oracle\product1\10.2.0\Archive\Test'
    *.log_archive_format='ARC%S_%R.%T'
    *. LOG_ARCHIVE_MAX_PROCESSES = 30
    * .open_cursors = 300
    * .pga_aggregate_target = 145752064
    * runoff = 150
    * .remote_login_passwordfile = "EXCLUSIVE."
    * .sga_target = 595591168
    *. STANDBY_FILE_MANAGEMENT = 'AUTO '.
    * .undo_management = "AUTO".
    * .undo_tablespace = "UNDOTBS1.
    *.user_dump_dest='D:\oracle\product1\10.2.0\admin\test\udump'


    Both are in the same host (just for the purpose of the study)

    After I mounted the stanby and I put it in recovery managed mode. I get the following error in the primary education alerts log

    Thu Mar 03 11:16:50 2011
    + PING [ARC3]: Heartbeat failed to connect on the eve 'test '. Error is 16057. +
    Thu Mar 03 11:21:51 2011
    Errors in the d:\oracle\product1\10.2.0\admin\arun\bdump\arun_arc3_1676.trc file:
    ORA-16057: DGCID server not in the Data Guard configuration

    Thu Mar 03 11:21:51 2011
    + PING [ARC3]: Heartbeat failed to connect on the eve 'test '. Error is 16057. +
    Thu Mar 03 11:26:52 2011
    Errors in the d:\oracle\product1\10.2.0\admin\arun\bdump\arun_arc3_1676.trc file:
    ORA-16057: DGCID server not in the Data Guard configuration

    Please help me solve this problem.

    Concerning
    Arun

    Hello

    After crossing the pfile standby, you have not configured correctly. Second, you are making the changes on Eve pfile or non - reciprocal of parameters prod.

    I demand to see doc oracle once more: http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm

    -Pavan Kumar N

  • Logging of 1033 errors received on the eve

    Hi oracle gurus.

    our oracle RAC 11 g R2 version.

    There is a gap of archives between primary and standby.

    "after investigation, in the primary alert log classify his writings under."

    Logging of 1033 errors received on the eve

    Heartbeat PING [ARC1]: Unable to connect on the eve "testdg. The error is 1033.

    "

    I checked the status of the listener, services are running, I was able to connect on the eve of the main database. Could not find the solution.

    Thanks in advance.

    Kind regards

    REDA

    I use the alias tns for my settings. I have my old 2 nodes, the following:

    standby1. LOCAL_LISTENER = listener_standby1

    standby2. LOCAL_LISTENER = listener_standby2

    I don't have the IP addresses of these parameter values. Here are a few tnsalias. Then in my tnsnames.ora Configuration file, I have these:

    LISTENER_STANDBY1 =

    (ADDRESS = (PROTOCOL = TCP) (HOST = host01-vip)(PORT = 1521))

    LISTENER_STANDBY2 =

    (ADDRESS = (PROTOCOL = TCP) (HOST = host02-vip)(PORT = 1521))

    Tnsnames.ora files contain the same information on both nodes, just to make my life simpler.

    It's just how I do it. You can certainly use the alternative method too.

    See you soon,.
    Brian

  • [DataGuard] [Error 12514]  Logging of errors received on the eve

    Hi all

    As a first step, I would like to say I am a beginner in Oracle databases and I need help. I need to set up simple database of the day before. I followed this tutorial http://www.oracle-base.com/articles/11g/data-guard-setup-11gr2.php for this. Problem is that primary db is unable to connect to the standby db. Services information below:

    Primary DB:

    CentOS 6.4

    Oracle 11 g 2

    ORACLE_SID = primdb1

    SQL > SELECT MESSAGE FROM V$ DATAGUARD_STATUS;

    Message

    --------------------------------------------------------------------------------

    Arc0: Started archiving

    Arc1: Started archiving

    ARC2: Started archiving

    Arc1: become the "no FAL' ARCH

    Arc1: become the "no SRL" ARCH

    ARC2: Become the heartbeat ARCH

    Arc1: Starting to check in thread 1 sequence 31 (336165-356856)

    Logging of 12514 errors received on the eve

    Heartbeat PING [ARC2]: Unable to connect to the day before "stbydb1". The error is 12514.

    Arc1: Completed check-in thread 1 sequence 31 (336165-356856)

    ARC3: Started archiving

    Message

    --------------------------------------------------------------------------------

    Logging of 12514 errors received on the eve

    FAL [server, ARC2]: error 12514 creation archivelog remote file "stbydb1".

    ARC3: Starting to check in thread 1 sequence 32 (356856-357024)

    ARC3: Completed check-in thread 1 sequence 32 (356856-357024)

    Arc0: Start to archive thread 1 sequence 33 (357024-357138)

    Arc0: Completed check-in thread 1 sequence 33 (357024-357138)

    17 selected lines.

    [oracle@oracled dbhome_1] $ bin/lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on July 31, 2013 11:00:13

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Early July 31, 2013 10:37:38

    Uptime 0 days 0 h 22 min 35 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    The listener log file /U01/app/Oracle/diag/tnslsnr/oracled/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=oracled) (PORT = 1521)))

    Summary of services...

    Service 'primdb1' has 1 instance (s).

    'Primdb1' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    [oracle@oracled dbhome_1] $ bin/tnsping stbydb1

    AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on July 31, 2013 11:00:55

    Copyright (c) 1997, 2009, Oracle.  All rights reserved.

    Use settings files:

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = 10.132.28.33)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = stbydb1)))

    OK (0 msec)

    [oracle@oracled dbhome_1] $ cat network/admin/tnsnames.ora

    primdb1 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.100.234)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = primdb1)

    )

    )

    stbydb1 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.132.28.33)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = stbydb1)

    )

    )

    Standby DB:

    CentOS 6.4

    Oracle 11 g 2

    ORACLE_SID = primdb1

    SQL > SELECT MESSAGE FROM V$ DATAGUARD_STATUS;

    Message

    --------------------------------------------------------------------------------

    Arc0: Started archiving

    Arc1: Started archiving

    ARC2: Started archiving

    Arc1: become the "no FAL' ARCH

    ARC2: Become the heartbeat ARCH

    Logging of 1017 errors received on the eve

    FAL [client, ARC2]: error 16191 connection at primdb1 for the extraction of the gap sequence

    ARC3: Started archiving

    Try to start inside the managed standby recovery process

    MRP0: Background Managed Standby recovery started

    Managed Standby recovery not using real time applies

    Message

    --------------------------------------------------------------------------------

    Compensation online redo logfile 1 /u01/app/oracle/oradata/primdb1/redo01.log

    Online redo logfile 1 full compensation

    Media, waiting for thread 1 sequence 22 recovery

    14 selected lines.

    [oracle@rh1 dbhome_1] $ bin/lsnrctl status


    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on July 31, 2013 07:05:55

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Early July 31, 2013 06:39:13

    Uptime 0 days 0 hours 26 min 42 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    The listener log file /U01/app/Oracle/diag/tnslsnr/RH1/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=rh1.localdomain) (PORT = 1521)))

    Summary of services...

    'Db' service has 1 instance (s).

    "Db", READY state instance, has 1 operation for this service...

    Service 'stbydb1' has 1 instance (s).

    'Primdb1' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    [oracle@rh1 dbhome_1] $ cat network/admin/tnsnames.ora

    DB =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.132.28.33)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = db. WORLD)

    )

    )

    DB2 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.132.28.37)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = db. WORLD)

    )

    )

    primdb1 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.132.28.31)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = primdb1)

    )

    )

    stbydb1 =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.132.28.33)(PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = stbydb1)

    )

    )

    Thanks in advance for the help.

    See you soon.

    What name should have the file password on the backup server?

    On the primary server and the standby ORACLE_SID = primdb1. The db_unique_name = stbydb1 for sleep and db_unique_name = primdb1 for primary education.

    orapwd file = $ORACLE_HOME/dbs/orapwd.ora password = entries =

    For this purpose for the primary, that he would be,

    orapwd file=$ORACLE_HOME/dbs/orapwprimdb1.ora password = entries = 10 (example)

    Once created, copy the file to the standby server in $ORACLE_HOME/dbs location of database ensures and rename the file in orapwstbydb1.ora

  • Cascading failover in a standby configuration scenario

    Hello


    I have a setup of the primary databases and ensure three locations A, B, C as below:

    Database version: 11.1.7.0

    In A location I the primary database that ships make the journal of a physical standby single B location.

    Location B, I have a physical standby that replicates the site C.


    In site C, I have the final physical standby who receives its recovery logs directly from site B. It is essentially a cascading standby database.


    My question is about the transition to digital:

    Currently, both the instances in sites A and B have the LOG_ARCHIVE_DEST_3 set to point to site C and this is valid for only standby role.
    That means in case sites two - A & B reverse roles, site C will continue to receive newspapers from recovery of either A or B, depending on which one is the news of the day before.

    However, the doubt comes if site C was to become the new primary instance. I think I need add two parameters LOG_ARCHIVE_DEST_2 and LOG_ARCHIVE_DEST_3 and direct them to sites A and B, respectively and make them valid only for the lead role. In this case, if site C becomes the new principal, then sites A and B can continue to receive redo logs of site C.

    Anyone who has already introduced this?


    Kind regards
    Dula

    You are right. You would like that. (Don't quote me on the syntax, it's late and I'm doing this from memory :^))

    Site has
    LOG_ARCHIVE_DEST_2 = "service ="SiteB"async"SiteB"reopen = db_unique_name = 30 valid_for = (online_logfile, primary_role)';"
    LOG_ARCHIVE_DEST_3 = "service ="SiteC"async"SiteC"reopen = db_unique_name = 30 valid_for = (standby_logfile, standby_role)';"

    Site B
    LOG_ARCHIVE_DEST_2 = "service = 'SiteA' async 'SiteA" reopen = db_unique_name = 30 valid_for = (online_logfile, primary_role)'; "
    LOG_ARCHIVE_DEST_3 = "service ="SiteC"async"SiteC"reopen = db_unique_name = 30 valid_for = (standby_logfile, standby_role)';"

    Site C
    LOG_ARCHIVE_DEST_2 = "service = 'SiteA' async 'SiteA" reopen = db_unique_name = 30 valid_for = (online_logfile, primary_role)'; "
    LOG_ARCHIVE_DEST_3 = "service ="SiteB"async"SiteB"reopen = db_unique_name = 30 valid_for = (online_logfile, primary_role)';"

    But remember that if you have a RAC primary you cannot mount cascade to 11.1. You could hit a situation where the eve cascading will never be able to resolve a gap. Which is set in 11.2.0.2.

    Larry

  • logfile member indicates in the database, but not on the physical disk, no match

    I just created a standby db via rman string active database of the target, and it worked.

    However when I published an alter System switch logfile, it doesn't have anything going on the side of Eve.

    I checked the alerts log, at the start of the db in waiting, there following error:

    Errors in the /u01/app/oracle/diag/rdbms/prd/prdS1/trace/prdS1_ora_16397.trc file:
    ORA-00313: open failed for the members of the Group of newspapers wire 13 2
    ORA-00312: threads of 13 2 online newspaper: "+ PRD_DAT/prd/onlinelog/group_13.390.786640667".
    ORA-17503: ksfdopn:2 could not open the file +PRD_DAT/prd/onlinelog/group_13.390.786640667
    ORA-15173: entry 'group_13.390.786640667' does not exist in the directory "onlinelog".
    Completed: alter group clear database logfile 13
    change the group database logfile clear 14
    Erasing online newspaper wire 14 2 sequence number 0
    Errors in the /u01/app/oracle/diag/rdbms/prd/prdS1/trace/prdS1_ora_16397.trc file:
    ORA-00313: open failed for the newspaper wire 14 2 group members
    ORA-00312: threads of 14 2 online newspaper: "+ PRD_DAT/prd/onlinelog/group_14.366.786640667".
    ORA-17503: ksfdopn:2 could not open the file +PRD_DAT/prd/onlinelog/group_14.366.786640667
    ORA-15173: entry 'group_14.366.786640667' does not exist in the directory "onlinelog".
    Errors in the /u01/app/oracle/diag/rdbms/prd/prdS1/trace/prdS1_ora_16397.trc file:
    ORA-00313: open failed for the newspaper wire 14 2 group members
    ORA-00312: threads of 14 2 online newspaper: "+ PRD_DAT/prd/onlinelog/group_14.366.786640667".
    ORA-17503: ksfdopn:2 could not open the file +PRD_DAT/prd/onlinelog/group_14.366.786640667
    ORA-15173: entry 'group_14.366.786640667' does not exist in the directory "onlinelog".
    Completed: alter group clear database logfile 14
    RFS connections are allowed
    Sat Jun 30 21:03:50 2012
    change the flashback of the database on
    Errors in the /u01/app/oracle/diag/rdbms/prd/prdS1/trace/prdS1_ora_18097.trc file:
    ORA-38706: cannot enable the logging of FLASHBACK DATABASE.
    ORA-38788: more recovery pending database is needed
    ORA-38706 marked during: alter database flashback on...

    Logfile members SQL results are this:

    MEMBERS
    --------------------------------------------------------------------------------
    +PRD_DAT/PRDS/onlinelog/group_2.262.787354885
    +PRD_DAT/PRDS/onlinelog/group_1.290.787354885
    +PRD_DAT/PRDS/onlinelog/group_5.260.787354889
    +PRD_DAT/PRDS/onlinelog/group_3.261.787354887
    +PRD_DAT/PRDS/onlinelog/group_4.264.787354887
    +PRD_DAT/PRDS/onlinelog/group_6.279.787354889
    +PRD_DAT/PRDS/onlinelog/group_7.277.787354889
    +PRD_DAT/PRDS/onlinelog/group_8.280.787354891
    +PRD_DAT/PRDS/onlinelog/group_9.281.787354891
    +PRD_DAT/PRDS/onlinelog/group_10.282.787354893
    +PRD_DAT/PRDS/onlinelog/group_11.287.787354893

    MEMBERS
    --------------------------------------------------------------------------------
    +PRD_DAT/PRDS/onlinelog/group_12.265.787354893
    +PRD_DAT/PRDS/onlinelog/group_13.266.787354895
    +PRD_DAT/PRDS/onlinelog/group_14.283.787354895
    +PRD_FRA/PRDS/onlinelog/group_1.1285.787354885
    +PRD_FRA/PRDS/onlinelog/group_2.1286.787354885
    +PRD_FRA/PRDS/onlinelog/group_3.1287.787354887
    +PRD_FRA/PRDS/onlinelog/group_4.1288.787354887
    +PRD_FRA/PRDS/onlinelog/group_5.1289.787354889
    +PRD_FRA/PRDS/onlinelog/group_6.1290.787354889
    +PRD_FRA/PRDS/onlinelog/group_7.1291.787354891
    +PRD_FRA/PRDS/onlinelog/group_8.1292.787354891

    MEMBERS
    --------------------------------------------------------------------------------
    +PRD_FRA/PRDS/onlinelog/group_9.1293.787354891
    +PRD_FRA/PRDS/onlinelog/group_10.1294.787354893
    +PRD_FRA/PRDS/onlinelog/group_11.1295.787354893
    +PRD_FRA/PRDS/onlinelog/group_12.1296.787354895
    +PRD_FRA/PRDS/onlinelog/group_13.1297.787354895
    +PRD_FRA/PRDS/onlinelog/group_14.1298.787354895

    28 selected lines.

    asmcmd displays the log files:


    Name of type Redund time scratched Sys
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_1.290.787354885
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_10.282.787354893
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_11.287.787354893
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_12.265.787354893
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_13.266.787354895
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_14.283.787354895
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_2.262.787354885
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_3.261.787354887
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_4.264.787354887
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_5.260.787354889
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_6.279.787354889
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_7.277.787354889
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_8.280.787354891
    ONLINELOG COARSE 30 June at 21:00 UNPROT Y group_9.281.787354891
    ASMCMD > output

    How to make to solve this problem, the physical standby db seem does not.

    Thanks in advance for the help.

    Hello;

    Error 16047 July 2, 2012 21:52:15 PING [ARC2]: Heartbeat failed to connect on the eve "of pressure relief devices. Error I have
    s 16047.

    You have a common mistake. If your main I; m log_archive_dest_n think and the DB_UNIQUE_NAME FRO the night before do not match.

    The DB_UNIQUE_NAME specified for the destination does not match the DB_UNIQUE_NAME destination.

    Make sure that the DB_UNIQUE_NAME specified in the LOG_ARCHIVE_DEST_n parameter defined for the destination matches the DB_UNIQUE_NAME parameter set to destination.

    OK Cancel apply, restart mount on fixed spfile, verify the results.

    Best regards

    mseberg

  • DataGuard Setup

    Hi guys,.

    I'm trying to put in place a watch physics across 2 sites in different cities. used the command duplicate RMAN to set up a standby database on the location of DR.

    Now, once RMAN finished, we executed change recover managed standby database using the current logfile command...

    On the standby database, it shows:

    SQL > archive logs list;
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive USE_DB_RECOVERY_FILE_DEST
    More old sequence of journal online 0
    Log sequence to archive 0
    Current log sequence 0

    and on the sequence current primary is 3395

    Also waiting

    Select PROCESS, STATUS, THREAD #, SEQUENCE #, BLOCK #, DELAY_MINS from v$ managed_standby where processes such as "MRP % ';

    STATUS OF PROCESS THREAD # SEQUENCE # BLOCK # DELAY_MINS
    -----------------------------
    MRP0 1 3788 WAIT_FOR_LOG 0 0

    Don't know what the problem, please suggest...

    Thank you and best regards!

    As I told you hamven can't properly configuration settings

    Primary: -.

    fal_client - put the primary (11g depricated) TNS service name
    fal_server - put the name of the TNS service standby
    Dr. tnsping $

    >
    ID STATUS DB_MODE TYPE RECOVERY_MODE PROTECTION_MODE ACTIVE ARCHIVED_SEQ LAR #.
    ---
    --------------- ----
    -------------------- ----
    -------------
    INACTIVE VALID OPEN ARC 1 0 0 3798 MAXIMUM PERFORMANCE
    2 ERROR UNKNOWN LGWR IDLE MAXIMUM PERFORMANCE 0 0 0 here is destination of remote control with errors.

    Error 16058 June 17, 2012 01:32:04 PING [ARC1]: Heartbeat failed to connect on the eve "dr." Error is 16058

    standby database instance is not mounted
    Cause:      The RFS process on the standby database received an internal error.
    Action:      Check the standby alert log and RFS trace files for more information.
    

    Bounce once waiting for database, start MRP. Then after the alert log file errors. Make sure that you have set above the missing parameters.

  • Authentication user newspaper delivery problem

    Hello
    I have installation and data (a database pending) on RHEL5 guard using oracle 11.1.0.7. But I have problems during log on the standby site. Alert log file indicates error message every 5 minutes after
    ------------------------------------------------------------
    Errors in file /u01/app/oracle/diag/rdbms/epins/epins/trace/epins_arc1_22410.trc:
    ORA-16191: Primary log shipping client not logged on standby
    PING[ARC1]: Heartbeat failed to connect to standby 'rrbs'. Error is 16191.
    Mon Jul 18 14:26:04 2011
    Error 1017 received logging on to the standby
    ------------------------------------------------------------
    Check that the primary and standby are using a password file
    and remote_login_passwordfile is set to SHARED or EXCLUSIVE, 
    and that the SYS password is same in the password files.
          returning error ORA-16191
    ------------------------------------------------------------
    Errors in file /u01/app/oracle/diag/rdbms/epins/epins/trace/epins_arc1_22410.trc:
    ORA-16191: Primary log shipping client not logged on standby
    PING[ARC1]: Heartbeat failed to connect to standby 'rrbs'. Error is 16191.
    Epins_arc1_22410.trc displays an error message file
    *** 2011-07-18 14:26:04.537
    Redo shipping client performing standby login
    OCISessionBegin failed. Error -1
    .. Detailed OCI error val is 1031 and errmsg is 'ORA-01031: insufficient privileges
    '
    
    *** 2011-07-18 14:26:04.669
    OCISessionBegin failed. Error -1
    .. Detailed OCI error val is 1031 and errmsg is 'ORA-01031: insufficient privileges
    '
    OCISessionBegin failed -1
    .. Detailed OCI error val is 1017 and errmsg is 'ORA-01017: invalid username/password; logon denied
    '
    *** 2011-07-18 14:26:04.717 1117 krsh.c
    Error 1017 received logging on to the standby
    ------------------------------------------------------------
    Check that the primary and standby are using a password file
    and remote_login_passwordfile is set to SHARED or EXCLUSIVE,
    and that the SYS password is same in the password files.
          returning error ORA-16191
    ------------------------------------------------------------
    Error 16191 connecting to destination LOG_ARCHIVE_DEST_2 standby host 'rrbs'
    Error 16191 attaching to destination LOG_ARCHIVE_DEST_2 standby host 'rrbs'
    ORA-16191: Primary log shipping client not logged on standby
    *** 2011-07-18 14:26:04.718 1117 krsh.c
    PING[ARC1]: Heartbeat failed to connect to standby 'rrbs'. Error is 16191.
    *** 2011-07-18 14:26:04.718 27155 kcrr.c
    kcrrfail: dest:2 err:16191 force:0 blast:1
    After research, I tried to re-create files password on two databases again with the same password. Also tried to turn the case of the password, but still does not work I even recreated the entire environment from scratch but same problem. Can anyone any idea, where is the real problem? I created the listener no by default listen on port 1522 on the two databases. Entered TNS which I use on both sites are works well if I use to connect to the remote database (from production mode of Eve and Eve to production).

    Salman

    Hello

    Copy the password orapw [SID] Eve elementary school

    Hope this helps

    See you soon

  • Production DB is Hanging Out

    Hi guys,.

    I'm having a strange problem with the my production server.

    All of a sudden my production database is hanging out. I glued the production below the database alert log file. Kindly help me in this regard.

    Whenever I am restarting the Production DB.

    Log files showing AMT Operation Timed Out. But my network connection is good.

    Alert log file

    Thread 1 Advanced to record the sequence 15365
    Currently journal # 5 seq # 15365 mem # 0: G:\ORACLE9I\LOGFILE\REDO05. JOURNAL
    Sun Oct 05 13:36:39 2008
    Thread 1 Advanced to save order 15366
    Currently Journal # 4, seq # 15366 mem # 0: G:\ORACLE9I\LOGFILE\REDO04. JOURNAL
    Sun Oct 05 14:48:38 2008
    Thread 1 Advanced to record the sequence of 15367
    Currently journal # 1, seq # 15367 mem # 0: G:\ORACLE9I\LOGFILE\REDO01. JOURNAL
    Sun Oct 05 15:30:44 2008
    Thread 1 Advanced to record the sequence 15368
    Currently Journal # 2 seq # 15368 mem # 0: G:\ORACLE9I\LOGFILE\REDO02. JOURNAL
    Sun Oct 05 15:37:35 2008
    Thread 1 cannot allot of new newspapers, sequence 15369
    All newspapers need to check-in online
    Currently Journal # 2 seq # 15368 mem # 0: G:\ORACLE9I\LOGFILE\REDO02. JOURNAL
    G:\oracle9i\bdump\alert_jsl.log dump file
    Sun Oct 05 15:55:59 2008
    ORACLE V9.2.0.4.0 - Production vsnsta = 0
    vsnsql = 12 vsnxtr = 3
    Service Pack 1 Windows 2000 Version 5.2, CPU type 586
    Sun Oct 05 15:55:59 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Window SCN 2
    Using the default for the log_archive_dest parameter value
    LICENSE_MAX_USERS = 0
    SYS audit is disabled
    Commissioning ORACLE RDBMS Version: 9.2.0.4.0.
    Parameters of the system with default values:
    process = 200
    sessions = 225
    TIMED_STATISTICS = TRUE
    shared_pool_size = 629145600
    SGA_MAX_SIZE = 1259415684
    LARGE_POOL_SIZE = 25165824
    JAVA_POOL_SIZE = 25165824
    control_files = E:\oracle9i\controlfile\control01.ctl, E:\oracle9i\controlfile\control02.ctl, F:\oracle9i\controlfile\control03.ctl
    DB_BLOCK_SIZE = 8192
    db_cache_size = 528482304
    compatible = 9.2.0.4.0
    remote_archive_enable = TRUE
    log_archive_start = TRUE
    Log_archive_dest_1 = RENTAL = H:\oracle9i\archive\mandatory
    LOG_ARCHIVE_DEST_2 = SERVICE = JSLSTBY
    LOG_ARCHIVE_DEST_STATE_2 = ENABLE
    standby_archive_dest = H:\oracle9i\archive
    log_archive_format = jsl_%T_%S.arc
    log_buffer = 524288
    db_file_multiblock_read_count = 16
    standby_file_management = AUTO
    fast_start_mttr_target = 1200
    UNDO_MANAGEMENT = AUTO
    undo_tablespace = UNDOTBS1
    UNDO_RETENTION = 10800
    Remote_login_passwordfile = EXCLUSIVE lock
    db_domain =
    instance_name = jsl
    JOB_QUEUE_PROCESSES = 4
    background_dump_dest = G:\oracle9i\bdump
    user_dump_dest = G:\oracle9i\udump
    core_dump_dest = G:\oracle9i\cdump
    sort_area_size = 524288
    db_name = jsl
    open_cursors = 600
    star_transformation_enabled = FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 419430400
    aq_tm_processes = 1
    PMON started with pid = 2
    LGWR started with pid = 4
    CKPT started with pid = 5
    SMON started with pid = 6
    DBW0 started with pid = 3
    RECCE has started with pid = 7
    CJQ0 started with pid = 8
    QMN0 started with pid = 9
    Sun Oct 05 15:56:11 2008
    ARK: START OF THE ARCH PROCESS
    Arc0 started with pid = 10
    Arc0: Started archiving
    Sun Oct 05 15:56:12 2008
    ARCH: FROM PROCESS ARCH COMPLETE
    Sun Oct 05 15:56:12 2008
    Arc0: Thread not mounted
    Arc1 started with pid = 11
    Sun Oct 05 15:56:13 2008
    Arc1: Started archiving
    Arc1: Thread not mounted
    Sun Oct 05 15:56:14 2008
    change exclusive database editing
    Sun Oct 05 15:56:20 2008
    Mount of redo thread 1, with mount id 1986804254.
    Sun Oct 05 15:56:20 2008
    Database mounted in exclusive Mode.
    Completed: alter exclusive of database editing
    Sun Oct 05 15:56:20 2008
    change the database open
    Sun Oct 05 15:56:20 2008
    Beginning of thread 1 crash recovery
    Sun Oct 05 15:56:21 2008
    Has started the first scan of pass
    Sun Oct 05 15:56:21 2008
    Completed the first pass scan
    18355 redo blocks, blocks of data 1274 reading need recovery
    Sun Oct 05 15:56:21 2008
    Recovery has started to
    Thread 1: 15368 logseq, block 2124, Yvert 0.0
    Online Redo Log recovery: thread 1 mem Group 2 Seq 15368 reading 0
    Mem # 0 0 error: G:\ORACLE9I\LOGFILE\REDO02. JOURNAL
    Sun Oct 05 15:56:27 2008
    Completed request
    Sun Oct 05 15:56:27 2008
    Recovery completed
    Thread 1: 15368 logseq, block 20479, RCS 0.663631261
    1274 data blocks read, 1212 written data blocks, 18355 redo blocks read
    Crash recovery completed successfully
    Sun Oct 05 15:56:27 2008
    LGWR: Primary database is in mode CLUSTER COMPATIBLE
    Sun Oct 05 15:56:27 2008
    ARCH: Evaluating archive log 3 thread 1 sequence 15364
    ARCH: Begins to archive log 3 thread 1 sequence 15364
    Creating archives destination LOG_ARCHIVE_DEST_2: 'JSLSTBY '.
    ARCH: 12535 error creating archive log file to "JSLSTBY".
    Sun Oct 05 15:56:48 2008
    Errors in the g:\oracle9i\udump\jsl_ora_2260.trc file:
    ORA-12535: TNS:operation expired

    Creating archives LOG_ARCHIVE_DEST_1 destination: "H:\ORACLE9I\ARCHIVE\MANDATORY\JSL_001_15364.ARC."
    ARCH: Completed 3 thread 1 log archiving sequence 15364
    Sun Oct 05 15:56:51 2008
    LGWR: Primary database is in mode CLUSTER COMPATIBLE
    Thread 1 Advanced to record the sequence 15369
    Thread 1 is open to the sequence of paper 15369
    Currently Journal # 3 seq # 15369 mem # 0: G:\ORACLE9I\LOGFILE\REDO03. JOURNAL
    Opening of redo thread 1.
    Sun Oct 05 15:56:52 2008
    SMON: enabling cache recovery
    Sun Oct 05 15:56:52 2008
    Arc0: Assessment of the 5 thread 1 sequence 15365 log archives
    Sun Oct 05 15:56:53 2008
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Cancel the Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Cancel the Segment 9 Onlined
    Sun Oct 05 15:56:53 2008
    Cancel the 10 Onlined Segment
    Successfully onlined Undo Tablespace 1.
    Sun Oct 05 15:56:53 2008
    SMON: enabling the recovery of tx
    Sun Oct 05 15:56:53 2008
    Database character set is WE8ISO8859P1
    Sun Oct 05 15:56:54 2008
    Arc0: Beginning to archive the journal 5 1 sequence 15365 wire
    Sun Oct 05 15:56:54 2008
    Creating archives destination LOG_ARCHIVE_DEST_2: 'JSLSTBY '.
    Sun Oct 05 15:56:55 2008
    off replication_dependency_tracking (no replication multimaster async found)
    Completed: alter database open
    Sun Oct 05 15:57:11 2008
    Restart the background process dead QMN0
    QMN0 started with pid = 9
    Sun Oct 05 15:57:15 2008
    Arc0: 12535 error creating archive log file to "JSLSTBY".
    Sun Oct 05 15:57:15 2008
    Errors in the g:\oracle9i\bdump\jsl_arc0_3096.trc file:
    ORA-12535: TNS:operation expired

    Creating archives LOG_ARCHIVE_DEST_1 destination: "H:\ORACLE9I\ARCHIVE\MANDATORY\JSL_001_15365.ARC."
    Arc0: Archiving newspaper wire 5 1 sequence complete 15365
    Sun Oct 05 15:57:15 2008
    Arc1: Evaluating archive log 4 thread 1 sequence 15366
    Arc1: Begins to archive log 4 thread 1 order 15366
    Creating archives LOG_ARCHIVE_DEST_1 destination: "H:\ORACLE9I\ARCHIVE\MANDATORY\JSL_001_15366.ARC."
    Arc1: Archiving Journal 4 thread 1 sequence complete 15366
    Sun Oct 05 15:57:17 2008
    Arc0: Assessment of 1 thread 1 sequence 15367 log archives
    Arc0: Beginning to archive journal 1-wire 1 sequence 15367
    Creating archives LOG_ARCHIVE_DEST_1 destination: "H:\ORACLE9I\ARCHIVE\MANDATORY\JSL_001_15367.ARC."
    Arc0: Complete 1 thread 1 log archiving sequence 15367
    Sun Oct 05 15:57:17 2008
    Arc1: Evaluating archive log 2 thread 1 sequence 15368
    Arc1: Begins to archive log 2 thread 1 sequence 15368
    Creating archives LOG_ARCHIVE_DEST_1 destination: "H:\ORACLE9I\ARCHIVE\MANDATORY\JSL_001_15368.ARC."
    Arc1: Archiving newspaper wire 2 1 sequence complete 15368
    Sun Oct 05 16:02:44 2008
    Errors in the g:\oracle9i\bdump\jsl_arc0_3096.trc file:
    ORA-12535: TNS:operation expired

    Sun Oct 05 16:08:12 2008
    Errors in the g:\oracle9i\bdump\jsl_arc0_3096.trc file:
    ORA-12535: TNS:operation expired

    Sun Oct 05 16:10:37 2008
    Thread 1 Advanced to record the sequence 15370
    Currently journal # 5 seq # 15370 mem # 0: G:\ORACLE9I\LOGFILE\REDO05. JOURNAL
    Sun Oct 05 16:10:38 2008
    Arc1: Evaluating archive log 3 thread 1 sequence 15369
    Arc1: Begins to archive log 3 thread 1 sequence 15369
    Creating archives LOG_ARCHIVE_DEST_1 destination: "H:\ORACLE9I\ARCHIVE\MANDATORY\JSL_001_15369.ARC."
    Arc1: Archiving Journal 3 thread 1 sequence complete 15369
    Sun Oct 05 16:13:40 2008
    Errors in the g:\oracle9i\bdump\jsl_arc0_3096.trc file:
    ORA-12535: TNS:operation expired



    jsl_arc0_3096 Trace file
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    2008-10-05 15:57:15.312
    Arc0: 12535 error creating archive log file to "JSLSTBY".
    2008-10-05 15:57:15.328
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:02:44.156
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:02:44.171
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:08:12.500
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:08:12.531
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:13:40.515
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:13:40.531
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:19:09.078
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:19:09.093
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:24:37.531
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:24:37.562
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:30:05.984
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:30:06.015
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:35:34.484
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:35:34.500
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:41:02.828
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:41:02.843
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:46:30.078
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:46:30.093
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:51:58.531
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:51:58.546
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 16:57:26.781
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 16:57:26.796
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 17:02:55.125
    12535 error connecting to host standby destination LOG_ARCHIVE_DEST_2 "JSLSTBY".
    12535 error attaching to destination host standby LOG_ARCHIVE_DEST_2 "JSLSTBY".
    Heartbeat failed to connect on the eve "JSLSTBY." The error is 12535.
    2008-10-05 17:02:55.140
    kcrrfail: err dest:2: 12535 strength: 0
    ORA-12535: TNS:operation expired
    2008-10-05 17:08:23.359

    Thank you

    If you just want to remove the server from the main server support, just reset the settings in the primary database server as remote destination of archiving to archive for sleep. This will simply stop the transport of the archives of the day before.

    Kind regards
    Navneet

  • disk is not visible standby if I connect to the primary backup and catalogue

    Hello

    I have a primary and secondary.

    I need to build a second standby mode. I mount a NFS on first aid and on the second standby server. I run a full backup on the disk first aid NFS.

    I have not mounted the NFS on the principal server.

    I then connect to the second standby server to run twice for the creation of Eve. It fails because these backup pieces are not in the copy.

    If I connect to the primary catalog and I list all backups, I can not find disk backups made on the first of the day before. I don't see backups on tapes running on the first standby server.

    But if I connect to the catalogue of the first of the day before and I list all the backups I can see two backups to backups made on tape and disk

    What Miss me?

    Oracle 11.2.0.3 EE

    Linux RHE6

    Thank you

    Massimino

    Hello;

    If I connect to my RMAN catalog and run just a single "Backup Database" I see in these views in the catalog:

    RC_BACKUP_DATAFILE

    RC_BACKUP_DATAFILE_SUMMARY

    Use DB_NAME like filter.

    In RMAN 'backup from the list' it presents during the day before, but the same command list on the primary side.

    Created backups to the backup site are not available to the primary course, if we really don't want to see them.

    So to use a mode standby backup to restore a primary database you must copy the backup files since the previous primary rman.

    It's a good idea to have the configuration of the SCP and the two ways of work ahead.

    Best regards

    mseberg

  • How to simulate an HA event?

    Greetings,

    I don't have a good chance to play with HA in vSphere 5 again.  I want to simulate failure of the host to demonstrate the virtual machine restart on another host.  Due to the new functionality of pulsations of data store, I thought that to disable network ports that were related to my iSCSI initiators would do, but after disabling two network cards and wait for 2 minutes or so, nothing happened.  I guess because the management network was still high and able to ping to the address of the isolation that nothing happened because of this.

    There's an easy way to raise an HA event and simulate a host failure without actually tearing off the power on the host?

    I just need to disable the network iSCSI and time management of network cards network cards?

    Thank you.

    The pulsations of data store functionality is used ONLY when the network heartbeat failed. I have described this problem here: http://www.yellow-bricks.com/vmware-high-availability-deepdiv/#HA-50heartbeats

    Hope that helps,

  • vCenter Heartbeat and vCenter Failed

    If vCenter Heartbeat is used to replicate the vCenter Server, then that server vCenter can't then some esxi hosts this vCenter Server manages will be they will automatically move to the other server vCenter Server or we need to do it manually?

    vCenter Heartbeat is a cluster solution that protects services vCenter, so you will have two primary servers and secondary, one of the server would be active and others being passive.

    Incase if the Active Server fails, HB will failover services vCenter vCenter to the passive node. No further action to perform.

  • Equium A200 fails to pick up WLan after fashion "Eve"

    My laptop Equium A200 fails to capture my wireless network when awakening from the sleep state, even though another laptop alongside of picks up immediately, like my cell phone.

    I downloaded the updated driver.

    If the computer is restarted it back pretty quickly.
    As I use 'sleep' a lot it is very frustrating. any ideas anyone?

    Hello

    Your BIOS is up to date?
    Operating system is up to date?

    You can try the driver from this page:
    http://APS2.toshiba-tro.de/WLAN/

    I remember that my laptop has developed the same issue. But it was just for a short period.
    After the awakening of the mode setting in hibernation, the cannot connect to router Wlan Wlan.
    But I fixed the link and that was the key.
    In the taskbar right click on WLan icon and choose repair.
    The DNS address IP etc. should be updated and usually helps.

    I ve also renew the IP address in the command box (start back box command: cmd)
    I used the command: + ipconfig / renew.

Maybe you are looking for

  • Why my iMac does not automatically connect to my Airport time capsule.

    Why is my iMac not automatically connected to my wireless after waking up, since I upgraded to OS Sierra?

  • parallel and sequential in the same sequence

    Hello To expedite the duration of the test, I would like to make some of my steps in parallel with others. However, some of the previous steps and the following must be executed sequentially. How to combine these 2 behaviors run inside the same seque

  • R61i boots rescue and recovery 4

    My r61i boots rescue and recovery 4. I have a set of recovery to start in the final discs, but I can't make them work. How can I use them to restore my system.

  • Accidentally set by default on the sound settings

    Hi, I am looking to change my ringtone to wake up today. And generally the system ask me if I want to select his selector or commander default file.Unfortunately, I chose his switch to default and now I can't change my alarm I want. Is there some way

  • New-VIProperty Config.Host.Value InvalidProperty

    vCenter 4.1 update 2PowerCLI 5.1 Release 1I can successfully retrieve the IDs of VMHost via:Get-VMHost | Select Name,@{N='VMHostID'; E={$_. ExtensionData.Config.Host.Value}}I can also (seem to), to create a VIProperty to VMHostID with:New-VIProperty-