what is purge command
explain about oracle performance tuning

Answers were Sorted based on User's Feedback



what is purge command explain about oracle performance tuning..

Answer / 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

what is purge command explain about oracle performance tuning..

Answer / 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

More SQL PLSQL Interview Questions

What is pl sql package?

0 Answers  


What is data profiling in sql?

0 Answers  


Why sql query is slow?

0 Answers  


What are pl sql procedures?

0 Answers  


What is a natural join sql?

0 Answers  






Is full outer join same as cross join?

0 Answers  


what is inline view?

15 Answers  


Is inner join same as self join?

0 Answers  


What is minus?

0 Answers  


What are local and global variables and their differences?

0 Answers  


What is the difference between view and stored procedure?

0 Answers  


How do you optimize SQL queries ?

6 Answers   CarrizalSoft Technologies, Infosys, Oracle,


Categories