Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    problem in getting data source from oracle db

    i got following exception .... while getting datasources from db...

    i tested my oracle connection with database db... it is working fine.....

    but while importing table from db i am getting followin exception....i used

    java.sql.SQLException: java.util.NoSuchElementException: Could not create a validated object, cause: null



    so help me... in this issue.............


    === 2010-01-22 18:02:18,809 [sor2] DEBUG AdminConsole - [adminConsole.getDefinedDatabases] Testing DB connection for database: Oracle
    === 2010-01-22 18:02:18,809 [sor2] DEBUG PoolableSQLConnectionFactory - [adminConsole.getDefinedDatabases] DriverManager fetching connection for Oracle via jdbc url jdbc:hsqldb:file:C:\Documents and Settings\rambabu.j\Desktop\Unipack Jars\ojdbc14.jar
    === 2010-01-22 18:02:18,809 [sor2] DEBUG PoolableSQLConnectionFactory - [adminConsole.getDefinedDatabases] Returning pooled Connection

    #2
    === 2010-01-22 18:02:18,809 [sor2] DEBUG PoolableSQLConnectionFactory - [adminConsole.getDefinedDatabases] DriverManager fetching connection for Oracle via jdbc url jdbc:hsqldb:file:C:\Documents and Settings\rambabu.j\Desktop\Unipack Jars\ojdbc14.jar
    You are using the wrong jdbc url

    Comment

    Working...
    X