Oracle
Access configuration details to connect Soda to an Oracle data source.
Connection configuration reference
pip install --pre -U "soda-oracle>4" -i "https://${SODA_CLOUD_API_KEY_ID}:${SODA_CLOUD_API_KEY_SECRET}@enterprise.pypi.us.soda.io/simpleData source YAML
soda data-source create -f ds_config.ymltype: oracle
name: my_oracle
connection:
user: system
password: ${env.ORACLE_PASSWORD}
host: oracle.databases
port: 1521
service_name: SODAConnection test
Last updated
Was this helpful?
