Ora 10g client compatibility

Accessing Oracle 8.1.7.3 databases with a 10.1. Client produces an ORA-03134 error - access to a server version not supported any more.
Where can I find which versions are supported - the documentation that comes with the client says nothing about it.
Michael

This compatibility matrix:
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=207303.1
"#2 - An ORA-3134 error is incorrectly reported if a 10g client tries to connect to an 8.1.7.3 or lower server. See Note:3437884.8 . "
Yes, we're still migrating things from 8i - I know it's 2010, but we weren't in any hurry...

Similar Messages

  • Connecting to Oracle XE via regular 10g client - ORA-12514

    I have had the 10g client installled on my computer for a while, for developing against our company Oracle databases. I have now installed the XE database locally on my computer so I can do some local development - according to the information I've been able to find the two should live side-by-side without problem.
    I can still connect to our company databases just fine, but I can't get a connection to the local XE database at all.
    I've added this line to tnsnames.ora:
    XE = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(CONNECT_DATA = (SERVICE_NAME = XE)))
    The error I'm getting connecting is:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Thanks for any help!

    Hi,
    I did mean duplicates even between different tnsnames.ora files.
    As I understand, if you XE works, you should not need do anything for that tnsnames.ora.
    Just find how entry should be for client.
    BTW, what tool you will use for XE? Do you need client?
    E.g. if you use SQL Developer, you do not need client or set anything to tnsnames.ora
    Regards,
    Jari
    Edited by: jarola on Jan 18, 2011 2:30 PM
    BTW, it might good to search Instant Client forums if you find help there.
    If you do not find answer, then it might good idea post question there.
    At least for me this is more client question than XE.
    Instant Client
    But as I understand it should not be any problem use 10g client for XE.
    I just have never done that =)

  • Best Practice to configure tnsnames.ora on client of MAA environment in 10g

    Hi,
    I have a MAA environment, 1 RAC Primary of 2 nodes and 1 RAC standby of 2 nodes too. I want to configure the tnsnames.ora on clients (we have many clients on each PC) and I need to configure the tnsnames.
    I have read some papers but the information is not clear regarding to configure the tnsnames on clients. I just want to have only one entrie on tnsnames that I can use on clients to connect to RAC Primary and/or Standby depending on what site is primary in that moment, I was thinking in something like this:
    SALES.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = site1a)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = site1b)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = site2a)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = site2b)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = sales.world)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 5)
    Where site1 is RAC Primary now, and site2 is standby. But in case of switchover, I want that clients recognize automatically to which site connect.
    I was thinking to stop listeners on site that is not primary on that moment.
    The question is if this is the best practice on this scenario?.
    Thanks for your advice.
    Luis

    Hi Louis,
    you need to setup a service with clusterware. On both sides: primary and standby.
    On primary you start them. On standby the services are also configured but stopped.
    In case of switchover or failover, data guard will notice clusterware to bring them up.
    You need to use this service name in your clients tnsnames.
    Another issue are TCP timeouts, to protect against them you use
    outbount_connect_timeout in your sqlnet.ora
    Also have a look at
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10gR2_SwitchoverFailoverBestPractices.pdf
    HTH Mathias

  • Windows 7 64 bit, Access 2010 32 bit, Oracle 10G client 32 bit, Oracle database 10.2.0.4 64 bit

    I am trying to connect to an Oracle 10.2.0.4 database from Windows 7 OS - 64 bit using
    Access 2010 32 bit and Oracle 32 bit client version 10.2.0.1 installed on PC.
    My user requires a 64 bit Windows 7 OS for other needs.
    Oracle ODBC driver is 32 bit from Oracle 32 bit client.
    In Windows 7 OS 64 bit, ODBC DSN setup software is located in:
    C:\Windows\system32\odbcad32.exe for 64 bit drivers - all DSN types setup and
    C:\Windows\syswow64\odbcad32.exe for 32 bit drivers - USER DSN setup
    When I run the ODBC Data Source Administrator, I see the Version number is 6.1.7601.17632
    I setup a User DSN using the 32 bit odbcad32.exe with a 32 bit ODBC driver.
    Our Oracle TNSnames.ora file has our standard entries which have worked for years
    (Windows 7 OS 32 bit and everything 32 bit has connected for years too)
    So when I configure an ODBC User DSN and leave all the default settings and press the TEST Connection button, it says it works.
    But when I open the existng Access 2010 database (which does connect to Oracle in a Windows 7 32 bit PC environment),
    1. I go to Access External Data ribbon tab / Link to the Data Source by creating a linked table / press OK
    2. I select the Machine Data source = to the USER DSN name / press OK
    3. The Oracle ODBC Driver Connect Window opens with Service Name = USER DSN and User Name and it wants a Password
    4. I enter the correct password and I get the following error message:
    ODBC call failed
    [Oracle][ODBC]{Ora]ORA-12154: TNS: could not resolve the connect identifier specified
    (#12154) [Microsoft][ODBC Driver manager] Driver's SQLSetConnectAttr failed IM006 0
             [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed (#0)
    I have tried a quite a number of fixes:
    I have gone into the PC registry and cleaned out most or all off the Oracle client keys and
    reinstalled the Oracle 32 bit 10g client. It didn't fix the error.
    I read about the Oracle instantclient-basic-win32-10.2.0.4.zip with ODBC modules but I have Windows 7 64 bit.
    Anyone experienced a problem like this and have a fix?

    Thank you for your reply.
    I did not get to try it because after I entered my question, I did a lot more internet Googling.
    I found this small comment:
    “There's a known issue where you get a 12154 error message running 32 bit software on a 64 bit OS using client 10201, and
    It should be resolved by patching the client to 10204, which you do by applying the 10204 database patch to it.”
    I searched around for the 10.2.0.4 patch for 10.2.0.1 Oracle 32 bit client.
    When I contacted my Oracle DBA to ask if he had that patch, he said that I should try the 11g 32 bit client on the Win 7 64 bit PC.
    We have a 10.2.0.4 Oracle database but he said the 11g client should work fine.
    I tried it and it solved the problem!
    With so many settings, configurations and permissions involved in ODBC, I am inclined to think that I missed a setting but
    it was a bug in the 32 bit client 10.2.0.1.
    Solved.

  • Error to connect oracle 10g client and designer BO 4.0

    hello,
    I try to connect oracle 10g client and designer BO 4.0.
    I created an ODBC connection to function in the administration tools of data sources but I can not connect once in designer.
    I tried using the driver directly oracle designer 10 but I have the same error that is this:
    DBD: ORA-12154: TNS: connection identifier specified could not be resolved
    someone there had the same concerns?
    cordially

    Hi,
    so it looks like that your TNSNAMES.ORA file isn`t properly configured. Thats why you can connect with the IDT to your Oracle Database.
    Your DBA`s should sent you the correct TNSNAMES.ORA file or the entry for your DB prior. After the tnsping works, you will be able to use the IDT properly.
    Regards
    -Seb.

  • Oracle 10g Client and ODAC Side-By-Side

    Hi there, I was unable to find an answer to my query by using search, but apologies if this is a double-post.
    I'm having some issues with a ASP.NET application running on a Windows XP Pro machine. The machine has Oracle 10g client installed (oraClient10g_home1), and also ODAC (ODACHome2).
    The part of my web application that accesses our Oracle DB (10g), always gets a ORA-12154 error when it tries to connect, but SQL*Plus and tnsping for this TNS both work on the machine.
    When I use tnsping from the command line it looks like its using parameter files from the ODAC home, rather than the 10g client home.
    On my development machine (where ODAC is not installed), the application works fine.
    Does anyone have any idea if there are any issues having both of these clients installed?
    Or otherwise where my problem could be?
    Thanks very much in advance,
    James Simm

    Thanks for the link, however it hasn't solved my issues:
    The version of ODP.Net installed is 10.2.0.2.20, and the Oracle Client is 10.2, so according to that link it should be able to automatically switch between Oracle Homes.
    The application I'm troubleshooting doesn't actually use ODP.Net, it uses System.Data.OracleClient, but ODP.Net is required for another application.
    I'm extremely stuck, as I cannot understand why I'm getting ORA-12154 when every other Oracle application on the machine can access it.
    Please let me know if there are any other things I can try, or if you need any information from me?
    Thanks in advance,
    James Simm

  • (again) oracle 10g client and oracle 10g express in one computer

    hi again, sorry if this question looks like a double post to you.
    Well this is quite embarassing yet still make some headache for me. I have my office PC installed with Oracle 10g client using admin component option, for connecting some application with database on remote server. Now, after I have developed some basic map using Oracle 10g Express on my home PC, I want to test it in my office network. But everytime I tried to install Oracle Express, it web interface will working normally while all other aplication can no longer connected with remote server from the client. If I remove Oracle Express, all client connection will working again as if nothing happened. I already created Microsoft LoopBack connection using IP 10.10.10.10, edit TNSNAMES.ORA, etc that could possibly helpful but nothing fixed. Strangely, if I install Oracle 10g Database version, all connection to remote server working again, and map application also working. But this kind of installation takes up all my PC resources (grrrr!). Any more suggestion?
    best regards
    net2surfin

    I'm sorry if the information not accurate, but the client connection made by application which try to connect is simply "not resolved" and show no error code/number at all. I'll try to connect from sqlplus though, maybe the error number will be known from this way.
    About 10.10.10.10 tcp loopback, I got this work around from here: http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    in the Ora Database Preinstallation requirement, where it states like this:
    +16.In the Properties dialog box, click Use the following IP address and do the following:+
    a.IP Address: Enter a non-routable IP for the loopback adapter. Oracle recommends the following non-routable addresses:
    +■192.168.x.x (x is any value between 0 and 255)+
    +■10.10.10.10+ <---- this is the value suggested that I've been used in my home PC
    b.Subnet mask: Enter 255.255.255.0.
    c.Record the values you entered, which you will need later in this procedure.
    d.Leave all other fields empty.
    e.Click OK.
    I'll try to remove the loopback later and see the ORA environment, to see the result. In the mean time, all suggestions is highly appreciated.
    thank you n best regards
    net2surfin

  • Oracle 10g client not connecting to Oracle 8i server

    I have oracle 8i server already installed. I downloaded Oracle 10g client recently. I installed it on one machine and trying to connect to 8i server. I used TNSnames.ora which was already present on the machine. After entering the username, password and service name in SQL plus, I got a error saying server version not suported. Does 10g client not support 8i server or am I doing something wrong ?

    There is an 8.1.7.4 patchset for Windows.
    If you take a look at the Instant Client forum, there are some discussions on this where one of the Oracle product managers (Mr. Jue) has chimed in. At present, only connections to 8.1.7.4 and higher are supported. It is expected that the first 10g patchset will fix this bug and allow connections to 8.1.7.0 and above databases.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Timeout on 10g Client to 9i Database

    Hi
    installed a 10g client on winXP and trying to connect to a 9i database, im always getting
    ORA-12170 TNS: Connect Timeout Occured
    When i directly connect using the enterprise manager of the Server all is well. And the timeout happens even if i put non existing user names which means its not authenticating me. I tried putting the following parameters
    listener.ora (Server Side)
    CONNECT_TIMEOUT_LISTENER = 100
    sqlnet.ora (Client Side)
    SQLNET.RECV_TIMEOUT = 30
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    TRACE_LEVEL_CLIENT = ADMIN
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    TRACE_LEVEL_SERVER = ADMIN
    TRACE_DIRECTORY_CLIENT = D:\Oracle\Trace
    TRACE_FILE_CLIENT = traceclient
    LOG_FILE_CLIENT = ORANETLOG.TXT
    TRACE_DIRECTORY_SERVER = D:\Oracle\Trace
    TRACE_FILE_SERVER = traceserver
    LOG_DIRECTORY_CLIENT = D:\Oracle\Trace
    LOG_DIRECTORY_SERVER = D:\Oracle\Trace
    SQLNET.EXPIRE_TIME = 30
    SQLNET.SEND_TIMEOUT = 30
    SQLNET.INBOUND_CONNECT_TIMEOUT = 30
    Below is the log file Client side
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.1.0.2.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.1.0.2.0 - Production
    Time: 08-FEB-2005 10:44:20
    Tracing to file: D:\Oracle\Trace\traceclient_1840_1.trc
    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: 60
    nt OS err code: 0
    Client address: <unknown>
    Thanks in advance

    Thanks for your reply, i checked the said parameters all seems welli think
    OEMREP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pt-ron)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OEMREP)
    PTORA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pt-ron)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ptora.platform.com.ph)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pt-ron)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)

  • WIS 10901 / Linux / BO XI3.1/ Oracle 10g client

    I have been installed a server with Linux 4.8 with Bo XI 3.1, Oracle 10g client. When i refresh a report of WebIntelligence on Infoview i recibed the error:
    (CS) Unable to bind to configuration object (WIS 10901)
    (CS) DBDriver failed to load /bo/bobje/enterprise120/linux_x86/dataAccess/RDBMS/connectionServer/libdbd_oci11.so (libclntsh.so.11.1: cannot open shared object file: No such file to directory) (WIS 10901)
    Someone can help me with this issue.
    Thanks.

    I ended up reinstalling the Oracle client and even included an extra component (oracle.javavm.client:11.1.0.6.0 - Oracle Java Client), but the error did not go away.  I made sure I had a valid TNSNAMES.ORA entry and still it did not work.  I checked another server that was working (disabled all but one in CMC to prove it worked) and I found no differences, bother servers reported the following for the /lib32 file:
    $ file libclntsh.so.11.1
    libclntsh.so.11.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
    So then it occurred to me that I had installed my last server a little differently from the others and that perhaps I had installed Oracle last and not first.  I still and not sure, but I just logged into the server and did a "stopservers" and "startservers" and guess what, no more error.  I will be watching this, if it throws another error I will post back here, but it seems to me that the old trick or restarting when all else checks out is still a very good solution.
    It occurs to me now that when I had originally started the SI Agent on the problem server that I had not done so with "LD_LIBRARY_PATH" set.  I probably did a "su boappaccount" and my system does not pass that variable through to the new session, I should have done "su - boappaccount" or even "export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH" would have worked.  I am not 100% certain this was my problem.  So if Oracle is installed, your lib32 files are good, TNSNAMES is good, then I would make sure that the session that originated the current BO SIA instance did so with the "LD_LIBRARY_PATH" enabled.

  • Installing 10g client on windows7 64 bit. ( 11g r2 already installed)

    I am a fiscal auditor auditing data on databases with hundreds of millions rows. So not a professional database expert.
    I have Oracle 11.2.0.1.0 installed on Windows 7 64 bit ultimate
    I want to import data from warehouse which has Oracle 10.2.0.4.0 installed.
    When I try to import
    impdp usr/pass@WAREHOUSE TABLES=TABLE DIRECTORY=DATA_PUMP_DIR NETWORK_LINK=D_W VERSION=10.2
    It gives :
    UDI-00018: Data Pump client is incompatible with database version 10.2.0.4.0
    To overcome version incompatibility, I think I need to install 10g client on my computer.
    But I already have 11gr2 database installed, so I wanted to learn about potential problems.
    Especially about having two Oracle Homes, tnsnames.ora files, which 10g client version, etc..
    Step by step explanation is highly appreciated.
    Thanks.

    orafad wrote:
    Are you connected to the target or source database with impdp? Db link for source db to be used in NETWORK_LINK argument, in which database does it exist?
    Again, show impdp command session (copy-paste)
    orafad thanks, I understand my mistake but I encountered a new one.
    I was using source username/pass for impdp, it was wrong I should use target username.
    Here is the result now:
    SQLPlus: Release 11.2.0.1.0 Production on Pzt Ara 26 13:52:58 2011*
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: target_usr
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *> $*
    *Microsoft Windows [Sürüm 6.1.7600]*
    Telif Hakkı (c) 2009 Microsoft Corporation. Tüm hakları saklıdır.
    D:\app\direct\product\11.2.0\dbhome_1\BIN>impdp target_usr/target_pass network_link=ambar
    Import: Release 11.2.0.1.0 - Production on Pzt Ara 26 13:53:23 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-31631: privileges are required
    ORA-39149: cannot link privileged user to non-privileged user
    Source schema has the exp_full_database privilege, so I don't understand why this happens.
    select privilege from user_sys_privs minus select privilege from user_sys_privs@ambar;
         PRIVILEGE
    1     ALTER TABLESPACE
    2     CREATE TABLESPACE
    3     DROP TABLESPACE
    select privilege from user_sys_privs@ambar minus select privilege from user_sys_privs;
         PRIVILEGE
    1     CREATE ANY VIEW
    2     ENQUEUE ANY QUEUE
    3     EXECUTE ANY CLASS
    4     EXECUTE ANY EVALUATION CONTEXT
    5     EXECUTE ANY INDEXTYPE
    6     EXECUTE ANY LIBRARY
    7     EXECUTE ANY OPERATOR
    8     EXECUTE ANY PROCEDURE
    9     EXECUTE ANY PROGRAM
    10     EXECUTE ANY RULE
    11     EXECUTE ANY RULE SET
    12     EXECUTE ANY TYPE
    13     EXEMPT ACCESS POLICY
    14     EXEMPT IDENTITY POLICY
    15     EXPORT FULL DATABASE
    16     FLASHBACK ANY TABLE
    17     FORCE ANY TRANSACTION
    18     FORCE TRANSACTION
    19     SELECT ANY TABLE
    select granted_role from user_role_privs minus select granted_role from user_role_privs@ambar;
         GRANTED_ROLE
    1     IMP_FULL_DATABASE

  • Oracle 10g client connect to oracle 11g server

    Hi All,
    In my system, i have installed oracle 11g server(11.1.0.6.0). while i try to connect to this server by 10g client in my friends system,which is in the same network,it is showing
    ORA-12545: Connect failed because target host or object does not exist,
    then i tried with other system (using oracle10g client), its showing
    ORA-12154: TNS:could not resolve the connect identifier specified
    then i tried with one another system (using oracle 9i client) -- its is connected.
    what may be the problem. not connecting using oracle 10g client. and also different error.

    user12479258 wrote:
    Hi,
    The client version is 10.2.0.1
    this version may not be connect to oracle 11g?
    If so then which are the client version will connect to oracle11g server(11.1.0.6.0).A 10.2 client will connect to an 11.x database, but the sqlnet.ora and tnsnames.ora files must be configured correctly. The errors you reported are not uncommon and have been diagnosed repeatedly on this forum. Let's not confuse the issue by comparing / copying files from various machines, as that has already created a moving target of error messages.
    On the client that is exhibiting the problem ...
    Do you have a single ORACLE_HOME? A single TNSNAMES.ORA?
    On that machine, at a command prompt, do a tnsping on the service in question. Also try to connect with sqlplus. Copy the entire session -- commands and results -- and paste it all back here.
    On the server machine, log on as the owner of the oracle software, and at a command prompt enter the command "lsnrctl status". Again, Copy the entire session -- commands and results -- and paste it all back here.

  • 10g Client listener isn't configuring properly

    Hi all! Here's my problem:
    My workstation is named gubbs09 is on a domain named gubbsinc on my home office lan. It's OS is XP SP2. I've installed 10.2.0 client on gubbs09. I created a listener called LISTENER using the Net Configuration Assistant Tool. I'm trying to communicate with an Oracle 10g database (SID guwuprod1) on another workstation named gubbslap03.
    When I try to communicate with guwuprod1, I get listener errors.
    Upon investigation, I've found that LISTENER on gubbs09 is not listed in the services control panal. If I try to start the listener from a command prompt using the command "LSNRCTL start", I get this error message: 'LSNRCTL' is not recognized as an internal or external command.
    Anyone know what's going on? I'm not a very knowledgeable Oracle user. Does a client even need a listener?
    Thanx for any help!

    I would suggest checking your path
    lsntctl notmally reside in $ORACLE_HOME/bin
    on your workd station you need to add that to the path as well as establish a libpath . but the question is your subject state 10g client listener. a listener is a server level entity not a client uses a tnsnames.ora files to connect to a server where a listener is running. unless you have an oracle database sitting on your workstation you probably dont need a listener.

  • Trouble with 10g client

    Hey Folks
    Client Side:
    10.2.0.1
    Windows 2k
    Server Side:
    Several HPUX 11.23
    10.2.0.2 or 9.2.0.6.0
    When I try to connect with the 10g client (or sqlplus) to 9i or 10g there are several errors:
    If the login and password is correct:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02248: invalid option for ALTER SESSION
    If the login and password is incorrect:
    ORA-01017: invalid username/password; logon denied
    I have an other box with the 9i client there it works perfectly.
    Any ideas?
    Regards

    Thx for replay.
    This is the whole output i get
    F:\>sqlplus "system/password@TEST"
    SQL*Plus: Release 10.2.0.1.0 - Production on Fr Jan 26 13:12:24 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02248: invalid option for ALTER SESSION
    Regards

  • Can I connect 9i server with 10g client

    Can I connect to 9i database,
    with 10g client installation.
    Thanks,
    Satish.

    Thanks,
    But, Iam facing another problem.
    When I am trying to connect to Oracle 9i server database with Oracle 10g client, Iam facing the following problem.
    On my 10g client machine for the tnsnames.org file, I added configuration of Oracle 9i service. When Iam trying to connect with username, password and host string of oracle 9i server, I am getting the following error:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Waiting for Reply,
    Satish.

