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
explain primary keys and auto increment fields in mysql : sql dba
What is the use of %rowtype?
What will you get by the cursor attribute sql%rowcount?
Why partition by is used in sql?
What are different types of triggers?
Is sql considered coding?
How does sql store data?
How do I start sql profiler?
how do you control the max size of a heap table? : Sql dba
What is pl sql commands?
What is a delimiter in sas?
What are stored procedures in mysql?
What is a native sql query?
What is function and procedure in pl sql?
How to assign sql query results to pl sql variables?