Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Natural Language Interaction with Oracle Select AI

Natural Language Interaction with Oracle Select AI

Configuring and publishing the OracleADBConnection connection

Configuring and publishing the OracleADBConnection connection

Configure the JDBC driver, connection URL, and user credentials to log in to the database and publish the OracleADBConnection connection.
  1. Open the
    OracleADBConnection
    connection.
  2. From the
    Type
    list, select
    OracleADBConnector
    from the recipe assets folder.
  3. From the
    Runtime Environment
    list, select the Secure Agent.
  4. In the
    Connection Properties
    section, enter values for the following properties:
    Property
    Description
    JDBC Driver
    The fully qualified Java class name of the JDBC driver. Specify the following driver class name:
    oracle.jdbc.OracleDriver
    JDBC Connection URL
    The connection URL to connect to an external database. Specify the following connection URL:
    jdbc:oracle:thin:@(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1521)(host=<hosturl>))(connect_data=(service_name=<ServiceName>))(security=(ssl_server_dn_match=yes)))
    Add the host and service name in the URL.
    User Name
    The user name to connect to the database.
    Password
    The password to connect to the database.
  5. Save and publish the connection.

0 COMMENTS

We’d like to hear from you!