Chinese(T) | English
contact me
User Login
Username:
Password :

Oracle Database 11g: New Features for Administrators

Index >> Oracle >> 11g >> "1z0-050"Exam

VUE/Prometric Code:1z0-050

Exam Name:Oracle Database 11g: New Features for Administrators
Questions and Answers:183 Q&As
Price:$99
Updated:2008-11-12
Oracle Database 11g: New Features for Administrators
Test Q&A Updated Price
1z0-050 183 Q&A 2008-11-12 $99

please download in PDF format Demo: 1z0-050

killtest 1z0-050 Exam Features

High quality and Value for the 1z0-050 Exam.
Killtest Practice Exams for Oracle Database 11g: New Features for Administrators 1z0-050 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.

100% Guarantee to Pass Your 11g exam and get your 11g Certification.
We guarantee your success in the first attempt. If you do not pass the 1z0-050 (Oracle Database 11g: New Features for Administrators) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.

killtest 1z0-050 Downloadable.
Printable Exams (in PDF format) Our Exam 1z0-050 Preparation Material provides you everything you will need to take your 11g exam. The 11g Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get 11g exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first 11g exam try, but also save your valuable time .

  • Comprehensive questions with complete details about 1z0-050 exam.
  • 1z0-050 exam questions accompanied by exhibits.
  • Verified Answers Researched by Industry Experts and almost 100% correct.
  • Drag and Drop questions as experienced in the Real 11g exam.
  • 1z0-050 exam questions updated on regular basis.
  • Like actual 11g Certification exams, 1z0-050 exam preparation is in multiple-choice questions (MCQs).
  • Tested by many real 11g exams before publishing.
  • Try free 11g exam demo before you decide to buy it in http://www.Killtest.com.

High quality and Value for the 1z0-050 Exam:100% Guarantee to Pass Your 11g exam and get your 11g Certification.

http://www.Killtest.com The safer.easier way to get 11g Certification.

We offer Demo version of Q&A, Q&A are as follows (not to provide picture):

1z0-050:please download 1z0-050 in PDF format Demo 1z0-050

1.Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines. (Choose two.)
A.Cursor cache
B.Stored outline
C.SQL Tuning Set
D.Automatic Workload Repository (AWR) snapshots
Correct:A C
2.Which two statements about workload capture and replay operations are true? (Choose two.)
A.The clients must be created manually on the test machines to perform more realistic testing.
B.Restart the database in RESTRICTED mode before beginning workload replay to enable a clean state for workload replay.
C.Restart the database in RESTRICTED mode before beginning workload capture to enable a clean state for capturing the workload.
D.The application state of the capture system must be identical to the application state of the replay system when the workload replay begins.
Correct:C D
3.View the Exhibit exhibit1 to examine the series of SQL commands. View the Exhibit exhibit2 to examine the plans available in the SQL plan baseline. The baseline in the first row of the Exhibit is created when OPTIMIZER_MODE was set to FIRST_ROWS. Which statement is true if the SQL query in exhibit1 is executed again when the value of OPTIMIZER_MODE is set to FIRST_ROWS?

