table

The table option allows for extracting the contents of specific tables from the database.

For example, the optString value of "table=ACCTMGR" will export the contents of the ACCTMGR table in the database to the export file.

To export the data from multiple tables, specify the names of those tables separated by the comma. For example:

table=TABLE1,TABLE2,TABLE3

Note
If the extracted table includes a foreign key reference, the extract will be successful but an import of the extracted data may not work if the referenced data does not exist in the target database for the import.