Previous Topic

Next Topic

fastload Command—Load Binary Files into Database

The fastload command loads binary format files into the database.

Note: Before using this command, make sure you understand the fastload operation and have satisfied the requirements for running it. For more information, see the Database Administrator Guide.

The fastload command has the following format:

fastload dbname -file=filename -table=tablename

Previous Topic

Next Topic

fastload Example

This command loads the file test.out into the table test in the database fload:

fastload fload -file=test.out -table=test


© 2007 Ingres Corporation. All rights reserved.