A.The optimizer uses a new plan because none of the plans in the exhibit2 are fixed plans.
B.The optimizer uses the plan in the second row of the exhibit2 because it is an accepted plan.
C.The optimizer uses the plan in the first row of the exhibit2 because it is the latest generated plan.
D.The optimizer uses the plan in the first row of the exhibit2 because OPTIMIZER_MODE was set to FIRST_ROW during its creation.
Correct:B
4.Which statement describes the effect of table redefinition on the triggers attached to the table?
A.All triggers on the table remain valid.
B.All triggers on the table are invalidated and are automatically revalidated with the next DML execution on the table.
C.All triggers on the table are invalidated and must be manually recompiled before the next DML execution on the table.
D.Only triggers that are affected by the changes to the structure of the table are invalidated and automatically revalidated with the next DML execution on the table.
Correct:B
5.USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format. Which methods would you use to achieve this? (Choose all that apply.)
A.Use Data Pump to transfer the existing data to a new encrypted tablespace.
B.Use ALTER TABLE..MOVE to transfer the existing data to a new encrypted tablespace.
C.Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace.
D.Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace.
E.Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted.
Correct:A B C
6.Evaluate the following block of code: BEGIN DBMS_NETWORK_ACL_ADMIN.CREATE_ACL ( acl => 'mycompany-com-permissions.xml', principal => 'ACCT_MGR', is_grant => TRUE, privilege => 'connect'); DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL ( acl => 'mycompany-com-permissions.xml', host => '*.mycompany.com'); END; What is the outcome of the above code?
A.It produces an error because a fully qualified host name needs to be specified.
B.It produces an error because the range of ports associated with the hosts has not been specified.
C.It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT and RESOLVE privileges.
D.It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT privilege but not the RESOLVE privilege.
Correct:C
7.Which steps are mandatory to enable Direct NFS? 1. Mount all required file systems using the kernel NFS driver. 2. Create an oranfstab file containing the attributes for each NFS server to be accessed using Direct NFS. 3. Replace the ODM library libodm11.so_stub with libodm11.so.
A.2 and 3
B.1 and 3
C.1 and 2
D.1, 2 and 3
Correct:B
8.Which statements are true regarding the concept of problems and incidents in the fault diagnosability infrastructure for Oracle Database 11g? (Choose all that apply.)
A.The problem key is the same as the incident number.
B.Every problem has a problem key, which is a text string that describes the problem.
C.The database makes an entry into the alert log file when problems and incidents occur.
D.The database sends an incident alert to the Oracle Enterprise Manager Database Home page.
E.Only the incident metadata and dumps are stored in the Automatic Diagnostic Repository (ADR).
Correct:B C D
9.You are managing an Oracle Database 11g database. You want to take a backup on tape drives of the USERS tablespace that has a single data file of 900 MB. You have tape drives of 300 MB each. To accomplish the backup, you issued the following RMAN command: RMAN>BACKUP SECTION SIZE 300M TABLESPACE users; What configuration should be effected to accomplish faster and optimized backups by using the above command?
A.The SBT channel must be configured, with the MAXPIECESIZE set to 300 MB.
B.The SBT channel must be configured, with the parallelism setting for the SBT device set to 3.
C.The COMPATIBLE initialization parameter for the database instance must be set to at least 10.0.
D.The SBT channel must be configured, with the default parallelism setting for the SBT device set to 1.
Correct:B
10.When executing a SQL workload, you choose to generate execution plans only, without collecting execution statistics. Which two statements describe the implications of this? (Choose two.)
A.It produces less accurate results of the comparison analysis.
B.It automatically calls the SQL Tuning Advisor for recommendations.
C.It shortens the time of execution and reduces the impact on system resources.
D.Only the changes in the execution plan, and not performance regression, are detected.
Correct:A C
11.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? (Choose all that apply.)
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.
Correct:A D
12.You want to take the backup of the USERS tablespace. It has a single data file of 900 MB.. You have tape drives of 300 MB each. The SBT channel is configured for the RMAN. To accomplish the backup, you issued the following RMAN command: RMAN> BACKUP SECTION SIZE 300M TABLESPACE users; Which two statements are true regarding the execution of the above command? (Choose two.)
A.The backup piece size will be limited to 300 MB.
B.The operation is accomplished using the default channel available.
C.The RMAN parallelizes the backup although the parallelism is not set for a channel.
D.Three channels for the tape drive must be configured by setting the parallelism to three.
Correct:A B
13.View the Exhibit. Examine the following command that is executed for the TRANSPORT table in the SH schema: SQL> SELECT DBMS_STATS.CREATE_EXTENDED_STATS('sh', 'customers_obe', '(country_id, cust_state_province)') FROM dual; Which statement describes the significance of this command?

