Question 16
In one of your databases, unified auditing is enabled and an SH.SALES table exists.
You can successfully execute these commands:
Which statement is true about SALES_POL?
Question 17
You Execute the Following command to create a password file in the database server:
$ orapwd file = '+DATA/PROD/orapwprod entries = 5 ignorecase = N format = 12' Which two statements are true about the password file? (Choose two.)
Question 18
Which set of statements is true about data dictionary views?
1. They are stored in the SYSTEM tablespace.
2. They are based on virtual tables.
3. They are owned by the SYS user.
4. They can be queried by a normal user only if the 07_DICTIONARY_ACCESSIBILITY parameter is set to TRUE.
5. The V$FIXED_TABLE view can be queried to list the names of these views.
6. They are owned by the SYSTEM user.
Question 19
An application accesses a small lookup table frequently. You notice that the required data blocks are getting aged out
of the default buffer cache.
How would you guarantee that the blocks for the table never age out?
Question 20
You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute the following script:
SQL > @utlrp.sql
Which two actions does the script perform? (Choose two.)
