Data360 Analyze

Welcome to the Data360 Analyze community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  JDBC connection to Oracle 12c howto ?

    Employee
    Posted 01-23-2017 02:25

    How to make proper jdbc connection to Oracle 12c.

    In the same machine Oracle's SqlDeveloper is able to connect the database but can't get Datastorm connect to work.

    And when trying to connect:

    What am I missing?

    rgrds Paavo

     



  • 2.  RE: JDBC connection to Oracle 12c howto ?

    Posted 01-25-2017 09:42

    Hi Paavo,

    Is TSPING installed on the machine?  If so, and if you haven't checked already, can you verify that you can reach the database with :

    tnsping <tnsentry>

    Thanks,

     

    Catharine

     

     

     

     



  • 3.  RE: JDBC connection to Oracle 12c howto ?

    Employee
    Posted 01-25-2017 13:00

    Hi Paavo,

    Please try the following and let us know if it works:   

    1. Download the latest Oracle 12c JDBC driver (ojdbc7.jar).
    2. Place the JAR file in "C:\Users\<YourUsername>\AppData\Local\Dataverse\site\lib\java\ext".
    3. Retry

    Paul