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

Syntax of the onload Command

Read syntax diagramSkip visual syntax diagram>>-onload--+----------------------------+----------------------->
           |                       (1)  |
           '-| Source Parameters |------'
 
>--+- -d--dbspace--database--+------------------------+-+------><
   |                         '-:--+----------+--table-' |
   |                              '-owner--.-'          |
   |                    (2)                             |
   '-| Create Options |---------------------------------'
 
Notes:
  1. See page Source Parameters
  2. See page Create Options
Element Purpose Key Considerations
-d dbspace Loads a database or table into the specified dbspace Restriction: The tape being loaded must contain the specified database or table.
database Specifies the name of the database Restriction: The database name cannot include a database server name, such as 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 Restriction: The owner name must not include invalid characters.

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

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

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

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