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.OracleConnect­ionPoolDataSource classpath : <path>\oracle9i_12.jar ...

+ Reply to Thread
Results 1 to 2 of 2

Configuring Oracle 9i thin driver for WAS 5.1

  1. Default 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.OracleConnect­ionPoolDataSource
    classpath : <path>\oracle9i_12.jar


    datasource


    name : mydb
    JNDI name : mydb


    Custom properties


    url : jdbcracle:thin:@mydb:1521:my­db
    (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.


  2. Default 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.OracleConnect­ionPoolDataSource
    > classpath : <path>\oracle9i_12.jar
    >
    >
    > datasource
    >
    >
    > name : mydb
    > JNDI name : mydb
    >
    >
    > Custom properties
    >
    >
    > url : jdbcracle:thin:@mydb:1521:my­db
    > (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.



+ Reply to Thread

Similar Threads

  1. Problem with the thick oracle driver ORA-24387: Invalid attach driver
    By Application Development in forum JDBC JAVA
    Replies: 2
    Last Post: 07-01-2007, 02:45 AM
  2. Oracle 10 ojdbc14.jar thin connection metadata issue.
    By Application Development in forum JDBC JAVA
    Replies: 0
    Last Post: 02-22-2006, 07:56 PM
  3. Oracle Thin JDBC Driver Problem - Run time
    By Application Development in forum JDBC JAVA
    Replies: 8
    Last Post: 02-16-2006, 11:00 PM
  4. Replies: 2
    Last Post: 04-04-2005, 10:34 AM
  5. Replies: 0
    Last Post: 09-23-2004, 10:03 AM