Question 96

Which two statements are true about the rules of precedence for operators? (Choose two.)
  • Question 97

    Your database instance is started with a PFILE.
    Examine these parameters:

    You want to increase the size of the buffer cache.
    Free memory is available to increase the size of the buffer cache.
    You execute the command:
    SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
    What is the outcome?
  • Question 98

    You execute this command:

    During the export operation, you detach from the job by using CTRL+C and then execute this command:
    Export> STOP_JOB=immediate
    Are you sure you wish to stop the job ([yes]/no): yes
    Which two statements are true about the job? (Choose two.)
  • Question 99

    You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.
    The variables used in your query are never undefined in your session.
    Which query can be used?
    SELECT &&col1, &&col2
  • Question 100

    Evaluate these commands which execute successfully:

    Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence? (Choose two.)