SQL> shutdown abort .com
About
DBA Queries
DBA Scripts
Quick Guides
Nooleus
Other Stuff
Contact
Administration
Status
Session
Init Parameters
User
Roles
ASM
RAC 10gR2
Job Scheduler
Advanced Queues
Recycle bin
Structure
Tablespace
Objects
Indexes
Files
Redo Logs
Undo
Constraints
Materialized view
Partitions
Triggers
Performance
General
Locks DML
Locks DDL
Waits
Statistics
Query Tuning
Memory
Statspack
AWR
Backup
DataGuard
RMAN
Import Export
Flashback
Datapump
Miscellaneous
Useful UNIX
utl_file
SQL*Net
tnsnames.ora
listener.ora
Administration - Recycle bin
Display the contents of the recycle bin
Empty the recycle bin
Drop an object with out putting it in the recycle bin
Display the contents of the recycle bin
show recyclebin
show recyclebin
Empty the recycle bin
purge recyclebin
purge recyclebin
Drop an object with out putting it in the recycle bin
drop <object_type> <object_name> purge;
drop <object_type> <object_name> purge;
Copyright© 2007-2010 Andrew Barry