>>-dbimport-----------------------------------------------------> .---------. V | (1) (2) >--+---+-----+-+--| Input-File Location |-------| Create Options |-------database-+->< | +- -c-+ | | +- -q-+ | | '- -X-' | '- -V--------------------------------------------------------------------------'
Element | Purpose | Key Considerations |
---|---|---|
-c | Instructs dbimport to complete importing even though it encounters certain nonfatal errors | References: For more information, see Errors and Warnings. |
-q | Suppresses the display of error messages, warnings, and generated SQL data-definition statements | None. |
-V | Displays product version information | None. |
-X | Recognizes HEX binary data in character fields | None. |
database | Specifies the name of the database to create | Additional Information: To use more than the simple name of the database, see the Database Names segment in the IBM Informix: Guide to SQL Syntax. |
The dbimport utility can use files from the following location options:
The dbimport utility supports the following tasks for a new Informix database server (excluding SE):
The user who runs dbimport is granted the DBA privilege on the newly created database. The dbimport process locks each table as it is being loaded and unlocks the table when the loading is complete.
When the GLS environment variables are set correctly, as the IBM Informix: GLS User's Guide describes, dbimport can import data into database versions that support GLS.