ODBC Vs Net Manager connections

Please can anyone help me?
I am using Oracle 11 release 2 and I installed Instant Client (using OUI) on a machine.
I also installed Net Manager on the Client and created a service name in order to connect to a server. When I press the test buton, the connection appears to work OK as a successful message is returned.
However, when I create an ODBC DSN using the 'instant client' driver and press the Test Connection button, I get an ORA-12170 TNS: Connect timeout occurred message.
I can do a tnsping and that retirns ok.
What can be causing odbc not to connect and net manager and tns ping to do?
My Service Name and the 'Service Naming' name are the same (i.e. orcl11).
Is there an odbc setting somewhere that I need to tweak?
I have the firewall turned off on both client and server.
Edited by: TeeChelt on 14-Jun-2012 03:42

Do you have tnsnames.ora configured in both homes? By default homes are unaware of each other, so you probably just need to copy tnsnames.ora over from the full client home into the Instant Client home. Or, at least, make sure they both have the same information in them.
Hope it helps,
Greg

Similar Messages

  • Oracle net manager in oracle 10g

    Hi expert
    How can I define the odbc connection - host/access right, in oracle 10g?
    Like as in oracle 9i, it have orahome to set the odbc connection.. and then setting the net manager
    So how can I do the same way, to connect to oracle server via windows?
    rgds, Mohsin

    Please consider using Instant Client.
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html and
    http://www.oracle.com/technology/tech/oci/instantclient/index.html
    Please review the license agreement for that product if you plan on using it in production

  • Net manager talks to servers - sqlplus won't

    I have just done a clean install of a 9i personal oracle database ver 2 on a new p4 xp pro system. Oracle home is set to OraHome92 for the 9i database. Seems to be working ok.
    With the enterprise manager console, I can attach the 9i database, our local server and another department's remote server and view the instances, etc. So, I seem to have the listener set up properly, as I can connect to the 3 databases with enterprise manager and do successful tests with Net Manager.
    The problem is that I cannot access any of the servers with tools such as Sqlplus or Toadfree or odbc - only the personal 9i database. I get TNS-12154 could not resolve service name error. What am I doing wrong?
    Any help will be appreciated. Below is a copy of the config file. Is this located in the proper place?
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    GEOLSERV.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = wpg119ap16)(Port = 1521))
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = wpg119ap16)(Port = 1526))
    (CONNECT_DATA =
    (SID = mnrl)
    MOGWIS.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.162.80.50)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORC1)
    GEOLOGY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MB1195-07317)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = geology.manitoba)
    )

    Try turning on tracing in your sqlnet.ora (same directory as your tnsnames.ora)- add the following line:
    trace_level_client=16
    This should generate a trace file (cli.trc) in the directory of the application you are trying to run. Hopefully it will contain more meaningful information to help resolve the error.
    Another thought- what are the releases of the remote databases you are trying to connect to? Oracle 9.2 does not support connectivity to databases older than 8.1.7.
    I hope this helps.

  • OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi,
    I have one client and one server.  In both hosts I created an OS-user named User1.
    The user have been given various role under the prefix SQLServer2005.
    The default instance of SQL Server and instance (background-process) of
    Analysis Service are also run under User1.
    I connected via Management Studio to Analysis Service directly in the
    server.  I set the permission to access Analysis Service to Everyone. 
    This means everyone should be able to use Analysis Service.  I have set
    ODBC data source to the server.  Testing was successful.
    I created a project to create a cube.  The tables are fairly small (total 300 MB, biggest one 290).
    On project setting (created at client) I set the server host as
    deployment target. I managed to deploy project when all I have are Data
    Source and Data Source Views.
    But on deployment I always failed.   The errors remain the same, begins with
    OLE DB error: OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.; 08001.
    I have tried 4 combinations of Impersonation :
    (A) Use a specific username and password
      * in which I supply User1 and the password of User1
    (B) Use the service account
    (C) Use the credentials of the current user
    (D) Default
    Why is this? The server does certainly exist.  I think the error message is wrong.
    I have seen 3 posting that seems related.  One of them say the solution is giving the right impersonation, but gave no detail.  About the privilege, User1 are granted the role of
    SQLServer2005MSOLAP.  What is the solution?
    Thank you,
    Bernaridho

    I just had this problem and solved it by creating an alias in SQL Server Configuration Manager, as below:
    Scenario: My SQL server is accessible from the internet under my.domain.com, and from itself at ServerName. But the local network can't see itself through the router at my.domain.com, so the deployed project is unable to process the cube, since that would
    require Analysis Services to be able to see the SQL Server at my.domain.com, which it can't do.
    So I changed the server in my project from my.domain.com to ServerName, and I created a local alias to ServerName in SQL Server Configuration Manager, under SQL Native Client 11.0 Configuration, Aliases. In my case, I pointed it to localhost port 1333, and
    used SSH -L 1333:my.domain.com:1433, but I could have pointed the alias directly to the server, just as well. (Verifying... yes, that worked too, so you can forget SSH if you have no interest in it.)

  • Cannot acquire a managed connection

    Dear All,
    I am very new to the SSIS package development so please point out my stupidity If I have done any. I am trying to ETL data from excel spreadsheet to SQL server using Excel data connections and OLE DB and ADO.Net data connection. I am using CDC task to monitor
    any changes done in the source excel file. I am doing it in a way same package extract information from the spreadsheet and import in to Server 1 (CDC enabled) and compared it to the same table hosted on another server 2 which is a production server.
    When I run this package on DTS it runs fine and I am able to generate Deployment Manifest file. When I try to run the same Manifest file I am getting below error
    Error: Failed to Decrypt an encrypt XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information.
    Error: Cannot acquire a managed Connection from the run-time connection Manager
    I have change the package encryption level from "EncryptSensitivewithUserkey" to "EncryptsensitivewithPassword" and have added password to the PackagePassword it the package property and saved this project.
    when i add this package to the SQL agent job I am still getting below error message
    Message
    Executed as user: administrator. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  11:44:49  Error: 2014-12-04 11:44:52.10
        Code: 0xC020801F     Source: CDC Control Task CDC Control Task     Description: Cannot acquire a managed connection from the run-time connection manager.  End Error  Error: 2014-12-04 11:44:52.10     Code:
    0xC0024107     Source: CDC Control Task      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  11:44:49  Finished: 11:44:52
     Elapsed:  2.215 seconds.  The package execution failed.  The step failed.
    Please help I am stuck on this issue from last 2 days now. If you need more info please let me know.
    regards
    JK

    Looks like you run the package in thee Agent for this purpose you should use the 'Rely on server storage for encryption' (ServerStorage) protection
    In the "EncryptsensitivewithPassword" scenario you need to provide the actual password by editing the command line in there:
    with adding switch /De <password> to it
    Arthur
    MyBlog
    Twitter

  • Could not create a managed connection manager ; SSIS package from SSMS - Windows 7 64 bit

    I created connection as Oracle provider for .Net.
    In data flow, using the ado net source. select data access mode as SQL command.
    When click preview. data is coming.
    But when right click the dataflow task --> execute task.
    data flow is failed with following error
    [ADO NET Source [1]] Error: Microsoft.SqlServer.Dts.Runtime.DtsCouldNotCreateManagedConnectionException: Could not create a managed connection manager. at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String
    connStr, Object transaction) at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction) at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100
    wrapper, Object transaction)

    Do you run it under 64bit?
    if yes, go to Project menu, select project properties.
    in the project properties window, go to Debugging tab, and set Run64BitRuntime as false. and try again.
    http://www.rad.pasfu.com

  • Configuring Net Manager

    I have installed Oracle 10.2 and Warehouse Builder 10g release 1.
    I have 2 directory home:
    D:\oracle\product\10.2.0\db_1 for Oracle 10.2
    D:\OraHome_1 for Warehouse Builder.
    How con I configure net manager for use a MS Access database as a source module in Warehouse Builder?
    Thanks for any help.

    I don't think you can add an Access database using the Net Manager. I'm not too clear on what you try to achieve, but I suspect that you might want to see how to connect to a non-Oracle database from Oracle in the heterogeneous manual (http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm).
    Daniel

  • Oracle Net manager error

    Aloha!
    I have just created a database instance on oracle 11g R2. When i tried to create a connection to that said instance on net manager from a certain client machine
    i'm prompted with this error:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    but on the server itself i can access the instance through SQLplus as sysdba.
    Thanks in advance for the help.
    Regards,
    Hades

    ORA-12514:     TNS:listener does not currently know of service requested in connect descriptor
    Cause: The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a service name for a service (usually a database service) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:      
    - Wait a moment and try to connect a second time.
    - Check which services are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SERVICE_NAME parameter in the connect descriptor of the net service name used specifies a service known by the listener.
    - If an easy connect naming connect identifier was used, check that the service name specified is a service known by the listener.
    - Check for an event in the listener.log file.

  • NET MANAGER

    Hi all,
    I am on 10g R2 linux redhat 5,
    my sqlnet.ora file has the entry :=
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    when i open the net manager through netmgr to configure profile option i am not able to see naming available methods, so that i can promote or demote the selected methods. In the general option of routing tab my both the options check marked of always use dedicated server and prefer connection manager routing.

    Try turning on tracing in your sqlnet.ora (same directory as your tnsnames.ora)- add the following line:
    trace_level_client=16
    This should generate a trace file (cli.trc) in the directory of the application you are trying to run. Hopefully it will contain more meaningful information to help resolve the error.
    Another thought- what are the releases of the remote databases you are trying to connect to? Oracle 9.2 does not support connectivity to databases older than 8.1.7.
    I hope this helps.

  • I see the error: ORA-12170 when I make Net Manager on Oracle DTB Client

    Dear all,
    I installed Oracle Database 10 g on Server, then I installed Oracle Database Client 10 g on another PC. I tested the connection database from client PC by making Net Manager on Oracle Database Client. And I see the error ORA - 12170.
    Can you help me?
    I want to connect database on Server to practice add Portlet by SQL/PLUS.
    Thanks.

    Oracle says...
    ORA-12170: TNS:Connect timeout occurred
    Cause: The server shut down because connection establishment or communication with a client failed to complete within the allotted time interval. This may be a result of network or system delays; or this may indicate that a malicious client is trying to cause a Denial of Service attack on the server.
    Action: If the error occurred because of a slow network or system, reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT, SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values. If a malicious client is suspected, use the address in sqlnet.log to identify the source and restrict access. Note that logged addresses may not be reliable as they can be forged (e.g. in TCP/IP).
    Also check the following...
    1) Listener status on the server.
    2) Check listener.log file present in X:\oracle\product\10.2.0\db_1\NETWORK\log folder to grab any error.
    3) Check the result of tnsping from the client.
    4) try to login by sqlplus username/password@tnsname and see what happens.

  • Net management port use

    I am new to sun administration and still in the process of system design. I need to perform maintenance on the servers through a terminal session from a windows server 2003 machine. Can anybody recommend a terminal application that would work well for this, and can I run this terminal session through the net management port or is this port reserved for the ALOM application? Any help is greatly appreciated.
    Thanks.

    Hyperterminal is usually availble on windows machine. Although not the best you are pretty much guaranteed to have it installed. TeraTerm is a good free serial port terminal client.
    Usually you connect to the LOM/ALOM port with a rollover cable, or straight through cat 5 cable and the silver rj45 adapter sun supplies with the server, for a terminal connection.
    The net management port is for similar remote administration but over a network. i.e. the net management port has to be setup with ip address/gateway etc. and you cable it to your switch/hub etc.

  • ODBC 10.2 test connection success but MSAccess/Office throws ORA-12154

    I've run into a difficult-to-solve problem. I'm troubleshooting an MSAccess to Oracle connection via Oracle ODBC driver issue.
    MSAccess was giving ORA "long" datatype error (can't remember error number) when using 11.2.1 driver against a years-old, tried-n-true app that was previously well behaved (only diff is use of that app with newer Oracle ODBC driver). Web search revealed problems with 11.2 ODBC driver and MSOffice tools so decided to swith to older ODBC driver. Had 10.2 ODBC driver also installed so switched to that. Now get ORA-12154 every time I try to connect with MSAccess via Oracle ODBC. Using the ODBC Admin (32 bit) allows SUCCESSFUL connection as does tnsping & other tools that use Oracle Net. Only MSAccess (or other MSOffice tools) do not.
    I've verified no other tnsnames.ora files or sqlnet.ora files available and have even gone as far as completely removing all things Oracle from the PC and reinstalling only the 10.2 client (custom mode; installed only the Oracle NET and ODBC 10.2 driver). I've turned on tracing to ADMIN level and read the trace files. trace for MSAccess call vs trace for ODBC administrator call yields nearly identical trace files till "niotns" step where the ODBC admin proceeds to connect and the MSAccess call just gives a few other coments then stops. NO apparent error messages. tnsnames IS found so don't understand why giving ORA-12154.
    All tools connect (tnsping works, SQL*Plus connects, ODBC admin test sucessful, TOAD connects) EXCEPT MSAccess. Problem is I have many, many MSAccess legacy apps/tools and cannot go without the fully working ODBC connection between MSAccess and Oracle.
    Help... desparate for new ideas to try since I've spent many hours searching and tried all known troubleshooting steps.
    Any ideas appreciated.
    Thanks,
    Mike

    Hi Mike,
    I have a similar error. I can connect to database with TNSPING, and I can also connect with SQL Developer. But I am unable to connect with Access using ODBC, I get ORA-12154 error. Am also completely stumped. So if anyone can help, I would appreciate it too.
    (P.S. I have tried on a number of PCs here in the office, on one PC I have here I can connect using Access and ODBC, I can see the tables, I pick on a table, it says "linking", but it never links - it just hangs forever.)
    Thanks for any pointers,
    Tom

  • Manage Connections No green checkmark next to wifi??????

    I just got my 8900 and am trying to connect it to my wifi at home.  I have set up the wifi network, scanned and input my WEP key.  My 8900 says it was successful and i get the light gray wifi and the name of the network but the wifi(on the home screen) never gets brighter and I never get the green checkmark on the manage connections page(only a white dash).  Can any one help?  I have been reading threads for the past two days and have not found a reference to this.  I do not have a data plan and I am on At&t. 
    On a related note how would I know if I am using At&t's pay network for the internet or if my 8900 is using wifi?
    Any help or links would be greatly appreciated.  
    Thanks,
    Micki

    1) Is it possible your WiFi router is blocking your access?  You can be connected to your WiFi router, but not to the Internet!
    2) Are you manually assigning your BB an IP Address, or letting your router assign it automatically?
    a.  If you're letting your router assign your BB an IP Address automatically, is your router correctly set up to do that?
    b.  If you're assigning your BB an IP Address manually, did you specify the default IP Address (usually 192.168.1.x where "x" is a number 1-255 which doesn't match any other device on your network), DNS Server, and Gateway (the latter two are usually identical, 192.168.1.1)?
    If using a dynamically assigned IP Address, try setting it manually on both the BB and the router.
    I always assign all the computers on my home network their own IP addresses.  It helps cure all kinds of problems!

  • Error:java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection

    Hi,
    while running jsp page i m getting error as follows:
    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt..
    what is this error...
    what should i do to solve this problem...
    plz let me know what is this error & how to solve this...
    Thanx in advance....

    Why don't you do a search in google with the excpetion?
    If you cannot then try this link
    [http://www.idssoftware.com/faq-e.html]

  • [S1000][unixODBC][Oracle][ODBC][Ora]ORA-03134: Connections to this server version are no longer supported

    Hello,
    I'm using  unixODBC with ODBC Oracle client 11 (Debian 7) to connect to Oracle database version 9.2.0.6 (Solaris 10),  but show me this message:
    [S1000][unixODBC][Oracle][ODBC][Ora]ORA-03134: Connections to this server version are no longer supported.
    Note: I can connect to Oracle database version 10+.
    Please can you help me.
    Thank you

    Are you positive you're using version 11 Oracle client and 9206 database?  That combination should work, and Ive never seen that error message occur for anything but the expected reason.  
    If you have MOS access you can check the client/database compatibility with the following note:
    Client / Server / Interoperability Support Matrix For Different Oracle Versions (Doc ID 207303.1)
    Hope it helps,
    Greg

Maybe you are looking for

  • Total Amount value not displaying while executing print progrm for PO form.

    Hi All,            I created the PO form, for this i written a print program.After executing this print program everything s displaying & populating, but only the Total Amount  not displaying r not populating.           But, if i run the PO n tcode M

  • Can't PXE boot Windows 8 models

    We load the PCs with our own OS image as they come in. The process works off a PXE (network) boot image. We recently started ording the same X230s, only with a Windows 8 license. Lenovo indicated that there should be no changes needed with our image.

  • Pause after 99 photos on a slideshow

    I created a 335 photo slideshow, then burned a dvd. When I play the dvd on a standard dvd player, the music pauses for a second after each 99 photos. If I play it on a windows based pc, the slideshow stops after 99 photos. When I look at the details

  • High availability for AS forms & Reports

    Hi, i like to know the best solution for high availability of Oracle Application Server(10g) Forms & Reports Services ...as load balancing is not done for forms & reports with the oracle high availability solution( i guess i am rite).any suggestions

  • Will not show songs on music store

    when I search for a song when I get to the page there is no songs on the list. what do I do?