Maybe you are looking for

  • Back To My Mac - Dot Mac Family Pack

    Anyone know if Back To My Mac will work with two computers using different accounts with a dot mac "family pack"? BTMM works fine with two different family pack accounts while on the home network, but I can't seem to make them talk over the Internet

  • IMac Freezes in everything other than Windows 7

    -------------------------------------------------------------------------------- My iMac was running Snow Leopard and Windows 7 via Boot Camp successfully with no issues until yesterday. The iMac froze in Snow Leopard and I had to manually reboot by

  • ERROR WHEN START ESR: Cannot activate endpoint for message-driven bean

    Hi Gurus, We just upgraded our PI 7.1 to SP11, and we have finished it successfully, then we go to the /rep/start/repository.jnlp to start the ESR but some error happens,while the ID,SLD and RWB works well, below is the detailed message: Application

  • Reg:-Previous Year Quarter

    Hi All, I need to build a new report on Balance Sheet Quarterly in Financials. My reqiurement is..Show the Quarterly Balance sheet comparing Curent Quarter and Previous year Quarter i.e Current Qtr vs Previous Year Qtr. In the report levl , I have us

  • Signature hash algorithm (e.g. SHA-1, SHA-256...) used in Apple Mail ?

    Would anybody know what is the signature hash algorithm being used by Apple Mail ? And can be selected ? As NIST recommends the use of SHA-2 in 2011. I have searched quite a while but no information is found in this area. Thanks your help in advance