From 0c201716bb2b56b3e6c5cf8694da44e08a9a1c9c Mon Sep 17 00:00:00 2001 From: yuki-tei <57980555+yuki-tei@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:02:14 +0900 Subject: [PATCH 1/2] Update direct_path_load.mdx --- .../02_edb_loader/invoking_edb_loader/direct_path_load.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx b/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx index 81d8b11aaf..9d46eca1f6 100644 --- a/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx +++ b/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx @@ -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: From ffefbd100813f391fb15ec53d848a02b6cc4fe13 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Mon, 9 Mar 2026 15:56:37 -0700 Subject: [PATCH 2/2] active / proscriptive Co-authored-by: gvasquezvargas --- .../02_edb_loader/invoking_edb_loader/direct_path_load.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx b/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx index 9d46eca1f6..62a51c3737 100644 --- a/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx +++ b/product_docs/docs/epas/18/database_administration/02_edb_loader/invoking_edb_loader/direct_path_load.mdx @@ -33,7 +33,7 @@ The restrictions on the target table of a direct path load are: - 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. + Don't use a direct path to load data into the TDE database. This will cause permanent and unrecoverable damage to the relation files at the data-block level. ## Running the direct path load