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 is data manipulation language?
How do I view a sql database?
Explain what is a field in a database and record in a database?
how many ways to get the current time? : Sql dba
What is trigger in pl sql?
How do you update f as m and m as f from the below table testtable?
How is sql used in oracle?
What is the difference between having and a where in sql?
How do I find duplicates in the same column?
What are the advantages of pl sql over sql?
What is duration in sql profiler trace?
What is the difference between join and natural join?
Can a primary key be a foreign key?
how to dump a table to a file with 'mysqldump'? : Sql dba
what is “go” in t-sql? : Transact sql