CData Python Connector for Oracle Fusion Cloud HCM

Build 25.0.9454

Establishing a Connection

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

  1. Import the module as follows:
    import cdata.oraclehcm 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 HCM Cloud

You must set the following to authenticate to Oracle Fusion Cloud HCM Cloud:

  • URL: The Url of your account.
  • User: The user of your account.
  • Password: The password of your account.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454