From 613c743f2ee5d6cc5a2af8fc0df01e7f39f13089 Mon Sep 17 00:00:00 2001 From: sundechao Date: Mon, 10 Mar 2025 20:00:32 +0800 Subject: [PATCH] update recyclebin_retention_time info --- content/docs-lite/en/docs/DataBaseReference/flashback.md | 3 ++- .../en/docs/DatabaseOMGuide/drop-truncate-flashback.md | 3 ++- content/docs-lite/en/docs/SQLReference/timecapsule-table.md | 2 +- .../DatabaseOMGuide/\351\227\252\345\233\236DROP-TRUNCATE.md" | 2 +- ...233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" | 2 +- content/docs-lite/zh/docs/SQLReference/TIMECAPSULE-TABLE.md | 2 +- content/en/docs/DatabaseOMGuide/flashback-restoration.md | 3 ++- content/en/docs/DatabaseReference/flashback.md | 3 ++- content/en/docs/SQLReference/timecapsule-table.md | 2 +- .../\351\227\252\345\233\236\346\201\242\345\244\215.md" | 2 +- ...233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" | 2 +- content/zh/docs/SQLReference/TIMECAPSULE-TABLE.md | 2 +- 12 files changed, 16 insertions(+), 12 deletions(-) diff --git a/content/docs-lite/en/docs/DataBaseReference/flashback.md b/content/docs-lite/en/docs/DataBaseReference/flashback.md index a82ac23ad..45be15669 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 f2524215e..b2ff7de86 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 7d196f261..b5d0b3fed 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 c0dffb968..3c21779f8 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 c02a4c928..4bab68e4c 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 52ef4c6ec..125d73625 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 1f66a9f5f..946e05b1b 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 3829cd07c..8c601b6db 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 083788955..cdc729684 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 93c39b673..782a04c9b 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 b949ef9eb..61a2398d3 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 40803792b..26fadb4cb 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** -- Gitee