Question 151

Which three factors influence the optimizer's choice of an execution plan? (Choose three.)
  • Question 152

    You executed this command to create a password file:
    $ orapwd file = orapworcl entries = 10 ignorecase = N
    Which two statements are true about the password file? (Choose two.)
  • Question 153

    Your database supports an online transaction processing (OLTP) workload in which one of the applications
    creates a temporary table for a session and performs transactions on it. This consumes a lot of undo
    tablespace and generates lots of redo.
    Which two actions would you take to solve this problem? (Choose two.)
  • Question 154

    Examine the parameters:

    Users complain that their sessions for certain transactions hang. You investigate and discover that some users fail to complete their transactions, causing other transactions to wait on row-level locks.
    Which two actions would you take to prevent this problem? (Choose two.)
  • Question 155

    Examine the following command:
    CREATE TABLE (prod_id number(4),
    Prod_name varchar2 (20),
    Category_id number(30),
    Quantity_on_hand number (3) INVISIBLE);
    Which three statements are true about using an invisible column in the PRODUCTS table?