diff --git a/content/docs-lite/en/docs/DataBaseReference/flashback.md b/content/docs-lite/en/docs/DataBaseReference/flashback.md
index a82ac23adc4fe18838f1c2ecdd4fb5eaee4b7b14..45be1566922d1b61a907dccd8c39b6358a7b0fa8 100644
--- a/content/docs-lite/en/docs/DataBaseReference/flashback.md
+++ b/content/docs-lite/en/docs/DataBaseReference/flashback.md
@@ -14,7 +14,8 @@ This parameter is a SIGHUP parameter. Set it based on instructions provided in
## recyclebin\_retention\_time
-**Parameter description**: Specifies the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires.
+**Parameter description**: Specifies the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires. The expired
+objects cannot be used to do flashback operations.
This parameter is a SIGHUP parameter. Set it based on instructions provided in [Table 1](../DatabaseAdministrationGuide/resetting-parameters.md#en-us_topic_0283137176_en-us_topic_0237121562_en-us_topic_0059777490_t91a6f212010f4503b24d7943aed6d846).
diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/drop-truncate-flashback.md b/content/docs-lite/en/docs/DatabaseOMGuide/drop-truncate-flashback.md
index f2524215ef0adba8f7073b09adb96adbe671a941..b2ff7de864a12694a10ebd5245a6011f37120e5f 100644
--- a/content/docs-lite/en/docs/DatabaseOMGuide/drop-truncate-flashback.md
+++ b/content/docs-lite/en/docs/DatabaseOMGuide/drop-truncate-flashback.md
@@ -8,7 +8,8 @@
## Prerequisites
- The **enable\_recyclebin** parameter has been set for enabling the recycle bin.
-- The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires.
+- The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires. The expired
+objects cannot be used to do flashback operations.
## Syntax
diff --git a/content/docs-lite/en/docs/SQLReference/timecapsule-table.md b/content/docs-lite/en/docs/SQLReference/timecapsule-table.md
index 7d196f261412944aa97e95e619832157e42d7b96..b5d0b3fed559737c355daf75bd6d37096e714f01 100644
--- a/content/docs-lite/en/docs/SQLReference/timecapsule-table.md
+++ b/content/docs-lite/en/docs/SQLReference/timecapsule-table.md
@@ -68,7 +68,7 @@ TIMECAPSULE TABLE [schema.]table_name TO { CSN expr | TIMESTAMP expr | BEFORE {
- When a dropped table is restored, only the base table name is restored, and the names of other subobjects remain the same as those in the recycle bin. You can run the DDL command to manually change the names of subobjects as required.
- The recycle bin does not support write operations such as DML, DCL, and DDL, and does not support DQL query operations \(supported in later versions\).
- - The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires.
+ - The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires. The expired objects cannot be used to do flashback operations.
- **RENAME TO**
diff --git "a/content/docs-lite/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236DROP-TRUNCATE.md" "b/content/docs-lite/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236DROP-TRUNCATE.md"
index c0dffb9682bad0f24ab98fcdc085b92eb063506b..3c21779f81ea18ea979e20c494832f9f3ee8bbb5 100644
--- "a/content/docs-lite/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236DROP-TRUNCATE.md"
+++ "b/content/docs-lite/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236DROP-TRUNCATE.md"
@@ -8,7 +8,7 @@
## 前提条件
- 开启enable\_recyclebin参数,启用回收站。
-- recyclebin\_retention\_time参数用于设置回收站对象保留时间,超过该时间的回收站对象将被自动清理。
+- recyclebin\_retention\_time参数用于设置回收站对象保留时间,超过该时间的回收站对象无法进行闪回恢复操作并将被自动清理。
## 相关语法
diff --git "a/content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md"
index c02a4c928ddc38396943b8aa244c41ce5ec4b95e..4bab68e4cc169d3b388ed1ab56f70be759e614ea 100644
--- "a/content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md"
+++ "b/content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md"
@@ -14,7 +14,7 @@
## recyclebin\_retention\_time
-**参数说明**:设置回收站对象保留时间,超过该时间的回收站对象将被自动清理。在执行purge recyclebin或者后台回收站清理线程时,将会删除超过该时间的回收站对象。
+**参数说明**:设置回收站对象保留时间,超过该时间的回收站对象无法进行闪回恢复操作并将被自动清理。在执行purge recyclebin或者后台回收站清理线程时,将会删除超过该时间的回收站对象。
该参数属于SIGHUP类型参数,请参考[表1](../DatabaseAdministrationGuide/参数设置.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
diff --git a/content/docs-lite/zh/docs/SQLReference/TIMECAPSULE-TABLE.md b/content/docs-lite/zh/docs/SQLReference/TIMECAPSULE-TABLE.md
index 52ef4c6ec58bfd245c3013880bad2db52cd396b6..125d7362523935713666de6ee5796746b7047486 100644
--- a/content/docs-lite/zh/docs/SQLReference/TIMECAPSULE-TABLE.md
+++ b/content/docs-lite/zh/docs/SQLReference/TIMECAPSULE-TABLE.md
@@ -68,7 +68,7 @@ TIMECAPSULE TABLE [schema.]table_name TO { CSN expr | TIMESTAMP expr | BEFORE {
- 恢复DROP表时,只恢复基表名,其他子对象名均保持回收站对象名。用户可根据需要,执行DDL命令手工调整子对象名。
- 回收站对象不支持DML、DCL、DDL等写操作,不支持DQL查询操作(后续支持)。
- - recyclebin\_retention\_time配置参数用于设置回收站对象保留时间,超过该时间的回收站对象将被自动清理。
+ - recyclebin\_retention\_time配置参数用于设置回收站对象保留时间,超过该时间的回收站对象无法进行闪回恢复操作并将被自动清理。
- **RENAME TO**
diff --git a/content/en/docs/DatabaseOMGuide/flashback-restoration.md b/content/en/docs/DatabaseOMGuide/flashback-restoration.md
index 1f66a9f5f83437d982feb6f99b276475320011f7..946e05b1b8b4ed97e74e9af90cae3591af8c6d5a 100644
--- a/content/en/docs/DatabaseOMGuide/flashback-restoration.md
+++ b/content/en/docs/DatabaseOMGuide/flashback-restoration.md
@@ -101,7 +101,8 @@ Flashback truncate enables you to restore tables that are truncated by mistake a
### Prerequisites
- The **enable\_recyclebin** parameter has been set for enabling the recycle bin.
-- The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires.
+- The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires. The expired
+objects cannot be used to do flashback operations.
### Syntax
diff --git a/content/en/docs/DatabaseReference/flashback.md b/content/en/docs/DatabaseReference/flashback.md
index 3829cd07ca989551a53c4634037173406dbdaf27..8c601b6dba47f1d7f110417c43c66e2cf7643004 100644
--- a/content/en/docs/DatabaseReference/flashback.md
+++ b/content/en/docs/DatabaseReference/flashback.md
@@ -17,7 +17,8 @@ This parameter is a SIGHUP parameter. Set it based on instructions provided in
## recyclebin\_retention\_time
-**Parameter description**: Specifies the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires.
+**Parameter description**: Specifies the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires. The expired
+objects cannot be used to do flashback operations.
This parameter is a SIGHUP parameter. Set it based on instructions provided in [Table 1](../DatabaseAdministrationGuide/resetting-parameters.md#en-us_topic_0283137176_en-us_topic_0237121562_en-us_topic_0059777490_t91a6f212010f4503b24d7943aed6d846).
diff --git a/content/en/docs/SQLReference/timecapsule-table.md b/content/en/docs/SQLReference/timecapsule-table.md
index 08378895519beb4ca620b95f0363735fbe22dc9a..cdc729684fefa79030ec303e8a5036e17a22ed3f 100644
--- a/content/en/docs/SQLReference/timecapsule-table.md
+++ b/content/en/docs/SQLReference/timecapsule-table.md
@@ -68,7 +68,7 @@ TIMECAPSULE TABLE [ schema_name.]table_name TO {CSN expr | TIMESTAMP expr | BEFO
- When a dropped table is restored, only the base table name is restored, and the names of other subobjects remain the same as those in the recycle bin. You can run the DDL command to manually change the names of subobjects as required.
- The recycle bin does not support write operations such as DML, DCL, and DDL, and does not support DQL query operations \(supported in later versions\).
- - The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires.
+ - The **recyclebin\_retention\_time** parameter has been set for specifying the retention period of objects in the recycle bin. The objects will be automatically deleted after the retention period expires. The expired objects cannot be used to do flashback operations.
- **RENAME TO**
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md" "b/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md"
index 93c39b6735ef323c962283a5bebd40793aea6407..782a04c9b7702821b1991cee32cec35417e07fd5 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md"
@@ -108,7 +108,7 @@ TIMECAPSULE TABLE t1 TO CSN 9617;
### 前提条件
- 开启enable\_recyclebin参数,启用回收站。
-- recyclebin\_retention\_time参数用于设置回收站对象保留时间,超过该时间的回收站对象将被自动清理。
+- recyclebin\_retention\_time参数用于设置回收站对象保留时间,超过该时间的回收站对象无法进行闪回恢复操作并将被自动清理。
### 相关语法
diff --git "a/content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md"
index b949ef9eb7ea9230601e0df0e1b4e6c7ad3be2d5..61a2398d33b310a9f0c57bd71c13a990e33e9c1d 100644
--- "a/content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md"
@@ -17,7 +17,7 @@
## recyclebin\_retention\_time
-**参数说明**:设置回收站对象保留时间,超过该时间的回收站对象将被自动清理。在执行purge recyclebin或者后台回收站清理线程时,将会删除超过该时间的回收站对象。
+**参数说明**:设置回收站对象保留时间,超过该时间的回收站对象无法进行闪回恢复操作并将被自动清理。在执行purge recyclebin或者后台回收站清理线程时,将会删除超过该时间的回收站对象。
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
diff --git a/content/zh/docs/SQLReference/TIMECAPSULE-TABLE.md b/content/zh/docs/SQLReference/TIMECAPSULE-TABLE.md
index 40803792b3a663863d4576ac9e9644768e80baeb..26fadb4cb6d161b7cab38fa13edc20e5391553e2 100644
--- a/content/zh/docs/SQLReference/TIMECAPSULE-TABLE.md
+++ b/content/zh/docs/SQLReference/TIMECAPSULE-TABLE.md
@@ -68,7 +68,7 @@ TIMECAPSULE TABLE [ schema.]table_name TO {CSN expr | TIMESTAMP expr | BEFORE {
- 恢复DROP表时,只恢复基表名,其他子对象名均保持回收站对象名。用户可根据需要,执行DDL命令手工调整子对象名。
- 回收站对象不支持DML、DCL、DDL等写操作,不支持DQL查询操作(后续支持)。
- - recyclebin\_retention_time配置参数用于设置回收站对象保留时间,超过该时间的回收站对象将被自动清理。
+ - recyclebin\_retention_time配置参数用于设置回收站对象保留时间,超过该时间的回收站对象无法进行闪回恢复操作并将被自动清理。
- **RENAME TO**