Anda di halaman 1dari 3

FNDLOAD

-------It is used for data migration from one instance to another instance.
Thereis specific commands are avalilable in ORACLE.
Ther is two types of files maintain main role
1. LCT
LCT (Data Config Files)This
files are used to create LDT Files. There are
difference lct files for different sets of data.
LCT files are seeded file names for Every data.
Printer Styles <--------> afcppstl.lct
lookups <--------> aflvmlu.lct
Descriptive Flexfield with all of specific Contexts <--------> afffload.lct
Key Flexfield Structures <--------> afffload.lct
Concurrent Programs <--------> afcpprog.lct
Value Sets <--------> afffload.lct
Value Sets with values <--------> afffload.lct
Profile Options <--------> afscprof.lct
Request Sets
<--------> afcprset.lct
Responsibilities <--------> afscursp.lct
Menus <--------> afsload.lct
2. LDT
LDT (Data Loader Files)This
files are Used to upload & download setup data
on different instances.
it is user defindable name
----------------------------------------syntax for Download a concurren program:
----------------------------------------FNDLOAD username/password 0 Y DOWNLOAD
$FND_TOP/patch/115/import/afcpprog.lct file_name.ldt
PROGRAM
APPLICATION_SHORT_NAME="your_application_short_name"
CONCURRENT_PROGRAM_NAME="your_concurrent_short_name}"
Here
1.user_name
password -->are the details of your database connection details(source databa
se
details).
2. 0 is numaric number
3. File_Name -->It is any name please follow the naming convention for understan
ding
purpose
4. APPLICATION_SHORT_NAME -->It is your application short name.

EX: For Human Resources Short name is "PER"


5. CONCURRENT_PROGRAM_NAME --> It should be concurrent program short name
But not concurrent program name
6. All code was single line code.
EX:
FNDLOAD apps/devapps123 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct NWAF
H_EMPLOYEE_LEAVE_SCHEDULE.ldt PROGRAM APPLICATION_SHORT_NAME="PER" CONCURRENT_PR
OGRAM_NAME="NWAFH_EMPLOYEE_LEAVE_SCHEDULE"

1.connect with putty with IP Address


EX:192.168.1.215
login :
password:
login & password details of your data base FTP details of Source data base detai
ls
2.After login
Execute the above code
Once the code was executed then it generates 3 files in appl12 top of FTP(/home
/appl12)
1.LDT file with your name
2.Log file
3.Out file
3.Move/Download the LDT files from source instance path to Local system
Now move the LDT file from Local system to Target instance of same path(/home/ap
pl12)
Once the LDT files moving is completed then run the upload command in target ins
tance
----------------------------------------Syntax for UPLOAD the Concurrent Program:
----------------------------------------FNDLOAD username/password 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct file
_name.ldt
- WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
Here
1. user_name
password -->are the details of your database connection details(Target datab
ase login
details).

2. 0 is numaric number
3. file_name -->here file name is privious dowload LDT file
4. All code was single line code.
EX:
FNDLOAD apps/testapps123 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct NWAFH
_EMPLOYEE_LEAVE_SCHEDULE.ldt - WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
1. Connect with Putty: login to putty with IP Address
EX : 192.168.1.200
2. Enter login details
Login:
Password:
login & password details of your data base FTP details of target data base detai
ls
3. After login
Execute the above Query
Then it should be upload the your concurrent program details in target instance.
Once you did this process Then
it uploads the following objects
1.Executables
2.valuestes
3.concurrent program and its parameters

Anda mungkin juga menyukai