Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is sql catalog?

1067


What is package in pl sql with an examples?

1084


what is union, minus and interact commands? : Sql dba

1254


Does sql view stored data?

1003


What is the maximum number of triggers, you can apply on a single table?

1047


What are tables and fields in the database?

1188


How delete all records from table in sql?

1014


What does plv msg allows you to do?

1179


How do I partition a table in sql?

1206


Explain correlated query work?

1101


What are the different parts of a package?

1152


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

1047


What is character functions?

1114


Does truncate table reset auto increment?

1049


What is a natural join?

1140