what is purge command
explain about oracle performance tuning
Answers were Sorted based on User's Feedback
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 |
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 |
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
how are rank and dense rank being alloted for column with same values over a particular column
Is sql microsoft?
if we give update table_name set column_name= default. what will happen? its given in pl sql block.what will hapen?
What is correlated sub-query?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
Is left join faster than inner join?
Is primary key a clustered index?
What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
what is SCALAR Queries?
what is sub-query? : Transact sql
how are mysql timestamps seen to a user? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)