出自:Oracle认证

You are managing an Oracle Database 11g ASM instance with a disk group dg01 having three disks. One of the disks in the disk group becomes unavailable because of power failure. You issued the following command to change the DISK_REPAIR_TIME attribute from 3.6 hours to 5 hours:   ALTER DISKGROUP dg01 SET ATTRIBUTE ’disk_repair_time’ = ’5h’;   To which disks in the disk group will the new value be applicable?()
A: all disks in the disk group
B: all disks that are currently in OFFLINE mode
C: all disks that are not currently in OFFLINE mode
D: all disks in the disk group only if all of them are ONLINE
Given: Which three are valid?()
A:p0 = p1;
B:p1 = p2;
C:p2 = p4;
D:p2 = (ClassC)p1;
E:p1 = (ClassB)p3;
F:p2 = (ClassC)p4;
You previously secured your listener with an encrypted password. However, you need to set a new password for security reasons. What is the correct method for setting a new encrypted password for the listener using the Listener Control utility?()
A: executing the SET PASSWORD command and then the SAVE_CONFIG command
B: executing the CHANGE_PASSWORD command and then the SAVE_CONFIG command
C: executing the CHANGE_PASSWORD command and then the SET PASSWORD command
D: executing the SET PASSWORD command, then the CHANGE_PASSWORD command and finally, the  SAVE_CONFIG command
You need to restore some files from a file system. The file system was backed up from a snapshot.  Which command will correctly restore these files?()
A: fssnap -i
B: fssnap -r
C: ufsrestore -i
D: snaprestore -i
简述PL/SQL程序结构及各个部分的作用。
Which statement accomplish this?()
A:CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);
B:CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);
C:CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);
D:CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);
E:CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);
F:CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE DEFAULT SYSDATE);
Which statement most accurately describes the implementation of a SQL Access Advisor recommendation?()
A:SQL Access Advisor recommendations are automatically implemented.
B:Individual SQL Access Advisor recommendations can be scheduled for implementation.
C:All SQL Access Advisor recommendations for a specific task must be implemented at the same time.
D:SQL Access Advisor recommendations are automatically scheduled for implementation during the maintenance window.
E:None of the above.
Which /SQL*Plus feature can be used to replace values in the WHERE clause?()
A:Substitution variables
B:Replacement variables
C:Prompt variables
D:Instead-of variables
E:This feature cannot be implemented through /SQL*Plus
What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()
A: virtually zero overhead for application running in the JVM 
B: no stalling of running JVM when taking a heap dump for memory analysis 
C: no need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)
D: provides Byte Code Instrumentation for Java
Which tasks are run automatically as part of the Automated Maintenance Task by default?() 
A: Segment Advisor
B: SQL Access Advisor
C: Optimizer statistics gathering
D: Automatic SQL Tuning Advisor
E: Automatic Database Diagnostics Monitor
Examine the data of the EMPLOYEES table. EMPLOYEES (EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID) Which statement lists the ID, name, and salary of the employee, and the ID and name of the employee's manager, for all the employees who have a manager and earn more than 4000?()
A:
B:
C:
D:
E:
You want to configure WebLogic so that Managed Servers are restarted when they are in a  FAILED state. Which three steps are necessary to accomplish this?()
A:Configure Node Manager on the machines where WebLogic Managed Servers need to be  started/restarted.
B:Enable "Auto Restart" in the Node Manager Configuration.
C:Enable "Auto Kill if Failed" in the Node Manager Configuration.
D:Enable "Auto Kill if Failed" for the Managed Server in question.
E:Enable "Auto Restart" for the Managed Server in question.
You want to configure the Flashback Database feature and retain flashback logs for three days. Presently the database is open and configured in ARCHIVELOG mode. The following steps must be performed in the correct sequence to do this: Choose the correct sequence.()
A:4,1,3,2,5
B:4,3,1,2,5
C:2,4,3,5,1
D:4,2,5,3,1
Which of the following are correct about block media recovery?()
A: Physical and logical block corruption is recorded automatically in V$DATABASE_BLOCK_ CORRUPTION
B: Logical corruptions are repairable by BMR
C: Physical corruptions are repairable by BMR
D: RMAN can use any backup for a BMR restore
E: ARCHIVELOG mode is not required if you have both a full and incremental backup for restore
Which are required initialization parameters in an Oracle Shared Server environment?()
A:DISPATCHERS and SHARED_SERVERS
B:DISPATCHERS and MAX_DISPATCHERS
C:MAX_DISPATCHERS and MAX_SHARED_SERVERS
D:SHARED_SERVER_SESSIONS and DISPATCHERS
You plan to control idle sessions that are blocking other sessions from performing transactions. Your requirement is to automatically terminate these blocking sessions when they remain idle for a specified amount of time.  How would you accomplish this task?()  
A: Set metric threshold
B: Implement Database Resource Manager
C: Enable resumable timeout for user sessions
D: Add directives to Automatic Database Diagnostic Monitor (ADDM)
以下关于数据库连接串的叙述正确的是()
A:数据库连接串必须与数据库名一致
B:数据库连接串必须与全局数据库名一致
C:数据库连接串必须与数据库的实例名(INSTANCE)一致
D:数据库连接串必须与数据库的SID一致
E:以上所述都不正确
You want to implement a master-detail relation between data blocks based on object tables. How would you do this? ()
A:Create the relation manually and coordinate the blocks using triggers. 
B:Base the relation on a REF pointer using the Data Block Wizard. 
C:Base the relation on a foreign key using the Data Block Wizard. 
D:This task is not possible because master-detail relations can be implemented only for blocks based on relation tables.
In which four clauses can a subquery be used?()
A:in the INTO clause of an INSERT statement
B:in the FROM clause of a SELECT statement
C:in the GROUP BY clause of a SELECT statement
D:in the WHERE clause of a SELECT statement
E:in the SET clause of an UPDATE statement
F:in the VALUES clause of an INSERT statement
You are employed as a DBA in an organization. You are informed that the record of EMP_NO 1000 is missing from the SCOTT.EMP table. You are required to identify the user who deleted the record, the SQL statement that will undo the deletion, and the transaction ID of the transaction that deleted the employee record. Which feature will you use to perform the tasks?()
A: Only the Flashback Table
B: Both the Flashback Transaction Query and the Flashback Version Query
C: Only the Flashback Drop
D: Only the Flashback Version
Your database has a backup that was taken yesterday (Tuesday) between 13:00 and 15:00 hours. This is the only backup you have. You have lost all the archived redo logs generatedsince the previous Monday, but you have archived redo logs available from the previous Sunday and earlier. You now need to restore your backup due to database loss.  To which point can you restore your database?()  
A: 13:00 on Tuesday.
B: 15:00 on Tuesday.
C: Up until the last available archived redo log on Sunday.
D: To any point; all the redo should still be available in the online redo logs.
E: The database is not recoverable.
You work as a database administrator for Certkiller .com. You find that users with DBA role are using more CPU resources than what is allocated in their profiles. Which action would you take to ensure that resources limits are imposed on these users? ()
A:Assign the DEFAULT profile to the users
B:Set the RESOURCE_LIMIT parameter to TRUE in the parameter file
C:Create a new profile with CPU restrictions and assign it to the users
D:Specify the users as members of the DEFAULT_CONSUMER_GROUP
E:Revoke the DBA role and grant CONNECT and RESOURCE role to the users
Click the Exhibit(s) button to view the EMPLOYEES table.      The EMPLOYEE table contains thousands of rows. The EMP_CODE column is the primary key column. At the end of every month, you are required to perform search queries based on the BASIC_SAL+COMM column values. Which type of index will you create?()      
A: B-tree Index
B: Bitmap Index
C: Function-based Index
D: Partitioned Index
You have two databases, FINDB and PAYDB, on single operating system and using Optimal Flexible architecture (OFA). FINDB is functional and is currently being accessed by the users. While starting up the instance for the PAYDB database you get the following error:  ORA-01081: cannot start - already running ORACLE - shut it down first  Which environmental variable would you set before starting up the PAYDB database to overcome this error?()
A:ORA_PATH
B:ORACLE_SID
C:ORACLE_BASE
D:ORACLE_HOME
E:LD_LIBRARY_PATH
Given: What is the result?()
A:Compilation fails.
B:An exception is thrown at runtime.
C:The attribute id in the ItemTest object remains unchanged.
D:The attribute id in the ItemTest object is modified to the new value.
E:A new ItemTest object is created with the preferred value in the id attribute.
The Automatic Database Diagnostic Monitor (ADDM) analysis runs every 60 minutes on your database. Your database is facing a series of interrelated problems over a period of two hours. You need to ensure that the ADDM analysis is run over a time span of two hours in future. What would you do?()
A:Create two custom ADDM tasks.
B:Modify the AWR snapshot time interval to two hours.
C:Create a new scheduler window for a time period of two hours.
D:Modify the Automatic Workload Repository (AWR) snapshot retention period to two hours.
初始化参数()指定了实例启动时希望创建的共享服务器进程的数目。
A:SHARED_SERVICES
B:DISPATCHERS
C:HOST
D:NET_SERVICES
When manually configuring the SGA,which of the following parameter changes requires an instance restart to take effect?()   "First Test, First Pass" - www.lead2pass.com 97 Oracle 1Z0-053 Exam
A: DB_CACHE_SIZE
B: SHARED_POOL_SIZE
C: LARGE_POOL_SIZE
D: JAVA_POOL_SIZE
E: SGA_MAX_SIZE
F: SORT_AREA_SIZE
Examine the structure of the EMPLOYEES and DEPARTMENTS tables: Evaluate this SQL statement: Which SQL statement is equivalent to the above SQL statement?()
A:
B:
C:
D:
可以自动执行操作的存储对象是()。
A:程序包
B:函数
C:过程
D:触发器