Urgent: -ORA-609- TNS 12537

Hi All ,
I am getting followings error in alert log.
Fatal NI connect error 12537, connecting to:
(LOCAL=NO)
nt main err code: 0
VERSION INFORMATION:
     TNS for Solaris: Version 11.1.0.7.0 - Production
     Oracle Bequeath NT Protocol Adapter for Solaris: Version 11.1.0.7.0 - Production
     TCP/IP NT Protocol Adapter for Solaris: Version 11.1.0.7.0 - Production
Mon Aug 08 00:01:00 2011
nt secondary err code: 0
Time: 08-AUG-2011 00:01:00
nt OS err code: 0
Tracing not turned on.
ORA-609 : opiodr aborting process unknown ospid (5496_1)
Tns error struct:
ns main err code: 12537
TNS-12537: TNS:connection closed
ns secondary err code: 12560
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
Mon Aug 08 00:01:08 2011
ORA-609 : opiodr aborting process unknown ospid (5541_1)
Mon Aug 08 00:01:24 2011

Hi,
id 609.1 in support say to add
Sqlnet.ora: SQLNET.INBOUND_CONNECT_TIMEOUT=120
Listener.ora: INBOUND_CONNECT_TIMEOUT_listener_name=120
However, I am not using any Sqlnet.ora
Does these error are related to GRID Control ?
because I am using separate server for grid control and trying to add production server to grid.
Also can anyone help me how to add host (prod server) to grid control (grid server)
Thanks

