1Z0-060 Exam Question 66
Examine the current values for the following parameters in your database instance:
SGA_MAX_SIZE = 1024M
SGA_TARGET = 700M
DB_8K_CACHE_SIZE = 124M
LOG_BUFFER = 200M
You issue the following command to increase the value of DB_8K_CACHE_SIZE:
SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;
Which statement is true?
SGA_MAX_SIZE = 1024M
SGA_TARGET = 700M
DB_8K_CACHE_SIZE = 124M
LOG_BUFFER = 200M
You issue the following command to increase the value of DB_8K_CACHE_SIZE:
SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;
Which statement is true?
1Z0-060 Exam Question 67
In your multitenant container database (CDB) containing pluggable databases (PDB), users complain about performance degradation.
How does real-time Automatic database Diagnostic Monitor (ADDM) check performance degradation and provide solutions?
How does real-time Automatic database Diagnostic Monitor (ADDM) check performance degradation and provide solutions?
1Z0-060 Exam Question 68
You need to create a table for a banking application. One of the columns in the table has the following requirements:
1) You want a column in the table to store the duration of the credit
period.
2) The data in the column should be stored in a format such that it can be easily added and subtracted with date data type without using conversion functions.
3) The maximum period of the credit provision in the application is 30
days.
4) The interest has to be calculated for the number of days an
individual has taken a credit for.
Which data type would you use for such a column in the table?
1) You want a column in the table to store the duration of the credit
period.
2) The data in the column should be stored in a format such that it can be easily added and subtracted with date data type without using conversion functions.
3) The maximum period of the credit provision in the application is 30
days.
4) The interest has to be calculated for the number of days an
individual has taken a credit for.
Which data type would you use for such a column in the table?
1Z0-060 Exam Question 69
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?
$ orapwd file = orapworcl entries = 10 ignorecase = N
Which two statements are true about the password file?
1Z0-060 Exam Question 70
Which two statements are true when row archival management is enabled?