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 63c0479b9a1755e060638931270a720821e314aa..68d7d5b93220dbb67f79a62ec31a24806c70afca 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
@@ -209,6 +209,7 @@ If the current value is greater than 9223372036854775807, an error will occur. F
| [URI Data Types][URI_Data_Types] | Not Support |
| [URIFactory Package][URIFactory_Package] | Not Support |
| SDO_GEOMETRY | Partially Supported
See : [Spatial](#spatial)|
+| ST_GEOMETRY | Partially Supported
See : [Spatial](#spatial)|
| [SDO_TOPO_GEOMETRY][SDO_TOPO_GEOMETRY] | Not Support |
| [SDO_GEORASTER][SDO_GEORASTER] | Not Support |
diff --git a/product/en/docs-mtk/v2.0/release-notes.md b/product/en/docs-mtk/v2.0/release-notes.md
index dfc422b7601d339b7fe5fbf67d755ce0aaf3bcbd..08cab1dcadd45d39783b43ef745459c81e6822d3 100644
--- a/product/en/docs-mtk/v2.0/release-notes.md
+++ b/product/en/docs-mtk/v2.0/release-notes.md
@@ -7,6 +7,45 @@ date: 2021-09-13
# Release Notes
+## v2.3.3
+
+2022-06-08
+
+### MTK
+
+- [mtk_2.3.3_darwin_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64.tar.gz)
+- [mtk_2.3.3_darwin_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64_db2.tar.gz)
+- [mtk_2.3.3_darwin_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_arm64.tar.gz)
+- [mtk_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64.tar.gz)
+- [mtk_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64_db2.tar.gz)
+- [mtk_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_arm64.tar.gz)
+- [mtk_2.3.3_windows_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64.tar.gz)
+- [mtk_2.3.3_windows_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64_db2.tar.gz)
+- [mtk_checksums.txt](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_checksums.txt)
+
+### MTKD
+
+- [mtkd_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64.tar.gz)
+- [mtkd_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64_db2.tar.gz)
+- [mtkd_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_arm64.tar.gz)
+
+### Features
+
+- **Oracle:** rewrite Oracle function declaration `PARALLEL_ENABLE` to be empty
+- **Oracle:** rewrite Oracle function declaration `deterministic` to empty openGauss `IMMUTABLE`
+- **mtkd:** add connection pool parameter
+- **openGauss:** add `timestamp` precision warning
+- **openGauss:** support Oracle `ST_GEOMETRY` for openGauss postgis `geometry`
+- **openGauss:** rewrite Oracle `wmsys.wm_concat` to `wm_concat`
+- **openGauss:** rewrite Oracle `!=` to openGauss `!=`
+
+### Bug Fixes
+
+- **report:** optimize the display of results and solve the sql copy bug
+- **MySQL:** MySQL ignores case query constraints where conditional issues
+- **Oracle:** Migrating Oracle `raw` to openGauss `raw` issue
+- **mtkd:** create/modify/run tasks add configuration checks
+
## v2.3.2
2022-05-16
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 7ad782e890827e83659246abb6cc69c761eae32d..2edaf89ed851119299330004f3ea15e82359626f 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
@@ -192,6 +192,7 @@ MogDB=#select id,concat('"',col_char,'"') ,col_char from tab_char;
| [URI Data Types][URI_Data_Types] | Not Support |
| [URIFactory Package][URIFactory_Package] | Not Support |
| SDO_GEOMETRY | Partially Supported
See : [Spatial](#spatial)|
+| ST_GEOMETRY | Partially Supported
See : [Spatial](#spatial)|
| [SDO_TOPO_GEOMETRY][SDO_TOPO_GEOMETRY] | Not Support |
| [SDO_GEORASTER][SDO_GEORASTER] | Not Support |
diff --git a/product/zh/docs-mtk/v2.0/release-notes.md b/product/zh/docs-mtk/v2.0/release-notes.md
index ff42f76c61e6703a1274fa8c96a3dafc6a27fab0..42cc2430e3fadb22bc76f600ae6f57214412f354 100644
--- a/product/zh/docs-mtk/v2.0/release-notes.md
+++ b/product/zh/docs-mtk/v2.0/release-notes.md
@@ -7,6 +7,45 @@ date: 2021-09-17
# 发布记录
+## v2.3.3
+
+2022-06-08
+
+### MTK
+
+- [mtk_2.3.3_darwin_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64.tar.gz)
+- [mtk_2.3.3_darwin_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64_db2.tar.gz)
+- [mtk_2.3.3_darwin_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_arm64.tar.gz)
+- [mtk_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64.tar.gz)
+- [mtk_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64_db2.tar.gz)
+- [mtk_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_arm64.tar.gz)
+- [mtk_2.3.3_windows_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64.tar.gz)
+- [mtk_2.3.3_windows_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64_db2.tar.gz)
+- [mtk_checksums.txt](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_checksums.txt)
+
+### MTKD
+
+- [mtkd_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64.tar.gz)
+- [mtkd_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64_db2.tar.gz)
+- [mtkd_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_arm64.tar.gz)
+
+### Features
+
+- **Oracle:** 改写 Oracle 函数声明 `PARALLEL_ENABLE` 为 空
+- **Oracle:** 改写 Oracle 函数声明 `deterministic` 为 空 openGauss `IMMUTABLE`
+- **mtkd:** 增加连接池参数
+- **openGauss:** 添加 `timestamp` 精度警告
+- **openGauss:** 支持 Oracle `ST_GEOMETRY` 为 openGauss postgis `geometry`
+- **openGauss:** 改写 Oracle `wmsys.wm_concat` 为 `wm_concat`
+- **openGauss:** 改写 Oracle `! =` 为 openGauss `!=`
+
+### Bug Fixes
+
+- **report:** 优化结果展示,解决sql复制bug
+- **MySQL:** MySQL ignores case query constraints where conditional issues
+- **Oracle:** 迁移 Oracle `raw` to openGauss `raw` issue
+- **mtkd:** 创建/修改/运行任务增加配置检查
+
## v2.3.2
2022-05-16