Command Syntax
>>-EXPORT TO--filename--OF--filetype----------------------------> >-----+---------------------------+-----------------------------> | .-,-----------. | | V | | '-LOBS TO-----lob-path---+--' >-----+---------------------------+-----------------------------> | .-,-----------. | | V | | '-LOBFILE-----filename---+--' >-----+-----------------------------------+---------------------> | .-----------------. | | V | | '-MODIFIED BY-----filetype-mod---+--' >-----+--------------------------------------+------------------> | .-,--------------. | | V | | '-METHOD N--(-----column-name---+---)--' >-----+-------------------------+-------------------------------> '-MESSAGES--message-file--' >-----+-select-statement---------------------------------------------+> '-HIERARCHY--+-STARTING--sub-table-name--+---+---------------+-' '-| traversal-order-list |--' '-where-clause--' >-------------------------------------------------------------->< traversal-order-list .-,-----------------. V | |---(-----sub-table-name---+---)--------------------------------|
Command Parameters
When creating LOB files during an export operation, file names are constructed by appending the current base name from this list to the current path (from lob-path), and then appending a 3-digit sequence number. For example, if the current LOB path is the directory /u/foo/lob/path, and the current LOB file name is bar, the LOB files created will be /u/foo/lob/path/bar.001, /u/foo/lob/path/bar.002, and so on.
Note: | When exporting BIGINT or DECIMAL data, only values that fall within the range of type DOUBLE can be exported accurately. Although values that do not fall within this range are also exported, importing or loading these values back may result in incorrect data, depending on the operating system. |
For more information about file formats, see Appendix C, Export/Import/Load Utility File Formats.
If the name of a file that already exists is specified, the export utility overwrites the contents of the file; it does not append the information.