第1题:
You are managing an Oracle Database 11g database with the ASM storage. The database is having big file tablespaces. You want files to open faster and less memory to be used in the shared pool to manage the extent maps. What configuration would you effect to achieve your objective? ()
第2题:
Your database is started by using the server parameter file (SPFILE). You issued this command to change the value of the LOG_BUFFER initialization parameter: ALTER SYSTEM SET LOG_BUFFER=24M SCOPE=BOTH; What would be the outcome of this command?()
第3题:
Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files): CREATE TABLESPACE user_tbsp DATAFILE ’+dgroup3(user_temp)/user_files/user_tbsp’ SIZE 200M; What would be the result of this command?()
第4题:
You are working on the 24X7 database with high transaction volume, to ensure faster instance recovery on your database you set the FAST_START_MTTR_TARGET initialization parameter to a very low value. What effect it will have on the database?()
第5题:
The database is currently running in the NOARCHIVELOG mode. What would be the first step to configure Flashback Database?()
第6题:
You want to set up the Oracle Database 10g installation to follow the French language, with France as the territory, and the date to be displayed in French for all users’ sessions. Which environmental variable would you set to achieve this objective?()
第7题:
What is the purpose of importing from an export,and specifying that no rows be imported and that the output goes to a log file?()
第8题:
Enable flashback logging.
Start the database in the ARCHIVELOG mode.
Issue the ALTER DATABASE FLASHBACK ON; command.
Set the FAST_START_MTTR_TARGET initialization parameter.
第9题:
The command would return an error because LOG_BUFFER is a static parameter.
The parameter value would be changed and it would come into effect immediately.
You need to restart the database so that parameter changes can come into effect.
The command would succeed only if initialization parameter LOG_ARCHIVE_MAX_PROCESS is set to value 2.
第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题:
To verify space requirements in the target database before importing.
To generate the SQL for the DDL operations that would occur during import.
To check character set compatibility between the export file and the target database.
To check for integrity constraint violations that would occur in the target database.
第12题:
NLSLANG
NLSLENGTHSEMANTICS
NLSTERRITORY
NLSLANGUAGE
NLSCHARACTERSET
NLSDATELANGUAGE
NLSNCHARCHARACTERSET
第13题:
In a database with the database character set of US7ASCII and a national character set of UTF-8, which datatypes would be capable of storing Unicode data by default?()
第14题:
The database users are connecting to the PROD database from different applications, thereby degrading the database performance. The senior database administrator suspects the large number of concurrent connections to be the reason for low performance and asks you to restrict the number concurrent connections per database user to one. Which action would you take to achieve this objective?()
第15题:
Which two statements are true regarding undo tablespaces()
第16题:
The DB_BLOCK_CHECKING initialization parameter is set to OFF. Which block checking would be performed?()
第17题:
You have to shut down the database instance with the ABORT option because of a hardware failure. Which statement is true about the subsequent opening of the database?()
第18题:
Which of the following would you use to enable automatic media recovery for a database?()
第19题:
VARCHAR2
CHAR
NVARCHAR2
CLOB
LONG
第20题:
You would configure more listeners for the database.
You would configure the database in shared server mode to use the connection pooling feature.
You would increase the value of the PGA_AGGREGATE_TARGET initialization parameter that assigns more session memory to users.
You would decrease the value of the PRIVATE_SGA resource limit in the profiles used by the users to accommodate more session information.
第21题:
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
第22题:
VARCHAR2
CHAR
NVARCHAR2
CLOB
LONG
第23题:
The database performance would be enhanced.
The redo log files would be get filled more frequently.
The overall database performance would be degraded.
The mean time to recover (MTTR) would be increased.
第24题:
The installation terminates with an error.
The installation proceeds with the default value without warnings and errors.
The installation proceeds with the default value but it would not be an OFA-compliant database.
The installation proceeds with the default value but a message would be generated in the alert log file.