Establishing a Connection
The objects available within our connector are accessible from the "cdata.oraclescm" module. To use the module's objects directly:
- Import the module as follows:
import cdata.oraclescm 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 SCM
The following connection properties are required to connect to Oracle Fusion Cloud SCM data.