Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

titleConnecting to Oracle Autonomous Database
  • Once the Autonomous Database is created on Oracle cloud, download the client credentials zip file. You will need the admin

...

  • user and password. Unzip the client credentials zip file on endpoint where it will be used. You can mostly use localhost endpoint for this. For example, /home/flexdeploy/wallets/<wallet zip name>
    • Database URL Syntax : jdbc:oracle:thin:

...

    • @service_high?TNS_ADMIN=/home/flexdeploy/wallets/<wallet zip name>
      • service_high is one of the entries in the tnsnames.ora file where client credentials zip file was unzipped
      • TNS_ADMIN value in URL points to the location of the unzipped client credentials zip file