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
...
Name | Description |
---|---|
.jlt | Java Loader Text - used by AKLOAD.java |
...
Object Type
Name | Code |
---|---|
Java Loader Text (JLT) | JLT |
Object Type Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source | SOURCE | Object Source Location Type | SCM | SCM |
Target Location | TARGET_LOCATION | Path to where the file should be deployed to. | $<PROD_TOP>/patch/115/import/ | |
JDBC Protocol | JDBC_PROTOCOL | Driver type for the database. | thin | thin | oci8 |
Upload Mode | MODE | NLS data uploads for translated columns are supported. | UPDATE | UPDATE | NOUPDATE |
Language | LANG | Specifies the current language of the session. | $NLS_LANG | |
Target File Permission | FILE_PERMISSIONS | Permissions to apply to the file after it is deployed | <None>Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
Name | Code | Description | Default Value |
---|
File Permissions | FILE_PERMISSIONS | Permissions to apply to the file after it is deployed |
Sample Build Commands
N/A - Build commands not supported for this type.
...