what is purge command
explain about oracle performance tuning
Answer Posted / pooja
Use the PURGE statement to remove a table or index from
your recycle bin and release all of the space associated
with the object, or to remove the entire recycle bin, or to
remove part of all of a dropped tablespace from the recycle
bin.
PURGE RECYCLEBIN;
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is the difference between functions, procedures, and packages in pl/sql?
Determine if oracle date is on a weekend?
Can we insert data into view?
Can a procedure in a package be overloaded?
What is normalization sql?
What does the argument [or replace] do?
What is the difference between mdf and ndf files?
Explain scalar functions in sql?
how to fetch common records from two tables? : Sql dba
What is file based approach?
What is a join?
What does subquery mean in sql?
how to convert dates to character strings? : Sql dba
what is 'mysqldump'? : Sql dba
What is the difference between alter trigger and drop trigger statements?