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.
7 comments:
Magnificent blog I visit this blog it's extremely wonderful. Interestingly, in this blog content composed plainly and reasonable. The substance of data is useful.
Oracle Fusion HCM Online Training
Oracle Fusion SCM Online Training
Oracle Fusion Financials Online Training
Big Data and Hadoop Training In Hyderabad
Oracle Fusion HCM Training In Hyderabad
Magnificent blog I visit this blog it's extremely wonderful. Interestingly, in this blog content composed plainly and reasonable. The substance of data is useful.
Oracle Fusion HCM Online Training
Oracle Fusion SCM Online Training
Oracle Fusion Financials Online Training
Big Data and Hadoop Training In Hyderabad
Oracle Fusion HCM Training In Hyderabad
Magnificent blog I visit this blog it's extremely wonderful. Interestingly, in this blog content composed plainly and reasonable. The substance of data is useful.
Oracle Fusion HCM Online Training
Oracle Fusion SCM Online Training
Oracle Fusion Financials Online Training
Big Data and Hadoop Training In Hyderabad
Oracle Fusion HCM Training In Hyderabad
Awesome post. your article is really informative and helpful for me and other bloggers too
Oracle Fusion SCM Online Training
Where do you get the PersonNumber from please.
Can we create implementation users in the same way, and what is the HDL to assign the roles to implementation users.
Hi Raghavendra,
TO assign roles to implementation users , You can use this below hdl script shared in the below post.
https://rpforacle.blogspot.com/2019/07/hdl-tutorial-how-to-attach-roles-with.html
Post a Comment