how to connect powerbuilder to oracle with jdbc - oracle

I'm using oracle 19c and I want to connect from Powerbuilder 12.0 with jdbc. I got this error
Does anybody have any insight into this problem?
thanks

Related

Oracle db connection across all the oracle server from 11g on wards to 19c

In my current project, facing problem of connecting the oracle server from oracle client. Here are the details
Oracle Server 12.2.0.1 64-bit
Oracle Client 12.2.0.1 32-bit
But after analysis, I noticed that I have a common requirement to connect all the oracle servers e.g. 11g, 12c, 18c, 19c from any of the oracle client.
I tried to find common version of oracle.dataaccess.dll which will work for all the above oracle servers from any of the oracle clients. But I couldn't able to find. For example 4.122.19.1 works for all the servers only if client is 19c. For 12c client, it's not working and so on. Is there any common version of oracle.dataaccess.dll available to serve this purpose?
Or do I need to use some other assembly in my project?
I also tried to use Oracle.ManagedDataAccess.dll. But it has an issue of locating the tnsnames.ora.
Any help/suggestions will be greatly appreciated.

Oracle ODI JDBC driver for SQL Server 2005 connection error

I am using Oracle ODI 11.1.1.7 version on a Windows 7 64bit machine. I want to connect to a SQL Server 2005 database using the driver com.microsoft.sqlserver.jdbc.SQLServerDriver.
I have downloaded and installed from Microsoft the drivers
Microsoft JDBC Driver 4.1 for SQL Server
and also
Microsoft JDBC Driver 4.0 for SQL Server
But I still have a connection error:
ODI-26039: Connection failed
Java.lang.RuntimeException: java.lang.IllegalArgumentException: Could not load JDBC driver class [com.microsoft.sqlserver.jdbc.SQLServerDriver]
Did anyone else experience this issue?
Thank you in advance.
Kindly check this url. You need the specific driver depending upon the version of JDBC. You need to elaborate more on your question.
https://msdn.microsoft.com/en-us/library/ms378422(v=sql.110).aspx

No driver found to connect to sql database file

I tried to connect my database application to a .sdf database, but there there is no sqlce driver listed there to build my connection string. can anyone suggest me a way.
can anyone tell me, from where i can download sql server ce driver, if there is any
Unfortunately there isn't any ODBC driver for Compact Edition. But you can use this to connect
OLE DB
Source: Paul Sasik

Azure, Oracle SQL Developer, and JDBC Driver

I have a SQL Azure database and Oracle SQL Developer. I want to connect to my Azure instance using Oracle SQL Developer. SQL Developer needs JDBC drivers to work with MSSQL databases. The jTDS driver works with SQL Developer but not with SQL Azure databases (apparently). The 4.0 version of the MS JDBC Driver works with SQL Azure but not with Oracle SQL Developer (apparently). Has anyone else been here and found a solution?
There is no problem using the JTDS driver but it is required to add ssl=require
So string is like:
driver=net.sourceforge.jtds.jdbc.Driver
database=jdbc:jtds:sqlserver://YourSQLServer.database.windows.net:1433/YourDBName;ssl=require

oracle nhibernate connection

I am trying to connect oracle 10g database through n hibernate,
can anyone help me the preliminary steps to be done to establish the connection,
I've connected sq l server 2000 easily and its working fine, now i try to connect oracle
but i am getting error "cannot open connection". please help me in this regard.
Thanks in advance.
Venkatesh D.
For connection to the Oracle I have used Oracle data provider. And about configuration you can try to have a look here it helped to me.

Resources