cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle JDBC - java.sql.SQLException: invalid Oracle-URL : OracleDataSource.makeURL

bernd_speckmann
Contributor
0 Kudos

Hello,

I'm trying to create a JDBC datasource on a Netweaver 7.3 Java system.

I've created a JDBC-Driver with ojdbc6.jar to connect to an Oracle 11g database (external system).

After this I created a custom JDBC-DataSource using this driver, vendor SQL and JDBC-Version 2.0.

As Object-Factory i used oracle.jdbc.pool.OracleDataSourceFactory and XADS-Class ist oracle.jdbc.xa.client.OracleXADataSource.

Within the additional properties I specified the URL like this: jdbc:oracle:thin:@<FQDN of db-server>:<port>:ORCL

But when I try to ping this connection an error occures:

DataSourceManagerImpl.pingXADSConnection(), Database access related error occurred.
[EXCEPTION]
java.rmi.RemoteException: Database access related error occurred.; nested exception is:
java.sql.SQLException: Ungültiger Oracle-URL angegeben: OracleDataSource.makeURL


Any help would be greatly appreciated.


Best regards, Bernd

Accepted Solutions (1)

Accepted Solutions (1)

bernd_speckmann
Contributor
0 Kudos

Found solution in note 2110441

Regards, Bernd

Answers (0)