Loads data from a text file back into the upgraded AK tables. AKLOAD is used during an upgrade to unload Web Applications Dictionary data from the Common Modules tables to a text file.
Object Type Identification
- Files with the extension .jlt are included regardless of location
File Extensions
Name | Description |
---|---|
.jlt | Java Loader Text - used by AKLOAD.java |
Attribute Code
JLT
Attributes
Name | Description | Default Value | Supported Values |
---|---|---|---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed to. | $<PROD_TOP>/patch/115/import/ | |
JDBC Protocol | Driver type for the database. | thin | thin | oci8 |
Upload Mode | NLS data uploads for translated columns are supported. | UPDATE | UPDATE | NOUPDATE |
Language | Specifies the current language of the session. | $NLS_LANG | |
Target File Permission | Permissions to apply to the file after it is deployed | <None> |
Related Project Properties
Name | Description | Default Value |
---|---|---|
N/A | N/A | N/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