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'?
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?
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?
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)
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?