A.It collects statistics into the pending area in the data dictionary.
B.It creates a virtual hidden column in the CUSTOMERS_OBE table.
C.It collects statistics with AUTO_SAMPLE_SIZE for ESTIMATE_PERCENT.
D.It creates a histogram to hold skewed information about the data in the columns.
Correct:B
14.View the Exhibit to examine the parameter values. You are planning to set the value for the MEMORY_TARGET parameter of your database instance. What value would you assign?

A.90 MB
B.272 MB
C.362 MB
D.1440 MB
Correct:C
15.You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process, you execute the following script: SQL>@utlu111i.sql Which statement about the execution of this script is true?
A.It must be executed from the Oracle Database 11g environment.
B.It must be executed only after the SYSAUX tablespace has been created.
C.It must be executed from the environment of the database that is being upgraded.
D.It must be executed only after AUTOEXTEND is set to ON for all existing tablespaces.
E.It must be executed from both the Oracle Database 11g and Oracle Database 9i environments.
Correct:C
16.Which three statements about performance analysis by SQL Performance Analyzer are true? (Choose three.)
A.It detects changes in SQL execution plans.
B.It produces results that can be used to create the SQL plan baseline.
C.The importance of SQL statements is based on the size of the objects accessed.
D.It generates recommendations to run SQL Tuning Advisor to tune regressed SQLs.
E.It shows only the overall impact on workload and not the net SQL impact on workload.
Correct:A B D
17.Which tasks can be accomplished using the Enterprise Manager Support Workbench in Oracle Database 11g? (Choose all that apply.)
A.Generate reports on data failure such as data file failures.
B.You can package and upload diagnostic data to Oracle Support.
C.You can track the Service Request (SR) and implement repairs.
D.You can manually run health checks to gather diagnostic data for a problem.
Correct:B C D
18.Which statement is true regarding the VALIDATE DATABASE command?
A.It checks the database for intrablock corruptions only.
B.It checks for block corruption in the valid backups of the database.
C.It checks the database for both intrablock and interblock corruptions.
D.It checks for only those corrupted blocks that are associated with data files.
Correct:A
19.Which two are the prerequisites to enable Flashback Data Archive? (Choose two.)
A.Undo retention guarantee must be enabled.
B.Database must be running in archivelog mode.
C.Automatic undo management must be enabled.
D.The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).
Correct:C D
20.You are managing the APPPROD database as a DBA. You plan to duplicate this database in the same system with the name DUPDB. You issued the following RMAN commands to create a duplicate database: RMAN> CONNECT target sys/sys@APPPROD RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE DB_FILE_NAME_CONVERT '/oracle/oradata/prod/', '/scratch/oracle/oradata/dupdb/' SPILE PARAMETER_VALUE_CONVERT '/oracle/oradata/prod/', '/scratch/oracle/oradata/dupdb/' SET SGA_MAX_SIZE = '300M' SET SGA_TARGET = '250M' SET LOG_FILE_NAME_CONVERT '/oracle/oradata/prod/redo/', '/scratch/oracle/oradata/dupdb/redo/'; Which three are the prerequisites for the successful execution of the above command? (Choose three.)
A.The source database should be open.
B.The target database should be in ARCHIVELOG mode if it is open.
C.RMAN should be connected to both the instances as SYSDBA.
D.The target database backups should be copied to the source database backup directories.
E.The password file must exist for the source database and have the same SYS user password as the target.
Correct:B C E
21.You are managing an Oracle Database 11g ASM instance having three disks in a disk group with ASM compatibility attribute set to 11.1.0 and redundancy set to high. One of the disks in the disk group becomes unavailable because of power failure. Which statements will be true in this scenario? (Choose all that apply.)
A.The disk automatically goes offline.
B.The disk is immediately dropped from the disk group.
C.The ASM tracks the extents that are modified during the outage.
D.The ASM migrates the extents from the unavailable disk to the remaining disks.
Correct:A C
22.Which statement is true regarding the retention policy for the incidents accumulated in the Automatic Diagnostic Repository (ADR)?
A.The incident metadata is purged when the problem is resolved and the DBA closes the SR.
B.The incident files and dumps are not retained in the ADR for the manually created incidents.
C.The incident files are retained but the incident metadata is purged when the problem is resolved and the DBA closes the SR
D.The default setting is for one year after which the incident metadata is purged from the ADR and the files are retained for one month.
Correct:D
23.You opened the encryption wallet and then issued the following command: SQL>CREATE TABLESPACE securespace DATAFILE '/home/user/oradata/secure01.dbf' SIZE 150M ENCRYPTION USING '3DES168' DEFAULT STORAGE(ENCRYPT); Then you closed the wallet. Later, you issued the following command to create the EMPLOYEES table in the SECURESPACE tablespace and you use the NO SALT option for the EMPID column. What is the outcome?
A.It creates the table and encrypts the data in it.
B.It generates an error because the wallet is closed.
C.It creates the table but does not encrypt the data in it.
D.It generates an error because the NO SALT option cannot be used with the ENCRYPT option.
Correct:B
24.Examine the following PL/SQL block: SET SERVEROUTPUT ON SET LONG 10000 ECLARE report clob; BEGIN report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(); DBMS_OUTPUT.PUT_LINE(report); END; Which statement describes the effect of the execution of the above PL/SQL block?
A.The plan baselines are verified with the SQL profiles.
B.All fixed plan baselines are converted into nonfixed plan baselines.
C.All the nonaccepted SQL profiles are accepted into the plan baseline.
D.The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.
Correct:D
25.In which two aspects does hot patching differ from conventional patching? (Choose two.)
A.It consumes more memory compared with conventional patching.
B.It can be installed and uninstalled via Opatch unlike conventional patching.
C.It takes more time to install or uninstall compared with conventional patching.
D.It does not require down time to apply or remove unlike conventional patching.
E.It is not persistent across instance startup and shutdown unlike conventional patching.
Correct:A D
26.Which statement about the enabling of table compression in Oracle Database 11g is true?
A.Compression can be enabled at the table, tablespace, or partition level for direct loads only.
B.Compression can be enabled only at the table level for both direct loads and conventional DML.
C.Compression can be enabled at the table, tablespace, or partition level for conventional DML only.
D.Compression can be enabled at the table, tablespace, or partition level for both direct loads and conventional DML.
Correct:D
27.Which are the prerequisites for performing flashback transactions on your database? (Choose all that apply.)
A.Supplemental log must be enabled.
B.Supplemental log must be enabled for the primary key.
C.Undo retention guarantee for the database must be configured.
D.Execute permission on the DBMS_FLASHBACK package must be granted to the user.
Correct:A B D
28.You are managing an Oracle Database 11g database. You want to take the backup of MULT_DATA, a big file tablespace of size 100 TB on tape drive, but you have tape drives of only 10 GB each. Which method would accomplish the task quickly and efficiently?
A.intrafile parallel backup
B.parallel image copy backup
C.backup with MAXPIECESIZE configured for the channel
D.parallel backup with MAXPIECESIZE configured for the channel
Correct:A
29.Which statements are true regarding the Query Result Cache? (Choose all that apply.)
A.It can be set at the system, session, or table level.
B.It is used only across statements in the same session.
C.It can store the results from normal as well as flashback queries.
D.It can store the results of queries based on normal, temporary, and dictionary tables.
Correct:A C
30.You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set? (Choose two.)
A.Every SQL statement in the STS is considered only once for execution.
B.The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics.
C.The execution plan and execution statistics are computed for each SQL statement in the STS.
D.The effects of DDL and DML are considered to produce the execution plan and execution statistics.
Correct:A C