diff --git a/connection-guides/ats/oraclehcm.mdx b/connection-guides/ats/oraclehcm.mdx
new file mode 100644
index 00000000..61462fbe
--- /dev/null
+++ b/connection-guides/ats/oraclehcm.mdx
@@ -0,0 +1,124 @@
+---
+title: "Oracle HCM"
+description: "Follow these steps to connect Oracle HCM via the StackOne Hub successfully."
+---
+
+import IntegrationFooter from "/snippets/integration-footer.mdx";
+
+
+ Ensure you have Admin privileges for your Oracle HCM account.
+
+
+If you've been directed to StackOne to integrate with Oracle HCM, the following steps will help you understand the process and any necessary actions to configure a successful integration.
+
+## Log in to Oracle HCM
+
+Log in to your Oracle HCM account.
+
+## Get your Rest Server URL
+
+You can find the REST Server URL, username, and password in the welcome email sent to your Oracle Cloud service administrator. This is typically the URL of your Oracle Cloud service. Example: `https://servername.fa.us2.oraclecloud.com`.
+
+## Create a Service User with Required Roles
+
+
+
+ Within your Oracle Cloud Vision instance in the left side navigation panel, expand My Enterprise, then click Setup and Maintenance.
+
+
+
+
+
+
+ Under "Functional Areas", click Users and Security. Then on the right, click Manage Job Roles.
+
+
+
+
+
+
+ In the left navigation panel, click Users. Then click the Add User Account button in the top right.
+
+
+
+
+
+
+ Enter the new User Information for the new Service User to be authorized for this integration. Store these credentials safely. The required fields are:
+
+ - Last Name
+ - Username
+ - Password
+ - Confirm Password
+
+
+
+
+
+
+
+ This integration uses the Oracle Privileges inherited from the following pre-defined Roles.
+
+ - ORA_HRC_HUMAN_CAPITAL_MANAGEMENT_INTEGRATION_SPECIALIST_JOB
+ - ORA_PER_RECRUITING_ADMINISTRATOR_JOB
+ - ORA_FND_ANONYMOUS_USER_ABSTRACT
+ - ORA_IRC_HIRING_MANAGER_ABSTRACT
+
+
+ Press the Add Role button.
+
+
+
+
+
+
+ In the window that appears, for each required role:
+
+ - Paste the role name into the Search box. Click the first result to populate the search results.
+ - Click the role result matching the correct Code. Then click the Add Role Membership button.
+
+ Continue until all required roles are added, then click Done.
+
+
+
+
+
+
+ Confirm that the User Information and Roles are correct, then click the Save and Close button.
+
+
+
+
+
+
+## Connecting to StackOne
+
+
+
+ Upon reaching the Link Account page, enter the Service User's Username and Password from the previous step, and the Rest Server URL. Proceed by clicking the Connect button.
+
+
+
+
+
+
+
+
+## Available data
+
+This integration has the following [ATS Resources](https://docs.stackone.com/reference/getting-started-with-your-api) available from the provider:
+
+ - Applications
+ - Candidates
+ - Interview Stages
+ - Job Postings
+ - Jobs
+ - Locations
+ - Rejected Reasons
+
+
+
+## Useful Links
+
+ https://docs.oracle.com/en/cloud/saas/human-resources/23d/farws/index.html
+
\ No newline at end of file
diff --git a/images/oraclehcm/image10.png b/images/oraclehcm/image10.png
index 43ba9a53..9e5bd298 100644
Binary files a/images/oraclehcm/image10.png and b/images/oraclehcm/image10.png differ
diff --git a/integrations.mdx b/integrations.mdx
index dde2dcde..3cc7bad1 100644
--- a/integrations.mdx
+++ b/integrations.mdx
@@ -21,6 +21,7 @@ import { IntegrationTile } from '/snippets/integration-tile.mdx';
+