dbimport
The dbimport utility creates a database and loads it with data from text files on tape or disk. This topic describes the functionality of dbimport utility when it is executed using InformixHQ UI.
Database Import utility
dbimport imports a previously exported database (from .exp folder) back
into Informix server:
- Reads from a folder named <database>.exp located in the same directory as the agent running JAR.
- Applies the exported schema and data to the specified Informix database.
- The user must provide the target database name during the import.
- Import operation will fail if the <database>.exp folder does not exist or the folder is not accessible to the user running the agent JAR.