facebook

DB Browser to oracle doesn’t work

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #233095 Reply

    webmania
    Member

    i had weblogic8.1 and myeclipse on my win2003
    i had deployed my jdbc in my weblogic as following
    url:jdbc:bea:oracle://machinename:1521
    driverName:weblogic.jdbc.oracle.OracleDriver
    everything works fine in my ecplise before it run into db browser
    i use the above-mentioned string to add a new driver, but error occurs
    “Error while trying to login to database : null”

    i used the “extra class path” and put c:/bea/weblogic81/server/bin/wloracle.jar in it. and aslo put the file into path as a remedy….but it still doesnt work

    anyone could give me a hint?
    thanks in advance

    #233104 Reply

    Riyad Kalla
    Member

    Please tell us what every field of the new driver dialog (and subsequent tabs) had typed into it.

    #233149 Reply

    webmania
    Member

    okey,here is what i had typed when i tried to use “weblogic.jdbc.oracle.OracleDriver “:
    driver
    name:weblogic
    Example url:jdbc:bea:oracle://raydell:1521

    java class path: c:\eclipse\startup.jar
    extra class path: C:\bea\weblogic81\server\lib\wloracle.jar

    when i click “list drivers”, nothing appears

    btw, i’v tried another driver oracle thin driver, and it works now.

    so i doubt if c:/bea/weblogic81/server/bin/wloracle.jar
    IS THE RIGHT DRIVER?

    #233150 Reply

    webmania
    Member

    well, guys , according the driverclass name, i tried another jar : weblogic.jar in extra class path

    but when i try to connect, it prompted that “sid=orcl” is not recognized
    my sid is another name rather than orcl, so where to config its SID when i using “weblogic.jdbc.oracle.OracleDriver”

    #233158 Reply

    Riyad Kalla
    Member

    My guess would be on the connection URL line, it may be an argument that the driver takes on the connection string much like the MS SQL Driver, check the docs to see if it talks about it.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: DB Browser to oracle doesn’t work

You must be logged in to post in the forum log in