what is purge command
explain about oracle performance tuning
Answer Posted / apurva
Purge command is used to clear the recycle bin.
It can also be used with drop command
ex. drop table <tablename> purge;
this command will clear away the table from database as
well as from the recycle bin. After firing of purge command
you cannot retrive the table using flashback query.
Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
What does the file extension accdb stand for?
Why is pl sql needed?
What is before trigger?
What is meant by cursor in sql?
What does the argument [or replace] do?
What is sql injection owasp?
What is the difference between cluster and non-cluster index?
how is myisam table stored? : Sql dba
How do I write a sql query in pgadmin 4?
Explain the the update statement in sql?
What is data type in database?
What is not null in sql?
Which are the different types of indexes in sql?
Explian rowid, rownum?
how can we destroy the cookie? : Sql dba