Configuring Oracle 9i thin driver for WAS 5.1 - Java
This is a discussion on Configuring Oracle 9i thin driver for WAS 5.1 - Java ; HI Group,
I have installed WAS 5.0 in my machine recently and would like to
configure Oracle JDBC thin driver. I tried it with the admin console,
with the following parametners
JDBC provider implementation classname :
oracle.jdbc.pool.OracleConnectionPoolDataSource
classpath : <path>\oracle9i_12.jar
...
-
Configuring Oracle 9i thin driver for WAS 5.1
HI Group,
I have installed WAS 5.0 in my machine recently and would like to
configure Oracle JDBC thin driver. I tried it with the admin console,
with the following parametners
JDBC provider implementation classname :
oracle.jdbc.pool.OracleConnectionPoolDataSource
classpath : <path>\oracle9i_12.jar
datasource
name : mydb
JNDI name : mydb
Custom properties
url : jdbc
racle:thin:@mydb:1521:mydb
(server name is also mydb)
driver type : thin
databasename : mydb
servername:mydb
datasourcename:mydb
However, this is not connecting. Says java.sql.SQLException: invalid
arguments in call. Where do I specify the username and password for the
database ? Tried to find it myself but in vain. Forgive me , I am new
to Websphere.
Thanks for all help
Pramod R.
-
Re: Configuring Oracle 9i thin driver for WAS 5.1
OOPS...
Fixed it. Found the J2CAuthentication link where I can set the
username/password.
regards
Ramachandran Pramod wrote:
> HI Group,
>
>
> I have installed WAS 5.0 in my machine recently and would like to
> configure Oracle JDBC thin driver. I tried it with the admin console,
> with the following parametners
>
>
> JDBC provider implementation classname :
> oracle.jdbc.pool.OracleConnectionPoolDataSource
> classpath : <path>\oracle9i_12.jar
>
>
> datasource
>
>
> name : mydb
> JNDI name : mydb
>
>
> Custom properties
>
>
> url : jdbc
racle:thin:@mydb:1521:mydb
> (server name is also mydb)
>
>
> driver type : thin
> databasename : mydb
> servername:mydb
> datasourcename:mydb
>
>
> However, this is not connecting. Says java.sql.SQLException: invalid
> arguments in call. Where do I specify the username and password for
the
>
> database ? Tried to find it myself but in vain. Forgive me , I am new
> to Websphere.
>
>
> Thanks for all help
>
>
> Pramod R.
Similar Threads
-
By Application Development in forum JDBC JAVA
Replies: 2
Last Post: 07-01-2007, 02:45 AM
-
By Application Development in forum JDBC JAVA
Replies: 0
Last Post: 02-22-2006, 07:56 PM
-
By Application Development in forum JDBC JAVA
Replies: 8
Last Post: 02-16-2006, 11:00 PM
-
By Application Development in forum JDBC JAVA
Replies: 2
Last Post: 04-04-2005, 10:34 AM
-
By Application Development in forum ODBC
Replies: 0
Last Post: 09-23-2004, 10:03 AM