出自:Oracle认证

Which three are properties of the MyISAM storage engine?()
A:Transaction support
B:FULLTEXT indexing for text matching
C:Table and page level locking support
D:Foreign key support
E:Geospatial indexing
F:HASH index support
G:Table level locking only
You need to create a table named ORDERS that contain four columns: 1. an ORDER_ID column of number data type 2. aCUSTOMER_ID column of number data type 3. an ORDER_STATUS column that contains a character data type 4. aDATE_ORDERED column to contain the date the order was placed. When a row is inserted into the table, if no value is provided when the order was placed, today's date should be used instead. Which statement accomplishes 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 VARCHAR2 (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);
ORACLE客户端网络配置文件最主要的作用是()
A:指示NET8如何能找到数据库服务器
B:指示NET8如何辨别网络类型和网络协议
C:指示NET8如何解析机器名或IP地址
D:指示NET8如何转换底层网络协议的数据格式
E:以上所述都不正确
You plan to collect the Automatic Workload Repository (AWR) data every Monday morning for a month. You want Oracle Database to automatically create a baseline every Monday and remove the old baseline.  What is the correct action to achieve this?()  
A: Create and populate a SQL Tuning Set from the AWR on every Monday.
B: Change the RETENTION setting for the AWR snapshots to 7 days on Monday.
C: Create a repeating baseline template.
D: Insert a finding directive for future ADDM tasks.
You want to check all the data blocks being written to the datafiles by analyzing the data on each block every time the DBWn process writes.   Which action will you perform to check the data blocks?()
A: Set the value of the DB_BLOCK_CHECKING initialization parameter to TRUE
B: Use the ANALYZE utility.
C: Use the DBVERIFY utility.
D: Use the DBMS_REPAIR package.
Which three descriptions are correct about the effects of the TRUNCATE command on a table()
A:The corresponding indexes for the table are also truncated.
B:Delete triggers on the table are fired during the execution of the TRUNCATE command.
C:The child table is truncated when the TRUNCATE command is applied on the parent table.
D:The high-water mark (HWM) is set to point to the first usable data block in the table segment.
E:No undo or very little undo data is generated during the execution of the TRUNCATE command
You want to create a new optimized database for your transactional production environment to be used by a financial application. While creating the database, you want the Oracle software to take care of all basic settings to optimize the database performance. Which method would you use to achieve this objective?()
A:Use the CREATE DATABASE .. command to create the database with Oracle-managed files. 
B:Use the Database Configuration Assistant (DBCA) to create the database with Oracle-managed files. 
C:Use Enterprise Manager to create a new database with the Online Transaction Processing (OLTP) option. 
D:Use Database Configuration Assistant (DBCA) to create the database with Transaction Processing template. 
E:Use the CREATE DATABASE .. command to create the database with Automatic Storage Management (ASM) file system.
You decided to increase the value for the SHARED_SERVERS parameter by using the following command:  SQL> ALTER SYSTEM SET SHARED_|SERVERS=3 SCOPE=?;  Which three values can be specified for the SCOPE clause?()
A:ALL
B:PFILE
C:BOTH
D:NONE
E:SPFILE
F:MEMORY
G:INSTANCE
H:DATABASE
What is the maximum database block size supported for the Oracle9i database?()
A:16KB
B:32KB
C:64KB
D:128KB
You decided to use Direct NFS configuration in a non-RAC Oracle installation and created the oranfstab file in /etc. Which two statements are true regarding this oranfstab file?())  
A: Its entries are specific to a single database.
B: It contains file systems that have been mounted by Direct NFS.
C: It is globally available to all Oracle 11g databases on the machine.
D: It contains file systems that have been mounted by the kernel NFS system.
You have a durable subscriber, and the subscriber is down or not reachable when the message is  produced. Which two options regarding the expiry of these messages are true?()
A:after the subscriber is unavailable for 10 minutes
B:when the subscriber is available
C:after the subscriber is unavailable for after an hour
D:are available until the specified time elapses
E:are expired instantly
Which three statements are true regarding the functioning of the Autotask Background Process (ABP)?()
A: It creates jobs without considering the priorities associated with them.
B: It translates tasks into jobs for execution by the scheduler.
C: It determines the list of jobs that must be created for each maintenance window.
D: It is spawned by the MMON background process at the start of the maintenance window.
E: It maintains a repository in the SYSTEM tablespace to store the history of the execution of all tasks.
In which scenario do you use the Flashback Database feature?()
A: when a table is dropped and you restore it from the Recycle Bin
B: when a user’s schema is dropped and you recover the user’s schema
C: when some incorrect data is inserted in the table and you retrieve the table to a state that was at a certain timestamp
D: when a row of a table is updated frequently and committed, and you view all the versions of the row within a specific duration
You are managing an Oracle 11g database with ASM storage, for which the COMPATIBLE initialization parameter is set to 11.1.0. In the ASM instance, the COMPATIBLE.RDBMS attribute for the disk group is set to 10.2 and the COMPATIBLE.ASM attribute is set to 11.1. Which two statements are true in this scenario for the features enabled for ASM?()
A: The ASM-preferred mirror read feature is enabled.
B: The ASM supports variable sizes for extents of 1,8,and 64 allocation units.
C: The ASM disk is dropped immediately from a disk group when it becomes unavailable.
D: The RDBMS always reads the primary copy of a mirrored extent of the ASM disk group.
In your database, you may be forced to perform a recovery using the RESETLOGS option during which the redo logs would be reset to sequence number 1. You want to avoid the overwriting of old log files. Which archived log file name format ensures this? ()
A:%t_%s.dbf
B:arch_%t.arc
C:arch_%d.arc
D:arch_%t_%d.arc
E:arch_%d_%s_.dbf
F:arch_%t_%s_%r.arc
You use the segment advisor to help determine objects for which space may be reclaimed. Which three statements are true about the advisor given by the segment advisor?()
A:It may advise the use of online table redefinition for tables in dictionary managed tablespace.
B:It may advise the use of segment shrink for tables in dictionary managed tablespaces it the no chained rows.
C:It may advise the use of online table redefinition for tables in locally managed tablespaces
D:It will detect and advise about chained rows.
E:It may advise the use of segment shrink for free list managed tables.
Your tnsnames.ora file has the following entry for the service alias ORCL:  ORCL =  (DESCRIPTION =  (ADDRESS = (PROTOCOL = TCP) (HOST = 10.156.24.216) (PORT = 1521))   (CONNECT_DATA =  (SERVER = DEDICATED) (SERVICE_NAME = orcl.oracle.com)   )   )   The TNSPING command executes successfully when tested with ORCL but you are not able to connect to the database instance with the following command:  SQL> CONNECT scott/tiger@orcl  What could be the reason for this?()
A:The listener is not running at the server.
B:The TNS_ADMIN environmental variable is set to a wrong value.
C:The orcl.oracle.com database service is not registered with the listener.
D:The DEFAULT_DOMAIN parameter is set to a wrong value in the SQLNET.ORA file.
Given: What is the result?()
A:null
B:zero
C:some
D:Compilation fails.
E:An exception is thrown at runtime.
Which two statements about views are true?()
A:A view can be created as read only.
B:A view can be created as a join on two or more tables.
C:A view cannot have an ORDER BY clause in the SELECT statement.
D:A view cannot be created with a GROUP BY clause in the SELECT statement.
E:A view must have aliases defined for the column names in the SELECT statement.
In your database instance, the STATISTICS_LEVEL initialization parameter is set to BASIC.  What isthe impact of this setting()
A:Optimizer statistics are collected automatically.
B:Only timed operating system (OS) statistics and plan execution statistics are collected.
C:The snapshots for the Automatic Workload Repository (AWR) are not generated automatically.
D:Snapshots cannot be collected manually by using the DBMS_WORKLOAD_REPOSITORY package.
E:The Oracle server dynamically generates the necessary statistics on tables as part of query optimization.
A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()
A:The value for MINEXTENTS setting 
B:The value for PCTINCREASE setting 
C:The value for MAXEXTENTS setting 
D:By default, Oracle allocates six extents to all database objects
Two database users, Jack and Bill, are accessing the Certkiller STAFF table of the Certkiller DB database. When Jack modifies a value in the table, the new value is invisible to Bill.  Which is the modified value invisible to Bill?()
A:The modified data are not available on disk.
B:The modified data have been flushed out from memory.
C:The modified rows of the Certkiller STAFF table have been locked.
D:Jack has not committed the changes after modifying the value.
E:Both users are accessing the database from two different machines.
From the V$SESSION_LONGOPS view, you find that some of the database users have long/x7frunning queries and are consuming a lot of CPU time. This causes problems for you when you try to log on as the system user and perform small maintenance tasks. You would like to ensure that users SYS and SYSTEM get priority over all other users. Which method would you use to achieve this objective?()
A:create a plan directive in the SYS_GROUP
B:create the pending area for the consumer group
C:activate the provided SYSTEM_PLAN in Resource Manager
D:set the TIMED_STATISTICS parameter to TRUE in the parameter file
E:set the execution time limit for all users, except SYS and SYSTEM, in their profiles
Which of the following commands must be issued to remove a stored script from the recovery catalog?()
A:DELETE SCRIPT
B:ERASE SCRIPT
C:REMOVE SCRIPT
D:UNCATALOG SCRIPT
You need to create a view EMP_VU. The view should allow the users tomanipulate the records of only the employees that are working for departments 10 or 20. Which SQL statement would you use to create the view EMP_VU?()
A:CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20);
B:CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) WITH READ ONLY;
C:CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) WITH CHECK OPTION;
D:CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20);
E:CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) NO UPDATE;
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? ()
A:Set the ASM compatibility attribute for the ASM disk group to 11.1.0.
B:Set the RDBMS compatibility attribute for the ASM disk group to 11.1.0.
C:Set the COMPATIBLE initialization parameter for the ASM instance to 11.1.0.
D:Set the COMPATIBLE initialization parameter for the database instance to 11.1.0.
Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN. Examine the following command and its output: You execute the following command: RMAN > BACKUP DATABASE PLUS ARCHIVELOG; Which data files will be backed up?()
A:Data files that belong to only the root container
B:Data files that belong to the root container and all the pluggable databases (PDBs)
C:Data files that belong to only the root container and PDB$SEED
D:Data files that belong to the root container and all the PDBs excluding PDB$SEED
What is the effect of increasing the value of the ASM_POWER_LIMIT parameter?()
A:The number of DBWR processes increases
B:The number of ASMB processes increases
C:The number of DBWR_TO_SLAVES increases
D:The rebalancing operation in an ASM instance completes more quickly, but can result in higher I/O overhead
Which statements are true regarding the concept of problems and incidents in the fault diagnosability infrastructure for Oracle Database 11g?()  
A: Only the incident metadata and dumps are stored in the Automatic Diagnostic Repository (ADR).
B: The problem key is the same as the incident number.
C: The database sends an incident alert to the Oracle Enterprise Manager Database Home page.
D: Every problem has a problem key, which is a text string that describes the problem.
E: The database makes an entry into the alert log file when problems and incidents occur.
You have a disk group, DGROUP1, with three disks and NORMAL redundancy. You execute the following command to create a template for the disk group:  ALTER DISKGROUP dgroup1  ADD TEMPLATE my_temp  ATTRIBUTES (MIRROR FINE);  Which statement is true?()
A:When a file is created in DGROUP1 with the template, it would have three­way mirroring. 
B:When a file is created in DGROUP1, the MY_TEMP template becomes the default template.
C:When a file is created in DGROUP1 with the template, it would have two­way mirroring and file striping.
D:When a file is created in DGROUP1 with the template, it would have three­way mirroring and file striping.
E:When a file is created in DGROUP1 with the template, it would have two­way mirroring but no file striping.