Previous  Next          Contents  Index  Glossary  Library

Downloading and Uploading

The AKLOAD program is used during an upgrade to unload Web Applications Dictionary data from the Common Modules (AK) tables to a text file. AKLOAD can then load data from a text file back into the upgraded AK tables.

Software Requirements

The following must be installed:

Note: The class path and path must point to the correct areas.

Command Syntax

The command syntax for AKLOAD is:

java oracle.apps.ak.akload [parameters]

Examples

To upload without updating existing database records with matching records in the data file:

java oracle.apps.ak.akload scott tiger UPLOAD test.up NOUPDATE

To upload and update existing database records with matching records in the data file:

java oracle.apps.ak.akload scott tiger UPLOAD test.up UPDATE

To download all flows belonging to AK:

java oracle.apps.ak.akload scott tiger DOWNLOAD test.dwn GET FLOW
	 AK ""

To download all AK and client ATTRIBUTEs:

java oracle.apps.ak.akload scott tiger DOWNLOAD test.dwn
	 GET_CLIENT_DATA ATTRIBUTE

To download REGION AKO_LINES for CZ and REGION AKO_DETAIL for ICX:

java oracle.apps.ak.akload scott tiger DOWNLOAD test.dwn GET
	 REGION CZ AKO_LINES ICX AKO_DETAIL

Command Parameters



         Previous  Next          Contents  Index  Glossary  Library