open connection string

Greeting dear community.

What I have in my tnsnames.ora and verify that everything works via sqlplus

CDB1 =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = cdb1)
    )
  )


ORCL =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = orcl)
    )
  )
YMQCTPRD =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ymsdbprd-scan)(PORT = 1522))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = YMQCTPRD)
    )
  )




YMQCTSUP =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ymsdbppr-scan)(PORT = 1522))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = YMQCTSUP_SRV)
    )

I try to get RJDBC to work so I can connect to Oracle of R analysis of data...

This connection string works for my local db which I have in my virtual box

con <- dbConnect(drv, "jdbc:oracle:thin:@//localhost:1521/orcl", "demo", "demo")

However, it does not work when I do it to remote db that I really need to pull data from...

> con <- dbConnect(drv, "jdbc:oracle:thin:@//ymsdbppr-scan:1522/YMQCTPRD", "user_read", "user_read")
Error in .jcall(drv@jdrv, "Ljava/sql/Connection;", "connect", as.character(url)[1],  : 
  java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

For this DBMS tnsnames.ora entry "ymsdbprd-scan" but your JDBC URL 'ymsdbppr-scan.

Tags: Java

Similar Questions

  • LabSQL to MySQL connection string syntax

    Hi all

    I'm just starting using labSQL and MySQL and cannot even connect to the database, I want to start practicing. I tried to write my own code and use the code example, but I can't get a connection to a database. The error is still "an Exception occurred at ADODB. Connection: The operation is not allowed when the object is closed. Help path is C:\Windows\HELP\ADO270. CHM and context in ADO Execute.vi connection 1240653-> Simple.vi". I've set up a system DSN using the MySQL ODBC Unicode 5.2 driver and I'm under Labview 2012 with MySQL Workbench/5.6 Server 5.2. I really just need to know the syntax of the connection string that you pass in the ADO connection open vi.

    Thank you in advance.


  • Error 2147467259 DB tools open connection

    I wrote a labview 2014 32-bit program to extract data from a MS SQL Server database.  I used the 32-bit ODBC data source program for generating a DSN file.  The code works fine when I run the labview VI, but when I'm building the program and run the executable file, I get an error:

    ADO Error: 0x80004005
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. in NI_Database_API.lvlib:DB Tools Open Connec (String).vi->RecipeSelect.vi
    

    I created a UDL file with the tool 'Create data link' LabVIEW and I still get the same error, even if the VI works fine.  I also tried a connection string.  All the research I did on this error indicate a problem between the data sources in 32-bit and 64-bit.  I tried to create both sense and still get the same error, but the VI still works fine on the same computer in labview.

    Any suggestions on what to try next?  Thanks in advance.

    The file path is hard coded.  I tried to run on multiple machines with the same error.  Since then, I created a new project and began to rebuild the code from scratch.  I think something in my old files are corrupt as the new code works after I build it.  * crossed fingers * thank you for taking the time to respond and try to help!  Very appreciated

    Edit: I tried to change a lot of things to get my project work I don't know what I could have messed up in the process.  Mark as resolved because the original problem is so complicated, it was probably my own mistake with the creation of the DSN/UDL file or maybe even a small problem with our SQL Server.  He has since been restarted.

  • Format of the connection string to connect to Oracle DB via LDAP

    Hello

    I have an Oracle database and its details are configured in LDAP. I have the c# code that I want to connect to Oracle DB using LDAP details. So I wrote the code to connect to the Oracle DB, but not able to connect. Implementation error at the con. Open() statement: "ORA-12154: TNS: could not resolve the connect identifier specified.

    Code:
    --------
    String s = "Data Source = @ldap://abc.pq.xyz.com: 11389/myldap, cn = OracleContext, dc = pq, dc = xyz, dc = com; User Id = MyDB; Password = MyPass";

    Con OracleConnection = new OracleConnection (constr.);
    con. Open();

    I need help in the formation of the connection string.

    user8786648 wrote:
    Hello

    I have an Oracle database and its details are configured in LDAP. I have the c# code that I want to connect to Oracle DB using LDAP details. So I wrote the code to connect to the Oracle DB, but not able to connect. Implementation error at the con. Open() statement: "ORA-12154: TNS: could not resolve the connect identifier specified.

    Code:
    --------
    String s = "Data Source = @ldap://xyz.us.oracle.com: 11389/xyz_ldap, cn = OracleContext, dc =, dc = oracle, dc = com; User Id = xyz; Password = xyz";

    Con OracleConnection = new OracleConnection (constr.);
    con. Open();

    I need help in the formation of the connection string.

    This isn't how you use LDAP for Oracle name resolution.

    You must configure the LDAP protocol. ORA and SQLNET. ORA files properly.

    For example, you can review the LDAP protocol. Documentation of ORA here:

    http://docs.Oracle.com/CD/E11882_01/network.112/e10835/LDAP.htm#i500397

    And the SQLNET. Documentation of ORA here:

    http://docs.Oracle.com/CD/E11882_01/network.112/e10835/SQLNET.htm#i500318

    A quick search on the terms "example of oracle ldap.ora", shot to the top of several examples.

    Also, if these are real values that you posted in your example of a connection string, you can change.

  • ASP connection string problems

    Hello

    I have inherited a website and need to make some urgent changes, currently all recordsets is handcoded and is in an absolute mess, I migrated to SQL server to allow me to create new recordsets through DWMX, but the site is far from ready to move to the new DB and I am unable to connect to the DB access.

    The database is a db access with a security.mdw file that controls access how can I make changes to my connection string to connect? I have included my latest effort below.

    Dim MM_conTest_STRING
    MM_conTest_STRING. Mode = adModeReadWrite
    MM_conTest_STRING. Provider = "Microsoft.Jet.OLEDB.4.0".
    MM_conTest_STRING. ("Properties (" Jet OLEDB: System Database ") = Server.MapPath("***\Security.mdw ")
    MM_conTest_STRING. Properties ("User ID") = «*»
    MM_conTest_STRING. Properties ("password") = «*»
    MM_conTest_STRING. "Open Server.MapPath("***\Database.mdb")
    MM_conTest_STRING = "DRIVER = {Microsoft Access Driver (*.mdb)}; DBQ ="& Server.MapPath("***\Database.mdb")

    However this only gets me the following error message:
    Microsoft VBScript runtime (0x800A01A8)
    Object required: "
    fporiginal/connections/conTest.asp, line 9

    If I remove everything except the last line, I get the following error:
    Microsoft OLE DB provider for ODBC (0x80004005) drivers
    [Microsoft] [ODBC Microsoft Access driver] You do not have the necessary permissions to use the object '(unknown) '. Ask your system administrator or the person who created this object establish the appropriate permissions for you.
    / fporiginal/categories.asp, line 15

    Any help gratefully received

    See you soon
    Ossie

    Duh! for anyone interested is solved my problem - the answer:

    MM_ConTest_String = "Driver = {Microsoft Access Driver (*.mdb)}; DBQ ="& Server.MapPath("***\Database.mdb") &" SystemDB = "& Server.MapPath("***\Security.mdw") &"; UID = *; pwd = *** "

  • SQLite3 connection string?

    Hello

    I have a SQLite3 database file. I read with labivew. I installed the ODBC driver since http://www.ch-werner.de/sqliteodbc/.

    I created the DSN. I would like to read different with their paths .db files.

    If I use directly the DSN 'temperatura' is works very well, but he always read from the path that I put in the configuration of the DSN - name of the database. Check the attached file.

    I would like to have a DC path to read any file, but the connection always read from the same file string. Show it in http://www.connectionstrings.com/sqlite3-odbc-driver/ :

    DRIVER = SQLite3 ODBC Driver; Database = c:\mydb.db; LongNames = 0; Timeout = 1000; NoTXN = 0;
    SyncPragma = NORMAL; StepAPI = 0;

    But it does not work. He has not found the provider.

    On the internet, I found this:

    Provider = MSDASQL.1; initial Catalog = C:\test.db; Persist Security Info = False; DSN = temperatura

    IT works but always read the file corrected in DSN temperatura configured in the ODBC administration

    In the initial catalog, I put another file and read the same thing that sits on the DSN temperatura.

    Somehow I can use good connection to play diferent?

    Concerning

    The SQLite library documentation seems to suggest that simply use it as your connection string:

    Driver = driver ODBC of SQLite3; Database = full-path-to-db;

    What version of LabVIEW are automatically using and that the number of bits (32/64)? There are two versions of the ODBC - one for the 64-bit ODBC drivers connection manager and one for 32-bit ODBC - drivers they are treated separately by the operating system.

    I've never used this library - but there is an alternative that I used and it works fine: http://sine.ni.com/nips/cds/view/p/lang/en/nid/212894

  • Support of connection string. Works fine in VS, not SQL.

    Attempt to create server SQL 2008 r2 link our AS400. I have a connection string that has been tested in Visual Studio that works:

    Driver = {Client Access ODBC (32-bit) driver}; XUID = xupd44xxx; System = QSERVER; DBQ = QGPL; dftpkglib = QGPL; LanguageID = ENU; pkg = QGPL/DEFAULT (IBM), 2,0,1,0, 512; qrystglmt =-1;

    In SQL 2008 r2 there is no Client Access ODBC Driver listed under suppliers. I chose IBM DB2 for I IBMDA400 OLE DB provider with the same provider string.

    The linked server has been created, but failed a connection test.

    An exception occurred during the execution of a Transact-SQL statement or batch.

    Failed to initialize the source object of the provider data OLE DB 'IBMDA400' of the 'name' linked server (Microsoft SQL Server, error: 7303)

    Searched error and appears as invalid server name. Name of the server (QSERVER) replaced by the IP address.  Still no luck.  Now, my forehead is flat of this bump on my desk.

    Any help would be greatly appreciated.

    Hi CorrieSigler,

    Your question is more complex than what is generally answered in the Microsoft Answers forums. Please post your question in the MSDN forum. You can check the link for your question:

    http://social.msdn.Microsoft.com/forums/en/category/SQLServer/

    Hope the helps of information.

  • How delete/fix Trojan Downloader: Java/Open Connection.LZ

    How delete/fix Trojan Downloader: Java/Open Connection.LZ?

    Hello

    Read about the MS information

    http://www.Microsoft.com/security/portal/threat/encyclopedia/entry.aspx?name=TrojanDownloader%3AJava%2FOpenConnection.LZ

    Download update and scan with the free version of malwarebytes anti-malware

    http://www.Malwarebytes.org/MBAM.php

    You can also download and run rkill to stop the process of problem before you download and scan with malwarebytes

    http://www.bleepingcomputer.com/download/anti-virus/rkill

    If it does not remove the problem and or work correctly in normal mode do work above in safe mode with networking

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode with networking with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.
  • Edge connection string error

    Hello

    I develop application with blackberry-ksoap. I have 8520.
    My application works with wifi, but is not compatible with the edge connection.
    I tried under connection strings. But does not work.
    Can you help me?

    (Note: this problem, I wrote another forum, someone could not answer.)

     public String getHTTPAdd() {        String serviceUrl = "";        if (radio.isSelected() == true){            setIsConStr(";interface=wifi");             serviceUrl = "http://localhost/test/test.asmx";        }        else if (radio2.isSelected() == true){            setIsConStr(";interface=wifi;deviceside=true");            serviceUrl = "http://myhost:3000/test/test.asmx";        }else if (radio3.isSelected() == true){            setIsConStr(";19780/rim.net.gprs");            serviceUrl = "http://myhost:3000/test/test.asmx";        }        else if (radio4.isSelected() == true){            setIsConStr(";XXXXXXXXXXXXXXXX");            serviceUrl = "http://myhost:3000/test/test.asmx";        }        else if (radio5.isSelected() == true){            setIsConStr(";deviceside=true");            serviceUrl = "http://myhost:3000/test/test.asmx";        }        else if (radio6.isSelected() == true){            setIsConStr(";deviceside=false");            serviceUrl = "http://myhost:3000/test/test.asmx";        }        else if (radio7.isSelected() == true){            setIsConStr(";deviceside=false;ConnectionType=m ds-public");            serviceUrl = "http://myhost:3000/test/test.asmx";        }        else{            setIsConStr(";rim.net.gprs");            serviceUrl = "http://myhost:3000/test/test.asmx";        }        return serviceUrl;    }
    

    Also, I tried this example,

    setIsConStr(";deviceside=true;ConnectionUID=" +uid+";ConnectionType=m ds-public");
    
    setIsConStr(";deviceside=false;ConnectionUID=" +uid+";ConnectionType=m ds-public");
    
    setIsConStr(";deviceside=true;ConnectionUID=" +uid+"");
    
    setIsConStr(";deviceside=false;ConnectionUID=" +uid+"");
    

    And againly does not work.
    (as an additional info, I use KSOAP Api to call Webservice)

    I solved it. Because of the api Ksoap, do not access edge. Instead, I use the HttpConnection class.

  • Using the BIS network but with guidance TCP connection string

    I just want to clarify if this is really possible.

    Being a small/medium business, that we can afford to be a partner just blackberry alliance partner to win have BIS-B connection size.

    In any case, I just want to clarify that if a device is registered with BIS, is it still possible for my application to use the direct TCP connection string (with AFN etc) to extract information via web services and socket connections?

    I read this, I just want to be sure before making further development to 100%

    http://supportforums.BlackBerry.com/T5/Java-development/connecting-your-BlackBerry-http-and-socket-...

    most of the time: Yes. It is dependent on the vendor however, some may charge extra, for example.

  • What is the url connection string hive in BDD 1.1?

    In my project, I need get data from the server to the hive. Test the jdbc connection to the hive by using the hive good username and password, but it fails and shows "cannot establish a connection."

    my connection url string is as jdbc:hive: / /myservername: 10000 / default

    I also test the other string of cloudera pilot of hive (jdbc:hive2: / / host : port / db_name ) and change the connection to jdbc:hive2: / /myservername: 10000 / default

    There too.

    Before establish us a connection, it must provide a dirver as name

    driverName = "org.apache.hadoop.hive.jdbc.HiveDriver"

    What is the url connection string hive in BDD 1.1? and which driver hive should be used?

    In the BDD 1.1, data in a table of hive are usually indexed and analysed when triggered via BDD provided - data processing interfaces the CLI data processing is run manually, or that is triggered by a cron job.  In this case, it is unnecessary to set up a specific JDBC connection to the table of the hive - BDD can index directly.

    The details above, I think you are saying that the table of the hive is in a different instance of the hive, in a cluster of Hadoop BDD is not installed, so the BDD data processing cannot run in the ordinary way, you want to read JDBC.  Is this correct?

    I think that BDD is struggling to load the hive JDBC driver - BDD 1.1 only DB Oracle and MySQL are supported for JDBC support.

    Is there something stopping you to reproduce the table of the hive in the environment where you have installed the BDD?  BDD can then process the table normally.

  • could not find a server reports and analysis hyperion running on localhost port 6800. Please check your connection string server and verify that the server is

    Hi all

    We have properly installed and configured Hyperion Reporting and analysis 11.1.2.4 in windows 2012 server however when I try to logint to the workspace, I get an error like "start-up of the specified document does not exist in the repository." "Select a new start under the General Preferences tab document" monitoring of "could not find a server reports and analysis hyperion running on localhost at port 6800. Please check your connection string server and verify that the server is up '.



    10.PNG


    11.PNG

    HyS9RaFramework_epmsystem2-syserr:

    GsmNotFound

    com.brio.one.services.globalservicemanager.GSMException: GsmNotFound

    at com.brio.one.services.globalservicemanager.GSMFactory.getGSM (unknown Source)

    to com.brio.one.client.ClientFactory. < init >(Unknown Source)

    to com.brio.one.client.ClientFactory. < init >(Unknown Source)

    to com.brio.one.client.ClientFactory$ ClientFactoryInitializer.connect (unknown Source)

    at com.brio.one.client.ClientFactory.getClientFactoryConnect (unknown Source)

    at com.brio.one.client.ClientFactory.getDefaultGSM (unknown Source)

    at com.brio.one.web.properties.ApplicationProperties.getDefaultGSM (unknown Source)

    at com.brio.one.web.properties.ApplicationProperties.getDefaultGSMContext (unknown Source)

    at com.sqribe.WS.WSBaseServlet.setDefaultGSMContext (unknown Source)

    at com.sqribe.WS.WSBaseServlet.initLogging (unknown Source)

    at com.sqribe.WS.WSBaseServlet.loadConfiguration (unknown Source)

    at com.sqribe.WS.WSBaseServlet.init (unknown Source)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:672)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:52)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:31)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:246)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    In the workspace, it shows that the Service is pending.

    14.PNG

    EMP Diagnostic Report:

    13.PNG

    Can help kindly out how should I solve this problem.

    I restarted the services and rebooted the Machine but still getting the same error.

    Kind regards

    VJ


    Hello

    I've reconfigured the Reporting, analysis, and everything by, I chose "Drop table" and the issue was resolved.

    Kind regards

    VJ

  • Developer SQL 4.1.1 connect returns "invalid connection string format.

    The "invalid connection string format" error is returned, while trying to connect, you use sql developer 4.1.1.19, using 1.8.0_51 JDK on Win 7 x 64 environment.

    The powers of the exact same connection, on the same OS Win 7 x 64, a product without any errors using sql developer 4.0.2.15, using the JDK 1.7.0_80

    Credentials were basic, by default, the name of the Service (not SID) and no special authentication.

    This problem is replicated when it is installed on a different platform to Win 7.

    Screen attached.Capture_sqld_4.1.1.jpg

    You say you have no non-alphabetic characters, but see this previous discussion (a hyphen was the problem) and see if any of Jeff's suggestions work for you: connection error after upgrade to 4.1

    I also read another post (non - developer SQL) where a symbol (@) in the password was a problem, but that may not apply to your case.

  • Can someone give me RAC connection string?

    Hello

    Can I use the db node to connect RAC instances?

    Use the same connection string you use in apps (no JDBC).

  • Cman is not like the thin driver Jdbc connection strings, it?

    Hello

    I use Oracle connection Mgr 11.2 to filter my clients access to data bases.

    I configured and allowed a PC to connect to a certain database and when

    using SQL * more or this client Toad, passing through cman, it works fine.

    But now the same guy installed SQL Developer, and it seems * impossible *.

    to make connections through my server cman, they routinely get rejected

    with

    ORA-12529, TNS: connect rejected based on the current filter rules

    If I try to go through the login option of TNS (who works with

    sqlplus...) or through advanced = > and then "JDBC: thin @ < complete block of TNS > '!

    (using "basic" does not seem possible because it only allows to specify the name of the host, port, and SID...)

    Has anyone ever encountered this problem before? How does SQL Developer gets rejected

    even when you use the option of TNS, which also works fine with sqlplus/Toad?

    And is it possible to have a Jdbc thin connection string access via a configuration cman?

    Thank you very much in advance for any advice...

    Kind regards

    SEB


    Not a familiar topic for me, but I came across a note in the developer's Guide to the JDBC and the reference, Advanced Topics, on the definition of AUTHENTICATION_LEVEL = 0 in the cman_profile of the cman.ora file entry for when JDBC Thin is currently in use.  Don't know if with the help of old 10g doc is valid here, but I guess that he check could not not bad:

    23 advanced subjects

    In turn, since this user has a customer Oracle installed on the PC and use SQL * Plus, you can try the driver JDBC OCI/thickness.  Select thickness OIC via...

    Tools > Preferences > Datatbase > advanced > use OIC/thickness box

    In addition, for SQL Developer 4.0.x includes the Advanced preferences, this to point to a specific Oracle client installation...

    Checkbox use Oracle Client

    Configure...

    Hope this helps,

    Gary

    SQL development team

    Post edited by: Gary Graham

Maybe you are looking for