Wednesday, July 3, 2024

SQL LOADER

SQL LOADER



  • Step 1 : Create a table in the back end.

  • Step 2 : Create the Control File with the name Filename.ctl



  • Step 3 : Create a executable 






  • Step 4 : Create a concurrent program

  • Step 5 : Assign the program to the Request Group

 

  • Step 6 : Move .ctl and .csv file to the path.


No comments:

Post a Comment

EBS : Package Development Process

====================== Package Specification ================================== CREATE OR REPLACE PACKAGE xx_emp_package IS     PROCEDURE lo...