10g RAC Connecting with one node down.

We're are currently running version 10.1.0.2.0 on RAC, on Redhat Linux Enterprise 3, with two load balanced nodes - I have limited RAC experience.
Node 1 is currently shutdown, as a user tries to connect they get a 50% chance of success. An attempt is made to connect to node 1 and returns the following: ORA-12154 TNS: could not resolve connect identifier specified. Theyt can retry and eventually connect to node 2.
Is there anyway to stopping attempted connections to node 1 without having to modify all TNSNAMES entries?
Thank you,
David.

This is now resolved.
Thank you.
David.

Similar Messages

  • ORA-04030 On ORACLE 10g RAC database with two nodes as active

    OS-HP-AIX 5L(5.3)----IBM
    DATABASE-10.2.0.2(10G)
    I am getting error "ORA-04030" while executing a query
    I have already set the ulimits for oracle account to UNLIMITED
    1)STACK----UNLIMITED(BOTH SOFT/HARD LIMITs)
    2)DATA----UNLIMITED(BOTH SOFT/HARD LIMITs)
    3)MEMORY----UNLIMITED(BOTH SOFT/HARD LIMITs)
    4)TIME----UNLIMITED(BOTH SOFT/HARD LIMITs)
    step 1:-When I skip the listener then query executes very fine.But when
    i go through the listener the "ORA-04030" errors come.
    step 2:-Then when i stop and start listener on both the nodes the all
    the query works fine.
    This thing happens every time the system reboots
    Can anyone tell me the solution for this
    and why this thing happens

    Thanks for ur immediate response
    ORA-04030: out of process memory when trying to allocate 127000 bytes (QERHJ
    hash-joi,kllcqas:kllsltba)
    ORA-04030: out of process memory when trying to allocate 66184 bytes (pga
    heap,kco buffer)
    ORA-04030: out of process memory when trying to allocate 127000 bytes (QERHJ
    hash-joi,kllcqas:kllsltba)
    sql qurry
    SELECT
    WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID PTY_ID,
    PTY_TYP_CDE, PTY_ROL_TYP_CDE, SOC_CDE2 SOC_CDE,
    DECODE(SOC_CDE2,'10','Y',NULL,'N',
    NVL(( SELECT NVL(AFL_IND, 'N') FROM pty y WHERE y. IPI_BAS_NR = SOC_CDE2 AND NVL(DEL_FL,'N') = 'N'
    AND ROWNUM < 2 ),'N')) AFL_IND,
    pDate,
    ENTMT_ID, ROL_TYP_CDE, IP_STA_IND_CDE, UNID_ID_FST_NA,
    UNID_IP_NA, IP_PAY_STA, REASON, SHR_OWN_PTY_NA_ID,
    PGM_STT_DT, PAY DIRIND,
    ACTV_OWN_SHR, ACTV_COPY_SHR, CLM_OWN_SHR, CLM_COPY_SHR,
    FNC_PTY_RESIGNED_ON_DIS_DT ( PTY_ID,
    TO_DATE( DECODE(PTY_TYP_CDE,'WRTMB',
    '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-10'),'YYYY-MM-DD')) TF
    FROM
    SELECT WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID PTY_ID,
    PTY_TYP_CDE, PTY_ROL_TYP_CDE, NVL(SOC_CDE2,'0') SOC_CDE2,
    DECODE(PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-10') pDATE,
    ENTMT_ID, ROL_TYP_CDE, IP_STA_IND_CDE, UNID_ID_FST_NA,
    UNID_IP_NA, IP_PAY_STA, REASON, SHR_OWN_PTY_NA_ID,
    PGM_STT_DT, PAY_DIR_IND,
    SUM(NVL(ACTV_OWN_SHR,0)) ACTV_OWN_SHR,
    SUM(NVL(ACTV_COPY_SHR,0)) ACTV_COPY_SHR,
    NVL( SUM(NVL(CLM_OWN_SHR,0)),0) CLM_OWN_SHR,
    NVL(SUM(NVL(CLM_COPY_SHR,0)),0) CLM_COPY_SHR
    FROM
    SELECT B.WRK_PERF_ID, B.WRK_ID, B.PTY_NA_ID,
    D.PTY_ID , D.PTY_TYP_CDE, D.PTY_ROL_TYP_CDE,
    CASE
    WHEN D.PTY_ROL_TYP_CDE ='W' OR D.PTY_ROL_TYP_CDE ='P'
    THEN
    SELECT MIN(soc_cde)
    FROM MBRSH_AGR_TER A
    WHERE A.pty_id = D.PTY_ID
    AND A.STT_DT <= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-
    05-10' , '2004-03-10' ),'YYYY-MM-DD')
    AND ( A.END_DT >= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-1
    0' ),'YYYY-MM-DD') OR A.END_DT IS NULL)
    AND A.INCL_EXCL_IND = 'I'
    AND ( A.TIS_CDE = 840 OR
    EXISTS (
    SELECT 1
    FROM CPST_TERR C
    WHERE C.CHILD_TIS_CDE = 840
    AND C.PARENT_TIS_CDE = A.TIS_CDE
    AND NVL(C.DEL_FL, 'N') = 'N'
    AND NVL(A.DEL_FL,'N') = 'N'
    AND soc_cde NOT IN
    SELECT soc_cde
    FROM MBRSH_AGR_TER B
    WHERE B.pty_id = D.PTY_ID
    -- b.soc_cde = a.soc_cde
    AND B.STT_DT <= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-0
    5-10' , '2004-03-10' ),'YYYY-MM-DD')
    AND (B.END_DT >= TO_DATE( DECODE(D.PTY_TYP_CDE,'WRTMB', '2004-04-10' ,'AFMBR', '2004-05-10' , '2004-03-10'
    ),'YYYY-MM-DD') OR B.END_DT IS NULL)
    AND B.INCL_EXCL_IND = 'E'
    AND NVL(B.DEL_FL,'N') = 'N'
    AND ( B.TIS_CDE = 840 OR
    EXISTS ( SELECT 1
    FROM CPST_TERR D2
    WHERE D2.CHILD_TIS_CDE = 840
    AND D2.PARENT_TIS_CDE = B.TIS_CDE
    AND NVL(D2.DEL_FL, 'N') = 'N'
    )-- NOT IN
    ) --w,p end
    WHEN D.PTY_TYP_CDE='SOC' THEN D.IPI_BAS_NR
    END
    ) SOC_CDE2,
    B.ENTMT_ID, B.ROL_TYP_CDE,
    B.IP_STA_IND_CDE, B.UNID_ID_FST_NA, B.UNID_IP_NA, B.IP_PAY_STA, B.REASON, B.SHR_OWN_PTY_NA_ID,
    A.PGM_STT_DT, D.PAY_DIR_IND,
    ACTV_OWN_SHR, ACTV_COPY_SHR, CLM_OWN_SHR, CLM_COPY_SHR
    FROM STG_ACIP_DIST_MODE1 B, STAGING_USAGE_SELECTION_MODE1 A, PTY_NA C, PTY D
    WHERE B.WRK_PERF_ID = A.WRK_PERF_ID
    AND B.PTY_NA_ID = C.PTY_NA_ID
    AND C.PTY_ID = D.PTY_ID
    AND A.CALC_RUN_CTL_ID = 279
    AND A.DIS_ID = 241
    GROUP BY WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID, PTY_TYP_CDE, PTY_ROL_TYP_CDE,
    SOC_CDE2, ENTMT_ID, ROL_TYP_CDE, IP_STA_IND_CDE, UNID_ID_FST_NA,
    UNID_IP_NA, IP_PAY_STA, REASON, SHR_OWN_PTY_NA_ID,
    PGM_STT_DT, PAY_DIR_IND
    order by WRK_PERF_ID, WRK_ID, PTY_NA_ID, PTY_ID
    It is just a simple query with group by which i ran by sqlplus but it is geting more then million records.

  • Oracle client 8i connecting to one node only

    Hello all,
    I had 2 node RAC database setup, in which when a person in development team tries to connect to the RAC database via oracle client,He can able to connect to one node only,when i tried tnsping80 utility it showing one VIP address
    He using oracle 8i client on windows7
    Database is 10G RAC and load balance is on in both database and client
    please provide the solution

    Hi,
    Also I am not sure whether 8i client is certified with 10g database or not.
    Do you have a metalink account. Read this Doc ID 207303.1
    Regards

  • Error - Applications File Server connection with the node FNDFS_WIN2000.

    ERROR:
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_WIN2000. There may be a network configuration problem, or the TNS listener on node FNDFS_WIN2000 may not be running. Please contact your system administrator.
    When I try to submit concurrent request error occured which I mentioned above.
    Platform:Windows2000 server
    Apps Version:11.5.3 Vision
    Db version:8.1.6.0.0
    Environment:Windows2000 server(Stand aloe).
    I have one listener in database, I am sending you to my tns and listener files.
    DB listener and tns file.
    # LISTENER.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_VIS =
    (SID_DESC =
    (SID_NAME = VIS)
    #(ORACLE_HOME = J:\oracle\visdb\8.1.6)
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    VIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    # TNSNAMES.ORA Network Configuration File: J:\oracle\visdb\8.1.6\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vis)
    Client Site tns and listner.
    # TNSNAMES.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for the database
    VIS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = win2000)(PORT = 1521))
    (CONNECT_DATA =
    (SID = VIS)
    FNDFS_WIN2000 = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=win2000)(PORT=1523))
    (CONNECT_DATA=(SID=FNDFS))
    Rep60_VIS,Rep60_VIS.world=(ADDRESS=(PROTOCOL=tcp)(HOST=win2000.apps.com)(PORT=7002))
    # LISTENER.ORA FOR APPLICATIONS
    # Created by Rapid Install
    # Net8 definition for FNDFS listener
    SID_LIST_VIS =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = J:\oracle\visora\8.0.6 )
    ( PROGRAM = J:\oracle\visappl\fnd\11.5.0\bin\fndfs.exe )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1' )
    STARTUP_WAIT_TIME_APPS_VIS = 0
    CONNECT_TIMEOUT_APPS_VIS = 10
    TRACE_LEVEL_APPS_VIS = OFF
    LOG_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    LOG_FILE_APPS_VIS = APPS_VIS
    TRACE_DIRECTORY_APPS_VIS = J:\oracle\visora\8.0.6\net80\admin
    TRACE_FILE_APPS_VIS = APPS_VIS
    Any help I appreciate in advance, I have been working on this issue since one week.
    Thanks,
    Kindest Regards
    Zeeshan Siddiqui

    Duplicate post ..
    Error - An error occurred while attempting to establish an Applications Fil

  • End users connecting to one node only !!

    Hi,
    I am new to RAC. My environment: 10gAS (two nodes), 11gr2 RAC (2 nodes), on solaris10. I see all end users connecting to one node only. where other node is fine.
    SQL> select a.inst_id,instance_name,program from gv$INSTANCE a, gv$session b where a.inst_id=b.inst_id and
    2 username like 'HRAPPS';
    INST_ID INSTANCE_NAME PROGRAM
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 java@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    tnsnames.ora on two application server nodes
    CONNDB11 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = racdb1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = racdb2-vip)(PORT = 1521))
    (LOAD_BALANCE = OFF)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mod11g)
    grid@*racdb1* $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE racdb1
    ora.FRA.dg ora....up.type ONLINE ONLINE racdb1
    ora....ER.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N1.lsnr ora....er.type ONLINE ONLINE racdb2
    ora....N2.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N3.lsnr ora....er.type ONLINE ONLINE racdb1
    ora.asm ora.asm.type ONLINE ONLINE racdb1
    ora.eons ora.eons.type ONLINE ONLINE racdb1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora.mod11g.db ora....se.type ONLINE ONLINE racdb2
    ora....network ora....rk.type ONLINE ONLINE racdb1
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE racdb1
    ora....SM1.asm application ONLINE ONLINE racdb1
    ora....B1.lsnr application ONLINE ONLINE racdb1
    ora.racdb1.gsd application OFFLINE OFFLINE
    ora.racdb1.ons application ONLINE ONLINE racdb1
    ora.racdb1.vip ora....t1.type ONLINE ONLINE racdb1
    ora....SM2.asm application ONLINE ONLINE racdb2
    ora....B2.lsnr application ONLINE ONLINE racdb2
    ora.racdb2.gsd application OFFLINE OFFLINE
    ora.racdb2.ons application ONLINE ONLINE racdb2
    ora.racdb2.vip ora....t1.type ONLINE ONLINE racdb2
    ora.scan1.vip ora....ip.type ONLINE ONLINE racdb2
    ora.scan2.vip ora....ip.type ONLINE ONLINE racdb1
    ora.scan3.vip ora....ip.type ONLINE ONLINE racdb1
    grid@*racdb2* $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE racdb1
    ora.FRA.dg ora....up.type ONLINE ONLINE racdb1
    ora....ER.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N1.lsnr ora....er.type ONLINE ONLINE racdb2
    ora....N2.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N3.lsnr ora....er.type ONLINE ONLINE racdb1
    ora.asm ora.asm.type ONLINE ONLINE racdb1
    ora.eons ora.eons.type ONLINE ONLINE racdb1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora.mod11g.db ora....se.type ONLINE ONLINE racdb2
    ora....network ora....rk.type ONLINE ONLINE racdb1
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE racdb1
    ora....SM1.asm application ONLINE ONLINE racdb1
    ora....B1.lsnr application ONLINE ONLINE racdb1
    ora.racdb1.gsd application OFFLINE OFFLINE
    ora.racdb1.ons application ONLINE ONLINE racdb1
    ora.racdb1.vip ora....t1.type ONLINE ONLINE racdb1
    ora....SM2.asm application ONLINE ONLINE racdb2
    ora....B2.lsnr application ONLINE ONLINE racdb2
    ora.racdb2.gsd application OFFLINE OFFLINE
    ora.racdb2.ons application ONLINE ONLINE racdb2
    ora.racdb2.vip ora....t1.type ONLINE ONLINE racdb2
    ora.scan1.vip ora....ip.type ONLINE ONLINE racdb2
    ora.scan2.vip ora....ip.type ONLINE ONLINE racdb1
    ora.scan3.vip ora....ip.type ONLINE ONLINE racdb1
    please advise,,,,
    thanks

    Thanks every one responded. I have modified tns entry in application servers (load balance on). I will post details, once I am back in seat.
    Thanks a lot guys...
    Bjoe, I am using SCAN listener, details are :
    racdb1
    -bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 27-OCT-2010 17:04:56
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 12-OCT-2010 13:08:46
    Uptime 15 days 3 hr. 56 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/racdb1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.11)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.20)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "mod11g" has 1 instance(s).
    Instance "mod11g1", status READY, has 1 handler(s) for this service...
    Service "mod11gXDB" has 1 instance(s).
    Instance "mod11g1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_dependencies_mode string TIMESTAMP
    remote_listener string rac-scan.mod.com:1521
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    result_cache_remote_expiration integer 0
    racdb2
    -bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 27-OCT-2010 17:15:35
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 27-OCT-2010 03:25:50
    Uptime 0 days 13 hr. 49 min. 45 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/racdb2/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.12)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.21)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Service "mod11g" has 1 instance(s).
    Instance "mod11g2", status READY, has 1 handler(s) for this service...
    Service "mod11gXDB" has 1 instance(s).
    Instance "mod11g2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_dependencies_mode string TIMESTAMP
    remote_listener string rac-scan.mod.com:1521
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    Edited by: userR12 on Oct 27, 2010 7:34 AM

  • How many apple tv can I connect with one account?

    how many apple tv can I connect with one account?

    there are 2 recent posts that suggest issues over 5, one where someone was trying to troubleshoot for a friend or client as they couldn't keep more than 5 connected, and the other where somone had more than 5 but was using 2 separate itunes libraries to share the load - not sure if that was with the same or differing AppleIDs.
    I guess there is always the possibility that things kight vary from one itunes version to the next even unintentionally to allow more.
    AC

  • Applications File Server connection with the node FNDFS_PROR

    I run the report and workflow sent me a link refer to the report output. However, I receive the following link after I click the link.
    What is it?
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_PRORSGSDB. There may be a network configuration problem, or the TNS listener on node FNDFS_PRORSGSDB may not be running. Please contact your system administrator.
    Thanks,
    Amy

    Hi Amy,
    I run the report and workflow sent me a link refer to the report output. However, I receive the following link after I click the link.Was it working before? Any recent changes in the system? Whats your APPS and DB version.
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_PRORSGSDB. There may be a network configuration problem, or the TNS listener on node FNDFS_PRORSGSDB may not be running. Please contact your system administrator.As preliminary checks do the following,
    1. Check the system profiles RRA: Service Prefix, SITE value should be FNDFS or blank
    2. Run "Report Review Agent Setup Test" and see if it returns any errors.
    [Oracle Application Object Library Report Review Agent Setup Test|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200358.1]
    3. Let us know the query output
    SQL> select CONCURRENT_QUEUE_NAME
    from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME like 'FND%';
    Thanks,
    Anchorage :)

  • RAC issues with second node

    We have two node rac setup. We are facing issues with the second node. if both node are up then application is not able to connect with the database. if the second node is down then application is able to connect.
    What is the reason of this abnormal behaviour ?
    any suggestion ?
    We have oracle 10g RAC ( Database version 10.2.0.4), CRS version 10.2.0.3
    Please help

    oracle@ora1-oam # crsstat
    HA Resource Target State
    ora.cms.cms1.inst ONLINE ONLINE on ora1-oam
    ora.cms.cms2.inst ONLINE ONLINE on ora2-oam
    ora.cms.db ONLINE ONLINE on ora1-oam
    ora.cms.db.cms.com.cms1.srv ONLINE ONLINE on ora1-oam
    ora.cms.db.cms.com.cms2.srv ONLINE ONLINE on ora2-oam
    ora.cms.db.cms.com.cs ONLINE ONLINE on ora1-oam
    ora.myrio.db ONLINE ONLINE on ora1-oam
    ora.myrio.db.myrio.com.cs ONLINE ONLINE on ora1-oam
    ora.myrio.db.myrio.com.myrio1.srv ONLINE ONLINE on ora1-oam
    ora.myrio.db.myrio.com.myrio2.srv ONLINE ONLINE on ora2-oam
    ora.myrio.myrio1.inst ONLINE ONLINE on ora1-oam
    ora.myrio.myrio2.inst ONLINE ONLINE on ora2-oam
    ora.ora1-oam.ASM1.asm ONLINE ONLINE on ora1-oam
    ora.ora1-oam.LISTENER_ORA1-OAM.lsnr ONLINE ONLINE on ora1-oam
    ora.ora1-oam.gsd ONLINE ONLINE on ora1-oam
    ora.ora1-oam.ons ONLINE ONLINE on ora1-oam
    ora.ora1-oam.vip ONLINE ONLINE on ora1-oam
    ora.ora2-oam.ASM2.asm ONLINE ONLINE on ora2-oam
    ora.ora2-oam.LISTENER_ORA2-OAM.lsnr ONLINE ONLINE on ora2-oam
    ora.ora2-oam.gsd ONLINE ONLINE on ora2-oam
    ora.ora2-oam.ons ONLINE ONLINE on ora2-oam
    ora.ora2-oam.vip ONLINE ONLINE on ora2-oam
    ora.rms.db ONLINE ONLINE on ora1-oam
    ora.rms.db.rms.com.cs ONLINE ONLINE on ora1-oam
    ora.rms.db.rms.com.rms1.srv ONLINE ONLINE on ora1-oam
    ora.rms.db.rms.com.rms2.srv ONLINE ONLINE on ora2-oam
    ora.rms.rms1.inst ONLINE ONLINE on ora1-oam
    ora.rms.rms2.inst ONLINE ONLINE on ora2-oam
    ora.tmpl.db ONLINE ONLINE on ora1-oam
    ora.tmpl.tmpl1.inst ONLINE ONLINE on ora1-oam
    ora.tmpl.tmpl2.inst ONLINE ONLINE on ora2-oam
    ora.vcas.db ONLINE ONLINE on ora1-oam
    ora.vcas.db.vcas.com.cs ONLINE ONLINE on ora1-oam
    ora.vcas.db.vcas.com.vcas1.srv ONLINE ONLINE on ora1-oam
    ora.vcas.db.vcas.com.vcas2.srv ONLINE ONLINE on ora2-oam
    ora.vcas.vcas1.inst ONLINE ONLINE on ora1-oam
    ora.vcas.vcas2.inst ONLINE ONLINE on ora2-oam
    ora.vmxcsmdb.db ONLINE ONLINE on ora1-oam
    ora.vmxcsmdb.vmxcsmdb1.inst ONLINE ONLINE on ora1-oam
    ora.vmxcsmdb.vmxcsmdb2.inst ONLINE ONLINE on ora2-oam
    this is the status when both nodes were up.....

  • Doubts about RAC infraestructure with one disk array

    Hello everybody,
    I'm writing to you because we have a doubt about the correct infrastructure to implement RAC.
    Please, let me first explain the current design we are using for Oracle DB storage. Currently we are running several standalone instances in several servers, all of them connected to a SAN disk storage array. As we know this is a single point of failure we have redundant controlfiles, archiveds and redos both in the array and in the internal disk of each server, so in case array completely fails we “just” need to recover nightly cold backup, apply archs and redos and everything it's ok. This can be done because we have standalone instances and we can assume this 1 hour downtime.
    Now we want to use these servers and this array to implement a RAC solution and we know this array is our single point of failure and wonder if it's possible to have a multinode RAC solution (not RAC One Node) with redundant controlfiles/archs/redos in internal disks. Is it possible to have each node writing full RAC controlfiles/archs/redos in internal disks and apply these files consistently when the ASM filesystem used for RAC is restores (i.e. with a softlink in an internal disk and using just one node)? Or maybe the recommended solution is to have a second array to avoid this single point of failure?
    Thanks a lot!

    cssl wrote:
    Or maybe the recommended solution is to have a second array to avoid this single point of failure?Correct. This is the proper solution.
    In this case you can also decide to simply use striping on both arrays, then mirror array1's data onto array2 using ASM redundancy options.
    Also keep in mind that redundancy is also need for the connectivity. So you need at least 2 switches to connect to both arrays, and dual HBA ports on each server, with 2 fibres running, one to each switch. You will need multipath driver s/w on the server to deal with the multiple I/O paths to the same storage LUNs.
    Likewise you need to repeat this for your Interconnect. 2 private switches, 2 private NICs on each server that are bonded. Then connect these 2 NICs to the 2 switches, one NIC per switch.
    Also do not forget spares. Spare switches (one each for storage and Interconnect). Spare cables - fibre and whatever is used for the Interconnect.
    Bottom line - not a cheap solution to have full redundancy. What can be done is to combine the storage connection/protocol layer with the Interconnect layer and run both over the same architecture. Oracle's Database Machine and Exadata Storage Servers do this. You can run your storage protocol (e.g. SRP) and your Interconnect protocol (TCP or RDS) over the same 40Gb Infiniband infrastructure.
    Thus only 2 Infiniband switches are needed for redundancy, plus 1 spare. With each server running a dual port HCA and a cable to each of these 2 switches.

  • Broadband connection with one static ip

    Hello Everyone!!
    I would like to seek your kind suggestion in mapping static ip address to the local ip address.
    We have a bsnl broadband connection, and bsnl has provided us with one static ip address.
    We are using  broadband modem.
    Now I would liket to map this static ip address to one of the private ip address which is 192.168.1.2(database server).
    i want to do nat above ips if i do so then i dont have no ip to assign to my outside interface.
    I would like to access this device over internet, by typing my public (Static ip ) given by the BSNL.
    Kindly let me know how should i configure this modem.
    security device i have is cisco ASA 5505.
    Need suggestion.
    thanks in advance

    Hi,
    I am afraid that if you are asking for guide to configuring your broadband modem then this is probably not the best section of the Cisco Support Community to do that.
    Generall though it would be best if the modem you have was configured as Bridged device and the public IP address was configured on the ASA5505 directly on its "outside" interface. This saves you from a lot of trouble playing with possible NAT configurations on 2 devices.
    On the ASA5505 you will basicly be configuring Static PAT and NOT Static NAT.
    Static NAT would bind the public IP address to the use of only single internal host.
    Static PAT on the other hand would bind certain TCP/UDP ports to some internal host.
    So naturally we should first determine which ports you need to forward to the internal host and also what the software level of your ASA5505 is so we know which NAT configuration format to use (version number is shown with the command "show version" or in the  main view of the ASDM)
    NAT/ACL 8.2 (and older) Configuration format
    static (inside,outside) tcp interface 80 192.168.1.2 80 netmask 255.255.255.255
    access-list OUTSIDE-IN permit tcp any interface outside eq 80
    access-group OUTSIDE-IN in interface outside
    In the above configuration we first use the "static" command to configure the Static PAT. The configuration basicly states that we want to forward the TCP/80 port using the "outside" "interface" IP address to the local IP address of 192.168.1.2 and local port of TCP/80.
    Finally we make an ACL that allows TCP/80 traffic from anywhere and we attach the ACL to the "outside" interface with "access-group" command. If there is an existing ACL attached to the "outside" interface then you would naturally use that.
    NAT/ACL 8.3 (and newer) Configuration Format
    object network SERVER-WWW
    host 192.168.1.2
    nat (inside,outside) static interface service tcp 80 80
    access-list OUTSIDE-IN permit tcp any object SERVER-WWW eq 80
    access-group OUTSIDE-IN in interface outside
    The above basicly does the same as the first example with the older ASA software. There are just noticiable changes in the NAT and ACL configuration formats.
    Hope this helps
    - Jouni

  • SCAN IP and all 2 VIP listner is unavailable for 1+ min when one node down

    I have two redhat Linux nodes running the Oracle 11.2.0.3
    Everything is OK except, when I powerdow one node (cold or soft reset). the VIP and SCAN lisnter stop working for 1+ minutes. (Using Navicat connection check, all connections are unavailabl for a while)
    Is it normal? The problem is the application DB connection timeout is about 20 seconds.

    Hi,
    even though this sounds quite long (especially for a hard kill of the node, not a reboot), it does not matter if you configured your application correctly:
    http://www.oracle.com/technetwork/products/clustering/overview/awm11gr2-130711.pdf
    Since the application will move to the VIP/SCAN IP running on the second node after 3 sec (connection outbound timeout).
    However failover of VIP and SCAN should be in seconds not minutes...
    And it should not have an effect on all connections - just the ones going to that VIP/SCAN on that node.
    Regards
    Sebastian

  • Why does facetime hang up when i connect with one certain person

    help me!!!!!!!

    That would not be an OS X or iMac issue if the problem is only with one other person. That points the finger at an Internet connection issue that must be solved by an ISP, my guess is the other person has a slow or problem Internet connection that needs troubleshooting.

  • Bandwidth problem connecting with one person on my buddy list

    I'm connected to the web via cable modem, which is connected to an Apple Extreme Base Station. I was able to video chat with my brother-in-law in LA who is connecting via DSL. Recently we can't video chat. Nothing seems to have been changed in either of our settings and we can both connect with others that we share in common in our Buddy list.
    All we get now is the Not enough Bandwidth error. Any ideas why this is happening?

    Error 22 will be the Quicktime setting, the Bandwidth setting in iChat or something the ISP is doing top the Connection speed.
    Reinstalling Leopard for just that is not likely to change anything.
    7:11 PM Saturday; January 12, 2008

  • Oracle 10gR2 RAC EE 10.2.0.5 problem with one node.

    Hi, I have an Oracle Rac 10gR2 10.2.0.5 EE on SLES 10 on ibm ppc. My problem is that in crs don't appear that database is start in one instance. However the database is start when I use srvctl or sqlplus
    crsctl query crs softwareversion
    CRS active version on the cluster is [10.2.0.5.0]
    crsctl query crs activeversion
    CRS active version on the cluster is [10.2.0.5.0]
    oracle@agripa:/u01/oracle/app/product/102_64/crs/bin> ./srvctl config database
    ELIO3
    oracle@agripa:/u01/oracle/app/product/102_64/crs/bin> ./srvctl status database -d ELIO3
    La instancia ELIO32 se está ejecutando en el nodo julia
    La instancia ELIO31 no se está ejecutando en el nodo agripa
    agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_stat -t
    Nombre         Tipo           Destino   Estado    Host
    ora....31.inst application    ONLINE    OFFLINE
    ora....32.inst application    ONLINE    ONLINE    julia
    ora.ELIO3.db   application    ONLINE    ONLINE    julia
    ora....PA.lsnr application    ONLINE    OFFLINE
    ora....PA.lsnr application    ONLINE    OFFLINE
    ora.agripa.gsd application    ONLINE    OFFLINE
    ora.agripa.ons application    ONLINE    OFFLINE
    ora.agripa.vip application    ONLINE    ONLINE    agripa
    ora....IA.lsnr application    ONLINE    ONLINE    julia
    ora.julia.gsd  application    ONLINE    ONLINE    julia
    ora.julia.ons  application    ONLINE    ONLINE    julia
    ora.julia.vip  application    ONLINE    ONLINE    julia
    oracle@agripa:/u01/oracle/app/product/102_64/app/bin> ./srvctl start instance -d ELIO3 -i ELIO31
    PRKP-1001 : Error al iniciar la instancia ELIO31 en el nodo agripaThis command show an error, however the database is up.
    oracle@agripa:/u01/oracle/app/product/102_64/app/bin> sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.5.0 - Production on Mié Sep 26 09:32:25 2012
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    Conectado a:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    SQL> select * from v$active_instances;
    INST_NUMBER INST_NAME
              2 julia:ELIO32
              4 agripa:ELIO31
    SQL>But crs, don't show it.
    agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_stat -t
    Nombre         Tipo           Destino   Estado    Host
    ora....31.inst application    ONLINE    OFFLINE
    ora....32.inst application    ONLINE    ONLINE    julia
    ora.ELIO3.db   application    ONLINE    ONLINE    julia
    ora....PA.lsnr application    ONLINE    OFFLINE
    ora....PA.lsnr application    ONLINE    OFFLINE
    ora.agripa.gsd application    ONLINE    OFFLINE
    ora.agripa.ons application    ONLINE    OFFLINE
    ora.agripa.vip application    ONLINE    ONLINE    agripa
    ora....IA.lsnr application    ONLINE    ONLINE    julia
    ora.julia.gsd  application    ONLINE    ONLINE    julia
    ora.julia.ons  application    ONLINE    ONLINE    julia
    ora.julia.vip  application    ONLINE    ONLINE    juliaSome logs...
    oracle@agripa:/u01/oracle/app/product/102_64/app/log/agripa/racg> cat ora.ELIO3.ELIO31.inst.log
    2012-09-26 09:35:45.108: [ COMMCRS][53473856]clsc_connect: (0x40002a0a6c0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:36:15.150: [    RACG][173648] [2346][173648][ora.ELIO3.ELIO31.inst]: end for resource = ora.ELIO3.ELIO31.inst, action = rundetach, status = -1, time = 300.600s
    agripa:/u01/oracle/app/product/102_64/crs/bin # ls -ltrach /var/tmp/.oracle/
    total 512
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sagripaDBG_CSSD
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sOracle_CSS_LclLstnr_crs_3
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sOCSSD_LL_agripa_crs
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sagripaDBG_EVMD
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sCagripa_crs_evm
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 08:28 sAagripa_crs_evm
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 09:46 s#3633.2
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 09:46 s#3633.1
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 10:00 s#11308.1
    srwxrwxrwx 1 oracle oinstall   0 2012-09-24 10:03 s#11308.2
    drwxrwxrwt 8 root   root     232 2012-09-26 09:24 ..
    srwxrwxrwx 1 oracle oinstall   0 2012-09-26 09:30 sora_racg_ELIO3_agripa
    srwxrwxrwx 1 oracle oinstall   0 2012-09-26 09:35 sSYSTEM.evm.acceptor.auth
    srwxrwxrwx 1 root   root       0 2012-09-26 09:35 sagripaDBG_CRSD
    srwxrwxrwx 1 root   root       0 2012-09-26 09:40 sCRSD_UI_SOCKET
    srwxrwxrwx 1 root   root       0 2012-09-26 09:45 sora_crsqs
    srwxrwxrwx 1 root   root       0 2012-09-26 09:45 sprocr_local_conn_0_PROC
    srwxrwxrwx 1 oracle oinstall   0 2012-09-26 09:45 sOCSSD_LL_agripa_
    drwxrwxrwt 2 root   root     640 2012-09-26 09:45 .
    oracle@agripa:/u01/oracle/app/product/102_64/app/log/agripa/racg> cat imon_ELIO3.log
    2012-09-26 09:30:41.047: [    RACG][173648] [1100][173648][ora.ELIO3.ELIO31.inst]: racgimon started
    2012-09-26 09:31:06.174: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]:
    SQL*Plus: Release 10.2.0.5.0 - Production on Wed Sep 26 09:30:42 2012
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    Enter user-name: Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 8589934592 bytes
    2012-09-26 09:31:06.174: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: Fixed Size                   2109992 bytes
    Variable Size            1358958040 bytes
    Database Buffers         7214202880 bytes
    Redo Buffers               14663680 bytes
    Base de datos montada.
    Base de datos abierta.
    2012-09-26 09:31:06.174: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: SQL> Desconectado de Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    2012-09-26 09:31:06.404: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcexecut: env _USR_ORA_PFILE=/u01/oracle/app/product/102_64/crs/racg/tmp/ora.ELIO3.ELIO31.inst.ora
    2012-09-26 09:31:06.404: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcexecut: cmd = /u01/oracle/app/product/102_64/app/bin/racgeut -e _USR_ORA_DEBUG=0 -e ORACLE_SID=ELIO31 540 /u01/oracle/app/product/102_64/app/bin/racgmdb -q
    2012-09-26 09:31:06.404: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcexecut: rc = 3, time = 0.230s
    2012-09-26 09:31:07.196: [  OCRMSG][70660672]prom_rpc: CLSC send failure..ret code 11
    2012-09-26 09:31:07.196: [  OCRMSG][70660672]prom_rpc: possible OCR retry scenario
    2012-09-26 09:31:07.254: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #0
    2012-09-26 09:31:07.528: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
    2012-09-26 09:31:07.584: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #1
    2012-09-26 09:31:07.847: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
    2012-09-26 09:31:07.904: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #2
    2012-09-26 09:31:08.178: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
    2012-09-26 09:31:08.235: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #3
    2012-09-26 09:31:08.488: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
    2012-09-26 09:31:08.544: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #4
    2012-09-26 09:31:08.808: [  OCRCLI][70660672]oac_reconnect_server: Could not connect to server. clsc ret 9
    2012-09-26 09:31:08.865: [  OCRAPI][70660672]procr_open: Node Failure. Attempting retry #5
    2012-09-26 09:31:08.971: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcsetenvvar: set env var 'ORACLE_CONFIG_HOME' to be '/u01/oracle/app/product/102_64/crs/'
    2012-09-26 09:31:09.767: [    RACG][70660672] [1100][70660672][ora.ELIO3.ELIO31.inst]: clsrcqryapi: crs_qstat error
    2012-09-26 09:36:14.709: [  OCRMSG][148804160]prom_rpc: CLSC send failure..ret code 11
    2012-09-26 09:36:14.709: [  OCRMSG][148804160]prom_rpc: possible OCR retry scenario
    2012-09-26 09:36:14.768: [  OCRAPI][148804160]procr_open: Node Failure. Attempting retry #0
    agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_getperm ora.ELIO3.ELIO32.inst
    Nombre: ora.ELIO3.ELIO32.inst
    owner:oracle:rwx,pgrp:oinstall:rwx,other::r--,
    agripa:/u01/oracle/app/product/102_64/crs/bin # ./crs_getperm ora.ELIO3.ELIO31.inst
    Nombre: ora.ELIO3.ELIO31.inst
    owner:oracle:rwx,pgrp:oinstall:rwx,other::r--,I try to stop instance with srvctl but instance don't stop.
    oracle@agripa:/u01/oracle/app/product/102_64/app/bin> ./srvctl stop instance -d ELIO3 -i ELIO31
    oracle@agripa:/u01/oracle/app/product/102_64/app/bin> sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.5.0 - Production on Mié Sep 26 09:42:24 2012
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    Conectado a:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    SQL>How can I fix it?
    How can I do to srvctl works fine and crs show that database is start??
    Thanks you very much!!!

    My database in another node (julia) was started with sqlplus
    sqlplus / as sysdba
    startup open;The crsd.log appears the follow
    2012-09-24 11:36:56.798: [ CRSMAIN][174064]0CRS Daemon Started.
    2012-09-24 11:36:56.798: [ CRSMAIN][363782720]0Starting runCommandServer for (UI = 1, E2E = 0). 0
    2012-09-24 11:36:56.798: [ CRSMAIN][365879872]0Starting runCommandServer for (UI = 1, E2E = 0). 1
    2012-09-26 09:30:40.776: [  CRSRES][380703296]0startRunnable: setting CLI values
    2012-09-26 09:30:40.814: [  CRSRES][380703296]0Attempting to start `ora.ELIO3.ELIO31.inst` on member `agripa`
    2012-09-26 09:30:54.931: [ default][174064][ENTER]0
    Oracle Database 10g CRS Release 10.2.0.5.0 Production Copyright 1996, 2004, Oracle.  All rights reserved
    2012-09-26 09:30:54.931: [ default][174064]0CRS Daemon Starting
    2012-09-26 09:30:54.932: [ CRSMAIN][174064]0Checking the OCR device
    2012-09-26 09:30:54.935: [ CRSMAIN][174064]0Connecting to the CSS Daemon
    2012-09-26 09:30:55.238: [  CLSVER][174064]0Active Version from OCR:10.2.0.5.0
    2012-09-26 09:30:55.238: [  CLSVER][174064]0Active Version and Software Version are same
    2012-09-26 09:30:55.238: [ CRSMAIN][174064]0Initializing OCR
    2012-09-26 09:30:55.254: [  OCRRAW][174064]proprioo: for disk 0 (/u01/oracle/1020_64/voting1/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
    2012-09-26 09:30:55.254: [  OCRRAW][174064]proprioo: for disk 1 (/u01/oracle/1020_64/voting2/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
    2012-09-26 09:30:55.286: [    CRSD][174064]0ENV Logging level for Module: allcomp  0
    2012-09-26 09:30:55.289: [    CRSD][174064]0ENV Logging level for Module: default  0
    2012-09-26 09:30:55.292: [    CRSD][174064]0ENV Logging level for Module: COMMCRS  0
    2012-09-26 09:30:55.294: [    CRSD][174064]0ENV Logging level for Module: COMMNS  0
    2012-09-26 09:30:55.297: [    CRSD][174064]0ENV Logging level for Module: CRSUI  0
    2012-09-26 09:30:55.300: [    CRSD][174064]0ENV Logging level for Module: CRSCOMM  0
    2012-09-26 09:30:55.303: [    CRSD][174064]0ENV Logging level for Module: CRSRTI  0
    2012-09-26 09:30:55.306: [    CRSD][174064]0ENV Logging level for Module: CRSMAIN  0
    2012-09-26 09:30:55.309: [    CRSD][174064]0ENV Logging level for Module: CRSPLACE  0
    2012-09-26 09:30:55.312: [    CRSD][174064]0ENV Logging level for Module: CRSAPP  0
    2012-09-26 09:30:55.315: [    CRSD][174064]0ENV Logging level for Module: CRSRES  0
    2012-09-26 09:30:55.317: [    CRSD][174064]0ENV Logging level for Module: CRSOCR  0
    2012-09-26 09:30:55.320: [    CRSD][174064]0ENV Logging level for Module: CRSTIMER  0
    2012-09-26 09:30:55.323: [    CRSD][174064]0ENV Logging level for Module: CRSEVT  0
    2012-09-26 09:30:55.326: [    CRSD][174064]0ENV Logging level for Module: CRSD  0
    2012-09-26 09:30:55.329: [    CRSD][174064]0ENV Logging level for Module: CLUCLS  0
    2012-09-26 09:30:55.332: [    CRSD][174064]0ENV Logging level for Module: CLSVER  0
    2012-09-26 09:30:55.335: [    CRSD][174064]0ENV Logging level for Module: OCRRAW  0
    2012-09-26 09:30:55.338: [    CRSD][174064]0ENV Logging level for Module: OCROSD  0
    2012-09-26 09:30:55.341: [    CRSD][174064]0ENV Logging level for Module: CSSCLNT  0
    2012-09-26 09:30:55.343: [    CRSD][174064]0ENV Logging level for Module: OCRAPI  0
    2012-09-26 09:30:55.346: [    CRSD][174064]0ENV Logging level for Module: OCRUTL  0
    2012-09-26 09:30:55.349: [    CRSD][174064]0ENV Logging level for Module: OCRMSG  0
    2012-09-26 09:30:55.352: [    CRSD][174064]0ENV Logging level for Module: OCRCLI  0
    2012-09-26 09:30:55.355: [    CRSD][174064]0ENV Logging level for Module: OCRCAC  0
    2012-09-26 09:30:55.358: [    CRSD][174064]0ENV Logging level for Module: OCRSRV  0
    2012-09-26 09:30:55.360: [    CRSD][174064]0ENV Logging level for Module: OCRMAS  0
    2012-09-26 09:30:55.360: [ CRSMAIN][174064]0Filename is /u01/oracle/app/product/102_64/crs/crs/init/agripa.pid
    [  clsdmt][299713088]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=agripaDBG_CRSD))
    2012-09-26 09:30:55.383: [ CRSMAIN][174064]0Using Authorizer location: /u01/oracle/app/product/102_64/crs/crs/auth/
    2012-09-26 09:30:55.401: [ CRSMAIN][174064]0Initializing RTI
    2012-09-26 09:30:55.436: [CRSTIMER][316899904]0Timer Thread Starting.
    2012-09-26 09:30:55.438: [  CRSRES][174064]0Parameter SECURITY = 1, running in USER Mode
    2012-09-26 09:30:55.438: [ CRSMAIN][174064]0Initializing EVMMgr
    2012-09-26 09:30:55.526: [ CRSMAIN][174064]0CRSD locked during state recovery, please wait.
    2012-09-26 09:30:56.003: [  CRSRES][174064]0ora.agripa.vip check shows ONLINE
    2012-09-26 09:30:56.121: [ CRSMAIN][174064]0CRSD recovered, unlocked.
    2012-09-26 09:30:56.122: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:30:56.122: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:30:56.130: [ CRSMAIN][174064]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
    2012-09-26 09:30:56.133: [ CRSMAIN][174064]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=agripa-priv)(PORT=49896))
    2012-09-26 09:30:56.133: [ CRSMAIN][174064]0Starting Threads
    2012-09-26 09:30:56.134: [ CRSMAIN][174064]0CRS Daemon Started.
    2012-09-26 09:30:56.134: [ CRSMAIN][362721856]0Starting runCommandServer for (UI = 1, E2E = 0). 0
    2012-09-26 09:30:56.134: [ CRSMAIN][364819008]0Starting runCommandServer for (UI = 1, E2E = 0). 1
    2012-09-26 09:31:08.582: [ default][174064][ENTER]0
    Oracle Database 10g CRS Release 10.2.0.5.0 Production Copyright 1996, 2004, Oracle.  All rights reserved
    2012-09-26 09:31:08.582: [ default][174064]0CRS Daemon Starting
    2012-09-26 09:31:08.583: [ CRSMAIN][174064]0Checking the OCR device
    2012-09-26 09:31:08.585: [ CRSMAIN][174064]0Connecting to the CSS Daemon
    2012-09-26 09:31:08.885: [  CLSVER][174064]0Active Version from OCR:10.2.0.5.0
    2012-09-26 09:31:08.885: [  CLSVER][174064]0Active Version and Software Version are same
    2012-09-26 09:31:08.885: [ CRSMAIN][174064]0Initializing OCR
    2012-09-26 09:31:08.891: [  OCRRAW][174064]proprioo: for disk 0 (/u01/oracle/1020_64/voting1/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
    2012-09-26 09:31:08.891: [  OCRRAW][174064]proprioo: for disk 1 (/u01/oracle/1020_64/voting2/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
    2012-09-26 09:31:08.934: [    CRSD][174064]0ENV Logging level for Module: allcomp  0
    2012-09-26 09:31:08.937: [    CRSD][174064]0ENV Logging level for Module: default  0
    2012-09-26 09:31:08.940: [    CRSD][174064]0ENV Logging level for Module: COMMCRS  0
    2012-09-26 09:31:08.942: [    CRSD][174064]0ENV Logging level for Module: COMMNS  0
    2012-09-26 09:31:08.945: [    CRSD][174064]0ENV Logging level for Module: CRSUI  0
    2012-09-26 09:31:08.948: [    CRSD][174064]0ENV Logging level for Module: CRSCOMM  0
    2012-09-26 09:31:08.964: [    CRSD][174064]0ENV Logging level for Module: CRSRTI  0
    2012-09-26 09:31:08.970: [    CRSD][174064]0ENV Logging level for Module: CRSMAIN  0
    2012-09-26 09:31:08.973: [    CRSD][174064]0ENV Logging level for Module: CRSPLACE  0
    2012-09-26 09:31:08.976: [    CRSD][174064]0ENV Logging level for Module: CRSAPP  0
    2012-09-26 09:31:08.979: [    CRSD][174064]0ENV Logging level for Module: CRSRES  0
    2012-09-26 09:31:08.982: [    CRSD][174064]0ENV Logging level for Module: CRSOCR  0
    2012-09-26 09:31:08.985: [    CRSD][174064]0ENV Logging level for Module: CRSTIMER  0
    2012-09-26 09:31:08.988: [    CRSD][174064]0ENV Logging level for Module: CRSEVT  0
    2012-09-26 09:31:08.991: [    CRSD][174064]0ENV Logging level for Module: CRSD  0
    2012-09-26 09:31:08.994: [    CRSD][174064]0ENV Logging level for Module: CLUCLS  0
    2012-09-26 09:31:08.997: [    CRSD][174064]0ENV Logging level for Module: CLSVER  0
    2012-09-26 09:31:08.999: [    CRSD][174064]0ENV Logging level for Module: OCRRAW  0
    2012-09-26 09:31:09.002: [    CRSD][174064]0ENV Logging level for Module: OCROSD  0
    2012-09-26 09:31:09.005: [    CRSD][174064]0ENV Logging level for Module: CSSCLNT  0
    2012-09-26 09:31:09.008: [    CRSD][174064]0ENV Logging level for Module: OCRAPI  0
    2012-09-26 09:31:09.011: [    CRSD][174064]0ENV Logging level for Module: OCRUTL  0
    2012-09-26 09:31:09.014: [    CRSD][174064]0ENV Logging level for Module: OCRMSG  0
    2012-09-26 09:31:09.017: [    CRSD][174064]0ENV Logging level for Module: OCRCLI  0
    2012-09-26 09:31:09.020: [    CRSD][174064]0ENV Logging level for Module: OCRCAC  0
    2012-09-26 09:31:09.023: [    CRSD][174064]0ENV Logging level for Module: OCRSRV  0
    2012-09-26 09:31:09.026: [    CRSD][174064]0ENV Logging level for Module: OCRMAS  0
    2012-09-26 09:31:09.026: [ CRSMAIN][174064]0Filename is /u01/oracle/app/product/102_64/crs/crs/init/agripa.pid
    [  clsdmt][303034944]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=agripaDBG_CRSD))
    2012-09-26 09:31:09.057: [ CRSMAIN][174064]0Using Authorizer location: /u01/oracle/app/product/102_64/crs/crs/auth/
    2012-09-26 09:31:09.072: [ CRSMAIN][174064]0Initializing RTI
    2012-09-26 09:31:09.094: [CRSTIMER][319812160]0Timer Thread Starting.
    2012-09-26 09:31:09.096: [  CRSRES][174064]0Parameter SECURITY = 1, running in USER Mode
    2012-09-26 09:31:09.096: [ CRSMAIN][174064]0Initializing EVMMgr
    2012-09-26 09:31:09.198: [ CRSMAIN][174064]0CRSD locked during state recovery, please wait.
    2012-09-26 09:31:09.728: [  CRSRES][174064]0ora.agripa.vip check shows ONLINE
    2012-09-26 09:31:09.846: [ CRSMAIN][174064]0CRSD recovered, unlocked.
    2012-09-26 09:31:09.847: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:31:09.847: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:31:09.855: [ CRSMAIN][174064]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
    2012-09-26 09:31:09.858: [ CRSMAIN][174064]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=agripa-priv)(PORT=49896))
    2012-09-26 09:31:09.859: [ CRSMAIN][174064]0Starting Threads
    2012-09-26 09:31:09.859: [ CRSMAIN][174064]0CRS Daemon Started.
    2012-09-26 09:31:09.859: [ CRSMAIN][364917312]0Starting runCommandServer for (UI = 1, E2E = 0). 0
    2012-09-26 09:31:09.859: [ CRSMAIN][367014464]0Starting runCommandServer for (UI = 1, E2E = 0). 1
    2012-09-26 09:35:44.874: [ default][174064][ENTER]0
    Oracle Database 10g CRS Release 10.2.0.5.0 Production Copyright 1996, 2004, Oracle.  All rights reserved
    2012-09-26 09:35:44.874: [ default][174064]0CRS Daemon Starting
    2012-09-26 09:35:44.875: [ CRSMAIN][174064]0Checking the OCR device
    2012-09-26 09:35:44.877: [ CRSMAIN][174064]0Connecting to the CSS Daemon
    2012-09-26 09:35:45.186: [  CLSVER][174064]0Active Version from OCR:10.2.0.5.0
    2012-09-26 09:35:45.186: [  CLSVER][174064]0Active Version and Software Version are same
    2012-09-26 09:35:45.186: [ CRSMAIN][174064]0Initializing OCR
    2012-09-26 09:35:45.201: [  OCRRAW][174064]proprioo: for disk 0 (/u01/oracle/1020_64/voting1/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
    2012-09-26 09:35:45.202: [  OCRRAW][174064]proprioo: for disk 1 (/u01/oracle/1020_64/voting2/ocr), id match (1), my id set (1616921495,1352295226) total id sets (1), 1st set (1616921495,1352295226), 2nd set (0,0) my votes (1), total votes (2)
    2012-09-26 09:35:45.236: [    CRSD][174064]0ENV Logging level for Module: allcomp  0
    2012-09-26 09:35:45.242: [    CRSD][174064]0ENV Logging level for Module: default  0
    2012-09-26 09:35:45.245: [    CRSD][174064]0ENV Logging level for Module: COMMCRS  0
    2012-09-26 09:35:45.247: [    CRSD][174064]0ENV Logging level for Module: COMMNS  0
    2012-09-26 09:35:45.250: [    CRSD][174064]0ENV Logging level for Module: CRSUI  0
    2012-09-26 09:35:45.253: [    CRSD][174064]0ENV Logging level for Module: CRSCOMM  0
    2012-09-26 09:35:45.256: [    CRSD][174064]0ENV Logging level for Module: CRSRTI  0
    2012-09-26 09:35:45.259: [    CRSD][174064]0ENV Logging level for Module: CRSMAIN  0
    2012-09-26 09:35:45.262: [    CRSD][174064]0ENV Logging level for Module: CRSPLACE  0
    2012-09-26 09:35:45.265: [    CRSD][174064]0ENV Logging level for Module: CRSAPP  0
    2012-09-26 09:35:45.269: [    CRSD][174064]0ENV Logging level for Module: CRSRES  0
    2012-09-26 09:35:45.273: [    CRSD][174064]0ENV Logging level for Module: CRSOCR  0
    2012-09-26 09:35:45.276: [    CRSD][174064]0ENV Logging level for Module: CRSTIMER  0
    2012-09-26 09:35:45.279: [    CRSD][174064]0ENV Logging level for Module: CRSEVT  0
    2012-09-26 09:35:45.282: [    CRSD][174064]0ENV Logging level for Module: CRSD  0
    2012-09-26 09:35:45.285: [    CRSD][174064]0ENV Logging level for Module: CLUCLS  0
    2012-09-26 09:35:45.288: [    CRSD][174064]0ENV Logging level for Module: CLSVER  0
    2012-09-26 09:35:45.291: [    CRSD][174064]0ENV Logging level for Module: OCRRAW  0
    2012-09-26 09:35:45.293: [    CRSD][174064]0ENV Logging level for Module: OCROSD  0
    2012-09-26 09:35:45.297: [    CRSD][174064]0ENV Logging level for Module: CSSCLNT  0
    2012-09-26 09:35:45.300: [    CRSD][174064]0ENV Logging level for Module: OCRAPI  0
    2012-09-26 09:35:45.302: [    CRSD][174064]0ENV Logging level for Module: OCRUTL  0
    2012-09-26 09:35:45.305: [    CRSD][174064]0ENV Logging level for Module: OCRMSG  0
    2012-09-26 09:35:45.308: [    CRSD][174064]0ENV Logging level for Module: OCRCLI  0
    2012-09-26 09:35:45.311: [    CRSD][174064]0ENV Logging level for Module: OCRCAC  0
    2012-09-26 09:35:45.314: [    CRSD][174064]0ENV Logging level for Module: OCRSRV  0
    2012-09-26 09:35:45.318: [    CRSD][174064]0ENV Logging level for Module: OCRMAS  0
    2012-09-26 09:35:45.318: [ CRSMAIN][174064]0Filename is /u01/oracle/app/product/102_64/crs/crs/init/agripa.pid
    [  clsdmt][303034944]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=agripaDBG_CRSD))
    2012-09-26 09:35:45.341: [ CRSMAIN][174064]0Using Authorizer location: /u01/oracle/app/product/102_64/crs/crs/auth/
    2012-09-26 09:35:45.361: [ CRSMAIN][174064]0Initializing RTI
    2012-09-26 09:35:45.391: [CRSTIMER][319812160]0Timer Thread Starting.
    2012-09-26 09:35:45.393: [  CRSRES][174064]0Parameter SECURITY = 1, running in USER Mode
    2012-09-26 09:35:45.393: [ CRSMAIN][174064]0Initializing EVMMgr
    2012-09-26 09:35:45.481: [ CRSMAIN][174064]0CRSD locked during state recovery, please wait.
    2012-09-26 09:35:45.956: [  CRSRES][174064]0ora.agripa.vip check shows ONLINE
    2012-09-26 09:35:46.097: [ CRSMAIN][174064]0CRSD recovered, unlocked.
    2012-09-26 09:35:46.098: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:35:46.098: [ CRSMAIN][174064]0QS socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=ora_crsqs))
    2012-09-26 09:35:46.105: [ CRSMAIN][174064]0CRSD UI socket on: (ADDRESS=(PROTOCOL=ipc)(KEY=CRSD_UI_SOCKET))
    2012-09-26 09:35:46.109: [ CRSMAIN][174064]0E2E socket on: (ADDRESS=(PROTOCOL=tcp)(HOST=agripa-priv)(PORT=49896))
    2012-09-26 09:35:46.109: [ CRSMAIN][174064]0Starting Threads
    2012-09-26 09:35:46.109: [ CRSMAIN][174064]0CRS Daemon Started.
    2012-09-26 09:35:46.109: [ CRSMAIN][364896832]0Starting runCommandServer for (UI = 1, E2E = 0). 0
    2012-09-26 09:35:46.109: [ CRSMAIN][366993984]0Starting runCommandServer for (UI = 1, E2E = 0). 1
    2012-09-26 09:36:09.889: [  CRSRES][381674048]0CRS-1002: Resource 'ora.ELIO3.db' is already running on member 'julia'
    2012-09-26 09:47:41.288: [  CRSRES][379576896]0ora.ELIO3.ELIO31.inst target set to OFFLINE before stop action
    2012-09-26 09:47:41.288: [  CRSRES][379576896]0StopResource: setting CLI values
    2012-09-26 09:47:41.355: [  CRSRES][379576896]0Target set to OFFLINE for `ora.ELIO3.ELIO31.inst`
    2012-09-26 09:47:42.266: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.
    2012-09-26 09:47:43.278: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.
    2012-09-26 09:47:44.286: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.
    2012-09-26 09:47:45.298: [  CRSRES][379576896]0`ora.ELIO3.ELIO31.inst` is already OFFLINE.PD: Excuseme for the long text about crsd.log, but I don't know how can I attach a file.
    Thanks you very much!!.

  • Oracle connecting with one system

    Hi all,
    We have Oracle (10.2.0.1) on windows 2003.
    Oracle Server IP->192.168.4.19
    My system IP->192.168.4.108
    Now i want that only my system(192.168.4.108) is enable to connect to Oracle Server.Connection from another IP is denied.
    How can i implement this configuration?
    Please Guide
    thanks,
    Neerav

    Neerav999 wrote:
    Gk Joe could please me understand "valid node checking"Learning where to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com. Drill down to your product and version.
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library. <b>Look under the 'search' tab for 'VALID_NODE'. </b>
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are reference manuals. Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.

Maybe you are looking for

  • One Variable 2 Restricted key figures on 2 different Dimensions

    Hi all, Here is my problem: I have a cube based on SD sales items. I want to calculate 2 retricted key figures on the 0net_value retricted by a date. The first key would be restricted by the installation date, and the second one by the cancellation d

  • How do I stream video from my macbook pro onto my tv? Will an HDMI cable work?

    I'm trying to get hulu to play on my television but I'm confused about what I need to hook my macbook pro up to my television. My television has a spot for an HDMI cable but I don't know what the macbook requires to make this happen. Googling it just

  • "Catalog" plug in for acrobat for mac?

    Where do I find this plugin for Acrobat 9.5.3 for mac?  allows me to catalog and search all my pdfs.  peter

  • How to get real html files with forms 6i

    I know this may be a repeat question, but this is our context : We are deploying a heavy Forms6i app to the web. Everything is ok. We're able to run the forms in the MS Internet Explorer 5 native java window, without having to download first Jinitiat

  • Installing a Plug-in

    I have my plug in file in the correct folder C:\Program Files\Adobe\Adobe Premiere Pro CS5\Plug-ins\Common with all of the other plugins, but it wont show up in premiere.  What am I doing wrong?