Establishing a Connection
The objects available within our connector are accessible from the "cdata.oracleerp" module. To use the module's objects directly:
- Import the module as follows:
import cdata.oracleerp as mod
- To establish a connection string, call the connect() method from the connector object using an appropriate connection string, such as:
mod.connect("Url=https://abc.oraclecloud.com;User=user;Password=password;")
Connecting to Oracle Fusion Cloud Financials
You must set the following to authenticate to Oracle Fusion Cloud Financials:
- Url: The Url of the account to connect to. Typically, the URL of your Oracle Cloud service. For example, https://servername.fa.us2.oraclecloud.com.
- User: The username of your account.
- Password: The password of your account.