• Oracle Connection

    By Michael W Jackson 1 decade ago

    I'm a client programmer and have never used JDBC before. How do I find out what the connection string should be for Oracle?



    MJ

    • Try this one

      By Andrejus Chaliapinas 1 decade ago

      If you are using so called Oralce JDBC Thin driver for Oracle version 11 for example - you could try to use this connection URL:

      jdbc:oracle:thin:@localhost:1521:db

      where db is your Oracle database SID and localhost is your database host