The Oracle database will check all data blocks by going through the data on each block, making sure the data is self-consistent.
The DBWn and the direct loader will calculate a checksum and store it in the cache header of every data block when writing it to disk.
The Oracle database will check data blocks belonging to the SYSTEM tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks belonging to the SYSAUX tablespace only, by going through the data on each block, making sure the data is self-consistent.
The Oracle database will check data blocks in the SYSTEM and SYSAUX tablespaces only, by going through the data on each block, making sure the data is self-consistent.
第1题:
Automatic data conversion will occur if which of the following happens?()
第2题:
Given: String value = getServletContext().getInitParameter("foo"); in an HttpServlet and a web applicationdeployment descriptor that contains:
第3题:
You have specified the warning and critical threshold values of an application tablespace to be 60% and 70%, respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()
第4题:
You work as a database administrator for Certkiller .com. You want to create your database with the automatic undo management feature enable.Which two tasks must you perform to achieve this?()
第5题:
Which of the following statements is true regarding the initialization parameter DIAGNOSTIC_DEST?() The default value is the value of the environment variable $ORACLE_HOME; if $ORACLE_HOME isn’t set
第6题:
to enable operating system authentication for a remote client
to restrict the scope of administration to identical operating systems
to allow the start up and shut down of the database from a remote client
to enable the administration of the operating system from a remote client
to disable the administration of the operating system from a remote client
第7题:
The client and server have different NLS_LANGUAGE settings
The client and server character sets are not the same,and the database character set is not a strict superset of the client character set
The client and server are in different time zones
The client requests automatic data conversion
The AUTO_CONVERT initialization parameter is set to TRUE
第8题:
The STATISTICS_LEVEL parameter is set to all whenever this PDB is re-opened.
The STATISTICS_LEVEL parameter is set to ALL whenever any PDB is reopened.
The STATISTICS_LEVEL parameter is set to all whenever the multitenant container database (CDB) is restarted.
Nothing happens; because there is no SPFILE for each PDB, the statement is ignored.
第9题:
Set MEMORY_TARGET to zero
Set the STATISTICS_LEVEL parameter to BASIC
Set the WORKAREA_SIZE_POLICY parameter to MANUAL
Set the PGA_AGGREGATE_TARGET parameter to nonzero value
第10题:
The database can have more than one undo tablespace.
The UNDO_TABLESPACE parameter is valid in both automatic andmanualundo management.
Undo segments automatically grow and shrink as needed, acting as circular storage buffer for their assigned transactions.
An undotablespaceis automatically created if the UNDO_TABLESPACEparameter is not set and the UNDO_MANAGEMENT parameter is set to AUTO during the database instance start up.
第11题:
The MEMORY_MAX_TARGET parameter is automatically set to 500 mb.
The pga_AGGREGATE_TARGET and sga_TARGET parameters are automatically set to zero.
The value of the MEMORY_MAX_TARGET parameter remains zero until it is changed manually.
The lower bounds of pga_AGGREGATE_TARGET and sga_TARGET parameters are set to 90 nb and270 mb, respectively
第12题:
The foo initialization parameter CANNOT be set programmatically.
Compilation fails because getInitParameter returns type Object.
The foo initialization parameter is NOT a servlet initialization parameter.
Compilation fails because ServletContext does NOT have a getInitParameter method.
The foo parameter must be defined within the
第13题:
You have specified the warning and critical threshold values of an application tablespace to be 60% and 70% respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this?()
第14题:
Which two statements are true regarding undo tablespaces()
第15题:
You work as a database administrator for Certkiller .com. Users complain that their query is taking a long time to complete. You suspect the database buffer cache size to be the reason, and you define an alert to be generated when the buffer cache hit metric goes below 85%. When you observe the dynamic performance views, you find that the buffer cache hit ratio is 81% but no alerts are being generated. What could be the reason for this problem?()
第16题:
You have been recently hired as a database administrator. Your senior manager asks you to study the production database server and submit a report on the settings done by the previous DBA. While observing the server settings, you find that the following parameter has been set in the parameter file of the database: REMOTE_OS_AUTHENT = TRUE What could have been the reason to set this parameter as TRUE?()
第17题:
You want to enable automatic PGA memory management in your database. Which setting is required to achieve this?()
第18题:
The EVENT parameter was not set.
The SQL_TRACE parameter is set to FALSE
The Enterprise Manager Grid Control is not used.
The STATISTICS_LEVEL parameter is set to BASIC
The TIMED_STATISTICS parameter is set to FALSE
第19题:
The STATISTICS_LEVEL initialization parameter is set to BASIC
The PGA_AGGREGATE_TARGET initialization parameter is set to zero.
The SGA_MAX_SIZE initialization parameter is set to less than 20 GB
The DB_CACHE_SIZE initialization parameter is set to less than 5 GB
The SHARED_POOL_SIZE initialization parameter is set to a nonzero value.
第20题:
set the CPU time per call in the users profile
set the CPU time per session in the users profiles
set the TIMED_STATISTICS parameter to TRUE in the parameter file
set the CPU levels for the users’ group using Resource Manager
第21题:
The SGA_TARGET initialization parameter cannot be set to a value greater than 8G
The DB_CACHE_SIZE initialization parameter cannot be set to a value less than 2G
The DB_CACHE_SIZE initialization parameter cannot be set to a value greater than 2G
The DB_KEEP_CACHE_SIZE initialization parameter cannot be set to a value greater than 960M
The DB_KEEP_CACHE_SIZE initialization parameter cannot be set to a value less than 960M
第22题:
You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or PGA_AGGREGATE_ TARGET values that are greater than zero in your parameter file.
Oracle can reallocate memory between the SGA and PGA automatically as needed.
To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.
You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size.
第23题:
If the REMOTE_LOGIN_PASSWORDFILE parameter is set to SHARED in the initialization parameter file, then a maximum of three users can be granted the SYSDBA or SYSOPER privileges.
If the REMOTE_LOGIN_PASSWORDFILE parameter is set to EXCLUSIVE in the initialization parameter file, then a maximum of three users can be granted the SYSDBA or SYSOPER privileges.
If the REMOTE_LOGIN_PASSWORDFILE parameter is set to SHARED in the initialization parameter file, then the SYSDBA and SYSOPER privileges can be granted to other users as long as space in the password file is
If the REMOTE_LOGIN_PASSWORDFILE parameter is set to EXCLUSIVE in the initialization parameter file, then the SYSDBAand SYSOPER privileges can be granted to other users as long as space in the password file is available.
第24题:
The client and server have different NLS_LANGUAGE settings.
The client and server character sets are not the same, and the database character set is not a strict superset of the client character set.
The client and server are in different time zones.
The client requests automatic data conversion.
The AUTO_CONVERT initialization parameter is set to TRUE.