OCP 11G认证考试 题目列表
多选题When does a transaction complete?()Awhen a DELETE statement is executedBwhen a ROLLBACK command is executedCwhen a PL/SQL anonymous block is executedDwhen a data definition language (DDL) statement is executedEwhen a TRUNCATE statement is executed after the pending transact ion
多选题Which two kinds of failures make the Data Recovery Advisor (DRA)generate a manual checklist? ()Afailures because a data file is renamed by errorBfailures when no standby database is configuredCfailures that require no archive logs to be applied for recoveryDfailures due to loss of connectivity-for example, an unplugged disk cable
单选题Your archive-log destination directory runs out of space. What is the impact of this on the database?()ANone. The database will switch over to the stand-by archive-log destination directory. BA warning message will be written to the alert log of the database, but no adverse impacts to the database will be experienced. CThe database will shut down, and will not restart until you correct the out-of-space situation. DThe database will continue to try to write to the archive-log destination directory for one hour. After one hour, the database will shut down normally. EOnce Oracle has cycled through all online redo logs, it will stop processing any DML or DDL until the out-of-space condition is corrected.
单选题The SQL Tuning Advisor configuration has default settings in your database instance. Which recommendation is automatically implemented after the SQL Tuning Advisor is run as part of the automatic maintenance task?()Astatistics recommendationsBSQL Profile recommendationsCIndex-related recommendationsDrestructuring of SQL recommendations
单选题The Database Resource Manager is automatically enabled in the maintenance window that runs the Automated Maintenance Task. What is the reason for this?()Ato prevent the creation of an excessive number of scheduler job classesBto allow the Automated Maintenance Tasks to use system resources without any restrictionCto allow resource sharing only among the Automated Maintenance Tasks in the maintenance windowDto prevent the Automated Maintenance Tasks from consuming excessive amounts of system resources
单选题Examine the following command: SQL ALTER TABLE booking SHRINK SPACE COMPACT; Which activity is performed when the preceding command is executed?()AThe shrink operation touches every block in the BOOKING tableBThe high-water mark (HWM) for the BOOKING table is shifted from its original positionCThe progress of the shrink operation is saved in the bitmap blocks of the BOOKING tableDThe data manipulation language (DML) triggers on the BOOKING table are executed because the shrink operation is internally handled by the INSERT/DELETE operation
多选题Which two statements regarding a SQL profile are true?()AIt is built by Automatic Tuning Optimizer.BIt cannot be stored persistently in the data dictionary.CIt can be used by the query optimizer automatically.DIt can be created manually by using the CREATE PROFILE command.
单选题Which tuning tool recommends how to optimize materialized views so that these views can take advantage of the general query rewrite feature?()ASegment AdvisorBSQL Access AdvisorCUndo AdvisorDSQL Tuning Advisor
多选题Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()ABackup retention policyBDefault backup device typeCDefault destinations for backupsDMultiple backup device types for single backupEDefault section size for backups
单选题View the Exhibit that sets the threshold for the Current Open Cursors Count metric.Why is the Significance Level threshold type not available in the threshold setting?()A because AWR baseline is not enabledB because Current Open Cursors Count is not a basic metricC because the STATISTICS_LEVEL parameter is set to BASICD because the AWR baseline is a system-defined moving window baseline
单选题Examine the following command: ALTER DISKGROUP data MOUNT FORCE; In which scenario can you use the above command to mount the disk group? ()Awhen ASM disk goes offlineBwhen one or more ASM files are droppedCwhen some disks in a disk group are offlineDwhen some disks in a failure group for a disk group are rebalancing
单选题During the installation of Oracle Database 11g, you do not set ORACLE_BASE explicitly. You selected the option to create a database as part of the installation. How would this environment variable setting affect the installation?()AThe installation terminates with an error.BThe installation proceeds with the default value without warnings and errors.CThe installation proceeds with the default value but it would not be an OFA-compliant database.DThe installation proceeds with the default value but a message would be generated in the alert log file.
单选题You realize that the control file is damaged in your production database.After restoring the control file from autobackup, what is the next step that you must do to proceed with the database recovery?()AMount the databaseBOpen the database in NORMAL modeCOpen the database in RESTRICTED modeDOpen the database with the RESETLOGS option
多选题The OPTIMIZER_USE_PLAN_BASELINES parameter is set to TRUE. The optimizer generates a plan for a SQL statement but does not find a matching plan in the SQL plan baseline. Which two operations are performed by the optimizer in this scenario?()AThe optimizer adds the new plan to the plan history.BThe optimizer selects the new plan for the execution of the SQL statement.CThe optimizer adds the new plan to the SQL plan baseline as an accepted plan.DThe optimizer adds the new plan to the SQL plan baseline but not in the ENABLED state.EThe optimizer costs each of the accepted plans in the SQL plan baseline and picks the one with the lowest cost.
单选题Which tasks can be accomplished using the DBMS_LOB. SETOPTIONS procedure?()Aonly encryption and compression settings for all SecureFile LOBsBonly encryption and deduplication settings for only SecureFile CLOBsCdeduplication, encryption, and compression settings for all SecureFile LOBsDdeduplication, encryption, and compression settings only for SecureFile CLOBs