Which statement is correct in this scenario?

View the Exhibit.
You have more than one table in the recycle bin having the same original name, DEPT2. You do not have any table with the name DEPT2 in your schema. You executed the following command:
PURGE TABLE dept2;
Which statement is correct in this scenario?
Exhibit:

View the Exhibit.
You have more than one table in the recycle bin having the same original name, DEPT2. You do not have any table with the name DEPT2 in your schema. You executed the following command:
PURGE TABLE dept2;
Which statement is correct in this scenario?
Exhibit:

A.
All the tables having the same original name as DEPT2 will be purged from the recycle bin.

B.
The table with dropscn = 1928151 (oldest dropscn) will be purged from the recycle bin.

C.
The table with dropscn = 1937123 (most recent dropscn) will be purged from the recycle bin.

D.
None of the tables will be purged because there are multiple entries with the same original name in the recycle bin.

Explanation:
For the PURGE TABLE and PURGE INDEX commands, if you specify an original name and the recycle bin contains more than one object of that name, then the object that has been in the recycle bin the longest is purged first (First In First Out).
Ref.:
Oracle Database 10g: Administration Workshop II. Page: 10-13.



Leave a Reply 0

Your email address will not be published. Required fields are marked *