Establishing a Connection
The objects available within our connector are accessible from the "cdata.oracleservicecloud" module. To use the module's objects directly:
- Import the module as follows:
import cdata.oracleservicecloud 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.rightnowdemo.com;User=user;Password=password;")
Connecting to OracleServiceCloud
You must set the following to authenticate to Oracle Service Cloud:
- Url: The Url of the account to connect to.
- User: The username of the authenticating account.
- Password: The password of the authenticating account.