$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Loads data from a text file back into the upgraded AK tablesAKLOAD is used during an upgrade to unload Web Applications Dictionary data from the Common Modules tables to a text file.

File Extensions 
NameDescription
.jltJava Loader Text - used by AKLOAD.java


Attributes
NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

SCM
Target LocationPath to where the file should be deployed to.$<PROD_TOP>/patch/115/import/
JDBC ProtocolDriver type for the database.thinthin | oci8
Upload Mode

NLS data uploads for translated columns are supported.

UPDATEUPDATE | NOUPDATE
Language

Specifies the current language of the session.

$NLS_LANG


Related Project Properties
NameDescriptionDefault Value
N/AN/AN/A

Sample Build Commands 

N/A - Build commands not supported for this type.


Sample Deploy Commands 
cp $SOURCE_FILE $XXHR_TOP/patch/115/import/;
java oracle.apps.ak.akload $FDEBS_DB_USER $FDEBS_DB_PASSWORD thin "$AD_APPS_JDBC_URL" UPLOAD $XXHR_TOP/patch/115/import/pos_reg_summary.jlt UPDATE $NLS_LANG


Considerations

None

  • No labels