Example: Exporting Data Area's Data to a Zipped File in Binary Format
To export all the data in the gen
data area
to a zipped file called DataOut.zip, type the following at a command
line:
dbexport -z DataOut.zip gen
The screen output will look like the output in the example, Example: Exporting Data Area's Data to a Directory in Binary Format .
The file DataOut.zip file is placed in the directory where the command was issued. The files created by this syntax contain the same binary files as the previous example.