HDL Tutorial : How to Create User Account Automatically with the help of HDL in Oracle Cloud : Employee User account creation through HDL
In this post , I am going to discuss about HDL tool with the help of this , We will create Oracle Cloud users accounts automatically. HDL has the flexibility to create Employee user accounts. We don't need to create the User Accounts manually for all the employees in oracle cloud but we can automatically create the user account for the employees with the help of HDL. In this post , I will share the HDL script to Create User Account Automatically with the help to HDL in Oracle Cloud .
Steps to create Employee User account creation through HDL
Step1:- This is the below HDL metadata helps to create the User Account for Cloud Employees. Employee should be created first in the cloud.
METADATA|User|PersonNumber|CredentialsEmailSent|GenerateUserAccount
Step2:- To prepare the Data to Create Cloud User Accounts, We need to prepare the data in this below form.
The first line MetaData which will always be constant and from line second , we need to enter the User creation information's which we want to import in Oracle Cloud Application
From Second line , We need to prepare the User Information. We need to have the Employee number for the employees for which we are going to create the User account in HDL.
METADATA|User|PersonNumber|CredentialsEmailSent|GenerateUserAccount
MERGE|User|25129998|Y|Y
MERGE|User|25129998|Y|Y
This is the Sample HDL script to Create User Accounts from Employee Account Directly.
Once this You have prepared the Data in this format , you need to save this Data in the .Dat extension file.This HDL file names 'User.dat'.
Here below is the sample file having User Creation metadata's.
Step5:- After this we need to put this File User ZIP folder.
Step6:- Once we have prepared the Zip files then we need to import these file in Oracle cloud with the help of HDL tool as below. Once the zip file have been prepared. Then We need to go Data Exchange
Step7:-Then Data Exchange ==> HCM Data Loader ==> Import and Load Data
Import the User zip file in cloud application and check the results after that.