Connect to Oracle Health Real-World Data from Notebooks
There are a variety of methods to connect to Oracle Health Real-World Data from notebooks.
Use one of the following methods to connect to Oracle Health Real-World Data from notebooks:
- Authenticate with ADW Using a JDBC Connection String
You can sign in to Autonomous Data Warehouse (ADW) using a JDBC connection string. - Authenticate with ADW Using Resource Principal Authentication (Recommended)
Resource Principal Authentication lets your notebook use other OCI services securely without explicit credentials. - Authenticate with ADW Using Credentials in Notebook (Not Recommended)
Although you can execute ADW queries from the notebook using credentials in your code, for security reasons this process is not a recommended authentication approach because it shares the same password. - Install an ADW Wallet
Autonomous Database Warehouse (ADW) Wallets provide the connection information that you need to connect a data source to a notebook. - Install Python Packages
Oracle recommends using conda environments to package python dependencies inside notebook sessions.
Parent topic: Analyze Health Data