Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ The restrictions on the target table of a direct path load are:
- You can't use SQL expressions in the data field definitions of the `INTO TABLE` clause.
- The `FREEZE` option isn't supported for direct path loading.

!!! Warning
Currently, a direct path load toward TDE database shall not be performed, because it will cause permanent and unrecoverable damage to the relation files in data-block level.

## Running the direct path load

To run a direct path load, add the `DIRECT=TRUE` option:
Expand Down