Example: Exporting Data Area's Data to a Directory in Binary Format
To export all the data in the gen
data area
to a directory called DataOut, type the following at a command line:
dbexport -o c:\DataOut gen
The screen output will look like the following example:
|
In the c:\DataOut directory, you will find a set of files with the names listed by dbexport as it exported data. The file contents are in binary format, and may be loaded into a database using dbimport.