Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 653 Bytes

File metadata and controls

18 lines (11 loc) · 653 Bytes

How to develop a Analytic Notebook for JSON Database?

Pre-Requisite to connect to ADB, ATP or ADJ from Python

Connecting to Oracle Autonomous Transaction Processing, Autonomous Datawarehouse or Autonomous JSON is pretty simple from Python. It requires only a few components installed in your environment.

  • Oracle Instant Client (Or alternative)
  • A Python environment 3.6+.
  • The cx_Oracle Python driver Module.
  • A valid wallet for an ATP, ADW or ADJ service Let's go through each of these in turn

To use SODA API from Python

Check the next link here