1. 首页 > ITPUX技术网 > 正文

正確關閉 Recyclebin 的方法

<< 轉文自 http://dba.tw/index.php?topic=68.0 >>

在執行一些語法的時候, 會發現可能錯誤來自與Recyclebin 相關的table 等等, 以下提供如何正確關閉Recyclebin的方法:

SQL> show parameter recyclebin

NAME TYPE VALUE
———————————— ———– ——————————
recyclebin string on

SQL> alter session set recyclebin = OFF;

Session altered.

SQL> alter system set recyclebin = OFF scope=both sid=’*’;

System altered.

SQL> purge recyclebin;

Recyclebin purged.
SQL> show parameter recyclebin

NAME TYPE VALUE
———————————— ———– ——————————
recyclebin string OFF

本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html

联系我们

在线咨询:点击这里给我发消息

微信号:itpux-com

工作日:9:30-18:30,节假日休息