How to purge the Oracle Database Recycle Bin
How to purge the Oracle Database 10 / 11 Recycle Bin [ID 572029.1] | |||||
| |||||
修改時間 21-OCT-2009 型別 HOWTO 狀態 PUBLISHED |
In this Document
Applies to:
Oracle Agile Engineering Data Management - Version: 6.0.1 to 6.1.0Information in this document applies to any platform.
Oracle 10.1
Oracle 10.2
Oracle 11.1
Goal
How to purge the Oracle Database 10 / 11 recycle bin ?
Solution
Use the new statement called PURGE - examples:
Purge single objects out of recycle bin
PURGE {TABLE| INDEX };
Purge all objects in recycle bin out of one tablespace. With the option USER it is possible to delete all objects in recycle bin out of one tablespace belonging to the USER
PURGE TABLESPACE[USER ] ;
Purge all objects out of recycle bin belonging to the current USER
PURGE RECYCLEBIN;
Purge all objects out of recycle bin / only for SYSDBA
PURGE dba_recyclebin;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9252210/viewspace-676684/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle recycle bin 研究Oracle
- How To Search and Restore files from Site Collection Recycle BinREST
- Oracle 10 Recycle Bin回收站(轉)Oracle
- Oracle中的回收站(Recycle Bin)Oracle
- Oracle10g新特性:Recycle Bin回收站Oracle
- Oracle10g 中的回收站(Recycle Bin)Oracle
- Oracle OCP 1Z0 053 Q374(Recycle Bin)Oracle
- win10中recycle.bin什麼意思_win10中recycle.bin怎樣刪除Win10
- How to Relink Oracle Database SoftwareOracleDatabase
- How to Shrink Undo Segment In Oracle DatabaseOracleDatabase
- How to drop Oracle RAC database manually?OracleDatabase
- 【新炬網路名師大講堂】Oracle中的回收站(Recycle Bin)Oracle
- Oracle Recyclebin - purgeOracle
- How to Quiesce a DatabaseUIDatabase
- How to check whether the current database in using Oracle optionsDatabaseOracle
- How to Perform a Healthcheck on the DatabaseORMDatabase
- How to enable the flashback database:Database
- How a Database Is Mounted (293)Database
- How to Create Oracle Database QoS Management Administrator AccountsOracleDatabase
- ORA-38301:can not perform DDL/DML over objects in Recycle BinORMObject
- Database Testing: How to Regression Test a Relational DatabaseDatabase
- How to Perform a Health Check on the DatabaseORMDatabase
- [原創] How to Quiesce a DatabaseUIDatabase
- How a Standby Database Is Mounted (295)Database
- How a Clone Database Is Mounted (296)Database
- How to check Database corrupt BlockDatabaseBloC
- How does one rename a database?Database
- [20190920]Asynchronous Global Index Maintenance and Recycle Bin.txtIndexAINaN
- [轉]How to release space from databaseDatabase
- How to move progress database to different OSDatabase
- How a Database Is Quiesced (331)DatabaseUI
- 12C-How to Create Oracle Database QoS Management Administrator AccountsOracleDatabase
- Oracle Drop表(purge)恢復(ODU)Oracle
- Oracle Purge和drop的區別Oracle
- How to use rman backup a noarchivelog databaseHiveDatabase
- How to Tell if the I/O of the Database is Slow - 1Database
- How to Move or Copy a Tablespace to Another Database (61)Database
- How to prevent blocking in your SQL Server databaseBloCSQLServerDatabase