|
Re: how to clean recyclebin in 11g [message #638791 is a reply to message #638790] |
Sun, 21 June 2015 09:21 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/136107.jpg) |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
http://www.orafaq.com/wiki/Recycle_bin
http://www.orafaq.com/node/968
Problem Exists Between Keyboard And Chair
[oracle@localhost dbs]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Sun Jun 21 07:21:34 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select * from V$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
SQL> purge recyclebin;
Recyclebin purged.
SQL>
[Updated on: Sun, 21 June 2015 09:22] Report message to a moderator
|
|
|
|
|
|