1.
What criterion does Oracle9i use to determine whether a database file is an Oracle Managed File?
2.
Oracle9i extends the cursor sharing functionality with the new value of SIMILAR for the CURSOR_SHARING
parameter. With CURSOR_SHARING = SIMILAR, cursors are shared for safe literals only. What is meant by
'safe literals only'?
3.
There is more than one way to set the server to detect and affect long running operations automatically. What
is the best choice of you want to reduce the impact of long running operations on other users without aborting
the long running operations?
4.
Which statement correctly describes the function of Oracle9i Cache Fusion feature?

 
5.
What is true if you want to switch undo tablespaces from the current one, called UNDO1, to a new one called
UNDO2?
6.
Consider the following statement:
SQL> EXECUTE DBMS_STATS.GATHER_SHEMA_STATS (-
2> ownname => 'OE', -
3> estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, -
4> method opt => 'for all columns size AUTO');
What is the effect of 'for all columns size AUTO' of the METHOD_OPT option?
7.
When does Oracle9i flag an index as being used in the V$OBJECT_USAGE view?
8.
Using a bitmap structure to manage database object space has several benefits over using freelist structures. Which three are benefits of managing space using automaticsegment- space managed objects? (Choose three)
9.
The EMPLOYEES table has six indexes and DML operations are slow. Which command begins monitoring the
EMPLOYEE_IDX_FK index to determine whether it has been used by an execution plan?
10.
You can control instance recover performance by setting parameters to define targets for ______.