From 55d62c62fe0d89a6ba73119ecee5c7b13db5561b Mon Sep 17 00:00:00 2001 From: travelliu Date: Mon, 21 Mar 2022 17:31:08 +0800 Subject: [PATCH] fix(mtk): mig oracle to og clientCharset issue --- product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md | 3 ++- product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md b/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md index 0d937000..e3ee853f 100644 --- a/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md +++ b/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md @@ -306,7 +306,8 @@ The support is as follows: - Method one Configure the parameter [charAppendEmptyString](config#charappendemptystring) under `source`-`parameter` to true - Method two - Configure the parameter [clientCharset](config#clientcharset) under `source` and `target` under `connect` to true + Configure the parameter [clientCharset](config#clientcharset) under `source` and `target` under `connect` to `GBK` + Configure the parameter [igErrorData](config#igerrordata) under `target`-`parameter` to true #### ORA-01805 msg:possible error in date/time operation diff --git a/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md b/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md index 28d3ead3..1df26eea 100644 --- a/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md +++ b/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md @@ -289,7 +289,8 @@ openGauss数据库系统列: - 方法一 在 `source`-`parameter` 下配置参数[charAppendEmptyString](config#charappendemptystring) 为 true - 方法二 - 在 `source`和`target`下的 `connect` 下配置参数[clientCharset](config#clientcharset) 为 true + 在 `source`和`target`下的 `connect` 下配置参数[clientCharset](config#clientcharset) 为 `GBK` + 在 `target`-`parameter` 下配置参数[igErrorData](config#igerrordata) 为 true #### ORA-01805 msg:possible error in date/time operation -- Gitee