Oracle FNDLOAD scripts is the generic loader that can move Oracle E-Business Suite data between two instances through text files.
MIT
Oracle FNDLOAD Loader
The Generic Loader (FNDLOAD) is a concurrent program that can move Oracle E-Business Suite data between database and text file representations. The loader reads a configuration file to determine what data to access. For information on specific configuration files consult the Open Interfaces Guide for your product group. The following sections describe the operation of the Generic Loader.
FNDLOAD Executable Syntax
The Generic Loader is a concurrent program named FNDLOAD. The concurrent executable takes the following parameters:
UPLOAD or DOWNLOAD - UPLOAD causes the datafile to be uploaded to the database. - DOWNLOAD causes the loader to fetch rows and write them to the datafile.
4
{configfile}
The configuration file to use (usually with a suffix of .lct, but not enforced or supplied by the loader).
5
{datafile}
The data file to write (usually with a suffix of .ldt, but not enforced or supplied by the loader). If the data file already exists, it will be overwritten.
6
{entity}
The entity(ies) to upload or download. When uploading, you should always upload all entities, so specify a "-" to upload all entities.
7
[optional {param} {param}]
Zero or more additional parameters are used to provide bind values in the access SQL (both UPLOAD and DOWNLOAD). Each parameter is in the form NAME=VALUE. NAME should not conflict with an attribute name for the entities being loaded.
We welcome you to join and contribute to the Oracle FNDLOAD Scripts. If you are interested in helping please don’t hesitate to contact on an e-mail: founder@egyptianprogrammers.com
Suggestions & Issues
If you find any issue or have a great idea in mind please create an issue on GitHub.