Similar Messages

  • Urgent:ORA-12514: TNS:listener does not currently know of service requested

    Database server LinuxAS4 10g
    oracle client in windows XP
    getting error
    lister.ora
    # listener.ora Network Configuration File: /home/oracle/product/network/ad
    stener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/product)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.9.19)(PORT = 1521))
    tnsnames.ora
    ORCL=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.9.19)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORCL)
    sqlnet.ora
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    SQLNET.AUTHENTICATION_SERVICES= (none)
    tnsping orcl is working fine
    C:\Documents and Settings\Administrator>tnsping orcl
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 21-JUN-2
    006 11:17:31
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    E:\Oracle\product\10.1.0\Client_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    9.19)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL)))
    OK (0 msec)
    from the client
    c:> set oracle_sid=orcl
    C:>sqlplus scott/tiger@orcl
    C:\Documents and Settings\Administrator>cd c:\
    C:\>sqlplus scott/tiger@orcl
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Jun 21 11:21:30 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

    [oracle@localhost admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 21-JUN-2006 11:52:20
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /home/oracle/product/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /home/oracle/product/network/admin/listener.ora
    Log messages written to /home/oracle/product/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.19)(PORT=1521
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 21-JUN-2006 11:52:20
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/oracle/product/network/admin/listener.ora
    Listener Log File /home/oracle/product/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.19)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    still getting eror

  • URGENT ::  ORA-12154: TNS:could not resolve service name

    Hi All,
    I am connecting to the db using oracle thin driver in java. I am invoking a SOAP call and after getting the response, i am inserting the response(gen. a pdf file) into my DB. I am using a static connection. I have to insert 130 pdf's in DB. After processing 120 pdf's, the following error has occurred,
    ERROR DBUtil - ORA-12154: TNS:could not resolve service name
    java.lang.NullPointerException
         at com.elsevier.cds.ew.DBUtil.insertPDF(Compiled Code)
         at com.elsevier.cds.ew.GenerateSoapRequest.generateSOAPCall(Compiled Code)
         at com.elsevier.cds.ew.EOffprintLoad.processPDFFiles1(Compiled Code)
         at com.elsevier.cds.ew.EOffprintLoad.init1(Compiled Code)
         at com.elsevier.cds.ew.EOffprintLoad.<init>(EOffprintLoad.java:138)
         at com.elsevier.cds.ew.EOffprintLoad.main(EOffprintLoad.java:987)
    ERROR GenerateSoapRequest -
    ERROR DBUtil - ORA-12154: TNS:could not resolve service name.
    The checked the oracle listener status. It was UP.
    Can anyone help me in this issue.
    Thanks,
    Rag

    Hello,
    Make sure that the service which you have specified in jdbc for making connection with oracle, exists in TNSNAMES.ORA file. You will find this file at different locations in 8i and above. So, better search for it. And add you service name in it. Example services is given in this file itself. So, take help from them.

  • URGENT:  ORA-12154: TNS:could not resolve the connect identifier specified

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    1). I have TNS entries under MW_HOME/OracleBI/network/admin
    2). TNSPING works fine.
    3). JDBC source set up on WLS side..
    what else do I need to do?

    Show the full exception stack trace. This doesn't seem to relate to WebLogic. Does the WebLogic console
    show the DataSource as running? Are you in fact using the WebLogic DataSource?

  • Urgent - ORA 12571 tns: PACKET WRITER FALIURE  - Windows XP

    Hi,
    Can anyone help me ?? I have installed Oracle 8i under Windows XP and I am getting the above error. While connecting thru JDeveloper It is giving Network Adapter error.
    Reply Appriciable.
    Thanks in Advance.
    Rajiv

    How did you uninstall Oracle? You cannot use the Oracle Installer to remove Oracle. To completely remove Oracle from a Windows system you must edit the registry and several other steps. If you need these procedures, send me an e-mail: [email protected]

  • TNS-12537: TNS:connection closed & ORA-609

    hello all,
    did any body see this error and solved it ?
    TNS-12537: TNS:connection closed
    ns secondary err code: 12560
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    opiodr aborting process unknown ospid (19995) as a result of ORA-609
    if yes could you please explain to me how to fix it ?
    note :
    database Version 11.2.0.2.0
    Sun Solaris
    Edited by: 869111 on 24/02/2013 12:18 م
    Edited by: 869111 on 24/02/2013 12:27 م

    Check the following parameters in sqlnet.ora file:
    tcp.invited_nodes
    tcp.excluded_nodes

  • TNS-12535: TNS:operation timed out with ORA-609

    Hi All,
    In 11gR2 Database on Linux ,I am getting the below error for one client only -
    This is a c++ application which is accessing database from different linux machines with Oracle Client installed on each machine(OCI).
    C++ application is working fine from all linux machines except the one which in mentioned in the below alert log error.
    But from this client I can connect to the database using sql*client -
    The Error is
    ====================================
    Fatal NI connect error 12170.
       VERSION INFORMATION:
             TNS for Linux: Version 11.2.0.3.0 - Production
             Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
             TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
       Time: 07-AUG-2013 18:19:51
       Tracing not turned on.
       Tns error struct:
         ns main err code: 12535
    TNS-12535: TNS:operation timed out
         ns secondary err code: 12606
         nt main err code: 0
         nt secondary err code: 0
         nt OS err code: 0
       Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=xx.xx.xxx.55)(PORT=57181))
    Wed Aug 07 18:22:02 2013
    piodr aborting process unknown ospid (29122) as a result of ORA-609
    Port Number in client address is keep changing.
    ====================================
    C++ application captures below error messages on client -
    Error - ORA-03135: connection lost con
    Error - ORA-12636: Packet send failed
    =======================================
    I have tried to increase the
    SQLNET.INBOUND_CONNECT_TIMEOUT and
    Listener.ora: INBOUND_CONNECT_TIMEOUT_listener_name
    But it is not working.
    I have also tried the steps mentioned in the document id  Doc ID 119706.1 and Doc ID 1116960.1 but no luck.
    Please suggest any other things that I can check.
    Thanks,
    Abhijit

    please, refer to:
    https://forums.oracle.com/thread/2434970

  • ORA-12571 TNS PACKET WRITER FAILURE --urgent help required

    I'm facing ORA-12571 TNS PACKET WRITER FAILURE error
    Platform is windows 2000/ tomcat / appache server / oracle 8.1.7
    This is not frequently happening. When the load increases, I'm facing this error? What type of parameters should I concentrate.
    DB is running on MTS.
    It is urgent.
    Could anyone throw some light on it?

    This question probably best belongs on the General database forum.

  • Urgent!!!  ERROR: ORA-12560  TNS: protocol adapter error

    Recently we tried to install a new product with a new dataabse instance. Since doing this SQLPLUS replies with:
    ERROR: ORA-12560
    TNS: protocol adapter error
    I have looked at my tnsnames.ora and listener.ora and everything looks fine. I am hoping someone here can shed some light on this for me... Is it possible something got corrupted?
    Here is my file settings...
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLE9I.GESDev =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = GESDev)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = oracle9i)
    EXTPROC_CONNECTION_DATA.GESDev =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    INST1_HTTP.127.0.0.1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = GESDev)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    # LISTENER.ORA Network Configuration File: C:\oracle\ora92\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = GESDev)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = oracle9i)
    (ORACLE_HOME = C:\oracle\ora92)
    (SID_NAME = intellikit)
    # SQLNET.ORA Network Configuration File: C:\oracle\ora92\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DEFAULT_DOMAIN = GESDev
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)

    C:\>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 17-AUG-2006 09:30:50
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=GESDev)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "intellikitXDB" has 1 instance(s).
    Instance "intellikit", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: GESDEV, pid: 316>
    (ADDRESS=(PROTOCOL=tcp)(HOST=GESDev.gesldap.4point.com)(PORT=1038))
    Service "oracle9i" has 2 instance(s).
    Instance "intellikit", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "intellikit", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    C:\>

  • ORA-12560  TNS protocol adapter error--URGENT HELP!

    To Experts:
    I tried to log in the SQL by using the username: system, manager for password. however, it gave me the message:
    ORA-12560 TNS protocol adapter error.
    I am using Oracle 9i and Developer 6 in Wins XP environment.
    Thank you much!

    Yes,Thank you very much.I am ok to invoke these commands.
    the listener started already.The listener name is just LISTENER.But i still can't login sql plus.Help me on.
    hi,Mr sb92075
    Do you use what kind of messenger?If we can communicate on messenger,it will facilitate solving my problem I think.I don't mean to disrespect you but I just want to overcome the problem very quickly.
    with best regards,
    Ian Su
    Can I know very clearly?
    what are the things(eg dbname,username,protocol I don't know exactly just guessing)needed to connect to the database?
    I already installed oracle developer suite 10 and oracle 10g xe database server.
    I can't login to sqlplus and what are the things i need to check to get connected to the database from sqlplus?
    I appreciate your help and need somebody help.
    Edited by: Ian Su on Jun 18, 2011 11:21 PM
    Edited by: Ian Su on Jun 18, 2011 11:29 PM

  • Error: ORA-12560 TNS : Protocol Error help need urgently

    HI
    i m working on win 2k adv server
    i installed orcale 8i
    and then i started sql plus
    and entered us id and pass : scott / tiger
    and also tried :system / manager
    but i m having this error
    plz tellme how can i solve it
    Error: ORA-12560 TNS : Protocol Error
    plz do it soon
    Nurali
    03002199037

    You're attempting to go across SQL*Net. I'm a unix guy so I can't help very much except to point this out.
    On Unix I'd either undefine the TWO_TASK environmental variable. Probably a reg entry on 2k.
    Or configure Sql*Net.
    Ken

  • Urgent help please : ORA-12535: TNS:operation timed out

    Hi,
    We have 3 jobs scheduled at 6am accesing the same procedure.
    2 jobs are succesful when one job is failing with this error always for more than 3 weeks at same time
    ORA-12535: TNS:operation timed out
    The same job is executed fine at the other times.
    Can this be a failure due to a job conflict.
    2 jobs which pass are purging.
    The job which is failing is a select statement
    Please help us

    there is no sqlnet.log in the server the error came
    But there is sqlnet.ora from the other opponent server where
    Fatal NI connect error 12535, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=equinox-ia.nat.bt.com)(Port=1541))(CONNECT_DATA=(SID=iap)(CID=(PROGRAM=oracle)(HOST=dygkr01)(USER=webman))))
    VERSION INFORMATION:
         TNS for HPUX: Version 9.2.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
         TCP/IP NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
    Time: 28-JAN-2009 15:29:30
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 238
    nt OS err code: 0
    Fatal NI connect error 12535, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=equinox-ia.nat.bt.com)(Port=1541))(CONNECT_DATA=(SID=iap)(CID=(PROGRAM=oracle)(HOST=dygkr01)(USER=webman))))
    VERSION INFORMATION:
         TNS for HPUX: Version 9.2.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
         TCP/IP NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
    Time: 28-JAN-2009 15:30:46
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 238
    nt OS err code: 0
    nt secondary err code: 238
    nt OS err code: 0
    nt secondary err code: 238
    nt OS err code: 0
    nt secondary err code: 238
    nt OS err code: 0
    DBTIDY will cleanup log in 1 days from 28/01/09
    Fatal NI connect error 12535, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=equinox-ia.nat.bt.com)(Port=1541))(CONNECT_DATA=(SID=iap)(CID=(PROGRAM=oracle)(HOST=dygkr01)(USER=webman))))
    VERSION INFORMATION:
         TNS for HPUX: Version 9.2.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
         TCP/IP NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
    Time: 29-JAN-2009 09:05:39
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 238
    nt OS err code: 0
    Fatal NI connect error 12535, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=equinox-ia.nat.bt.com)(Port=1541))(CONNECT_DATA=(SID=iap)(CID=(PROGRAM=oracle)(HOST=dygkr01)(USER=webman))))
    VERSION INFORMATION:
         TNS for HPUX: Version 9.2.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
         TCP/IP NT Protocol Adapter for HPUX: Version 9.2.0.7.0 - Production
    Time: 29-JAN-2009 09:06:55
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 238
    nt OS err code: 0

  • ORA-12547 TNS:lost contact......Help need VERY VERY URGENTLY

    Hi
    We are using Oracle 8.1.6 under HP Unix 11i.
    When we execute the svrmgr command in HP-UX, it give us the followings error.
    $SVRMGR
    Oracle Server Manager Release 3.1.6.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12547: TNS:lost contact
    SVRMGR>
    If anyone knows how to solve it, please help us . Now we are not able to start and shutdown the database.
    regards
    Santhosh

    Santhosh,
    Is this a new install on this server or has it been working and only now having this issue? I had this same problem on HPUX 11 if the ORACLE_SID wasn't exported in the environment before starting svrmgrl. What happens when you try to connect? Did you try using sqlplus and connecting as sysdba?
    Regards.
    Robert.
    Hi
    We are using Oracle 8.1.6 under HP Unix 11i.
    When we execute the svrmgr command in HP-UX, it give us the followings error.
    $SVRMGR
    Oracle Server Manager Release 3.1.6.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12547: TNS:lost contact
    SVRMGR>
    If anyone knows how to solve it, please help us . Now we are not able to start and shutdown the database.
    regards
    Santhosh

  • ORA-12560-TNS PROTOCOL ERROR

    SIR,
    i hadbeen installed oracle aplication server.but i m not connecting to database.when i use the sql*plus.i use the user name-scott &password-tiger.i got an error ORA-12560=TNS PROTOCOL ERROR.
    I M NOT ABLE TO RECTIFY ITS PROBLEM,how can i create host string in oracle application server 10g.please send reply its very urgent.
    thanx ranjeet

    Although this question is completely off topic of the Personalization you can learn how to configure the SQL*Net connect from the manual by reading the topic "Configure the Client to Use a Net Service Name" found at the following link:
    http://download-west.oracle.com/docs/cd/A91202_01/901_doc/network.901/a90154/gettings.htm#483215

  • Gives  ORA-12560: TNS: protocol adapter error when installing oracle 10g

    I tried to install oracle 10g r2 in server 2008. but it gives ORA-12560: TNS: protocol adapter error when installing. how I can fix this issue??? please help me ASAP. because its urgent.
    thanks in advance.
    chamara

    Welcome to the forums !
    Pl indicate which version of 10g you are installing and on which version of Win 2008. Neither 10gR1 nor 10gR2 are certified to be installed on Win 2008 R1, AFAIK.
    For 10gR2, only 10.2.0.5 is certified for Win 2008 R2 - see MOS Doc 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    Also see MOS Doc 740926.1 (Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1?).
    Both 10gR1 and 10gR2 are now in extended support - is there a reason you are not using 11gR2 ?
    HTH
    Srini

Maybe you are looking for

  • Using airplay with multiple devices and different apple IDs

    I have Apple TV, iPod touch and iPad utilizing 2 different apple IDs. I can't seem to get airplay working on both devices. Help appreciated

  • Upgrade from iPhoto or Aperture 2 library?

    I have Aperture 2 installed alongside iPhoto. The libraries are nearly identical with some recent shots since yearend in iPhoto but not yet transferred to Aperture 2, but they easily could be. I have purchased Aperture 3, and I am wondering am I bett

  • OGG media player for 6288

    Hello i am looking for a media player for my 6288 which supports .ogg files. anybody have any ideas? thanks Joe

  • Changing Portlet header text dynamically

    I trying to change the Portlet header text depending on the value of a selected page parameter. e.g. I selected the FTSE 100 stocks link on a page and I want the portlet to display the list of stocks and the banner to say "FTSE 100" similarly if I pi

  • Preloader causes trouble in other scene

    Hello.. I have a flash file with 2 scene.. 1 scene - loader 2 scene - main When i test the scene "main" (deleted the scene "loader" from my file) it works perfectly with the animations i have given it. But when I add the scene "loader", the "main" sc