Home | Previous Page | Next Page   Data Migration Utilities > The onunload and onload Utilities >

Syntax of the onunload Command

Read syntax diagramSkip visual syntax diagram>>-onunload--+---------------------------------+--database------>
             |                            (1)  |
             '-| Destination Parameters |------'
 
>--+------------------------+----------------------------------><
   '-:--+----------+--table-'
        '-owner--.-'
 
Notes:
  1. See page Destination Parameters
Element Purpose Key Considerations
database Specifies the name of a database Additional Information: The database name cannot be qualified by a database server name (database@dbservername).

References: Syntax must conform to the Identifier segment; see the IBM Informix: Guide to SQL Syntax.

owner. Specifies the owner of the table Additional Information: The owner name must not include invalid characters.

References: For pathname syntax, see your operating-system documentation.

table Specifies the name of the table Restriction: The table must exist.

References: Syntax must conform to the Table Name segment; see the IBM Informix: Guide to SQL Syntax.

If you do not specify any destination parameter options, onunload uses the device that TAPEDEV specifies. The block size and tape size are the values specified as TAPEBLK and TAPESIZE, respectively. (For information about TAPEDEV, TAPEBLK, and TAPESIZE, see your IBM Informix: Administrator's Guide.)

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]