CData Python Connector for Oracle Fusion Cloud SCM

Build 24.0.9060

Establishing a Connection

The objects available within our connector are accessible from the "cdata.oraclescm" module. To use the module's objects directly:

  1. Import the module as follows:
    import cdata.oraclescm as mod
  2. 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.

  • Url: The URL of the account that you want to connect to. Typically, this will be the URL of your Oracle Cloud service. For example, https://servername.fa.us2.oraclecloud.com.
  • User: The username of your Oracle Cloud service account.
  • Password: The password of your Oracle Cloud service account.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060