orcacle9i dba new features for oracle7.3 and oracle9 ocps
Index >> Oracle >> 9i DBA >> "1z0-035"Exam
VUE/Prometric Code:1z0-035
Questions and Answers:168 Q&As
Price:$89
Updated:2008-11-12
| orcacle9i dba new features for oracle7.3 and oracle9 ocps | |||
| Test | Q&A | Updated | Price |
| 1z0-035 | 168 Q&A | 2008-11-12 | $89 |
please download in PDF format Demo:
killtest 1z0-035 Exam Features
High quality and Value for the 1z0-035 Exam.
Killtest Practice Exams for orcacle9i dba new features for oracle7.3 and oracle9 ocps 1z0-035 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 9i DBA exam and get your 9i DBA Certification.
We guarantee your success in the first attempt. If you do not pass the 1z0-035 (orcacle9i dba new features for oracle7.3 and oracle9 ocps) 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-035 Downloadable.
Printable Exams (in PDF format) Our Exam 1z0-035 Preparation Material provides you everything you will need to take your 9i DBA exam. The 9i DBA Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get 9i DBA exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first 9i DBA exam try, but also save your valuable time .
- Comprehensive questions with complete details about 1z0-035 exam.
- 1z0-035 exam questions accompanied by exhibits.
- Verified Answers Researched by Industry Experts and almost 100% correct.
- Drag and Drop questions as experienced in the Real 9i DBA exam.
- 1z0-035 exam questions updated on regular basis.
- Like actual 9i DBA Certification exams, 1z0-035 exam preparation is in multiple-choice questions (MCQs).
- Tested by many real 9i DBA exams before publishing.
- Try free 9i DBA exam demo before you decide to buy it in http://www.Killtest.com.
High quality and Value for the 1z0-035 Exam:100% Guarantee to Pass Your 9i DBA exam and get your 9i DBA Certification.
http://www.Killtest.com The safer.easier way to get 9i DBA Certification.
We offer Demo version of Q&A, Q&A are as follows (not to provide picture):
1z0-035:please download 1z0-035 in PDF format Demo 
A.to transfer redo log information to one or more destinations
B.to apply redo log records sent from the primary database to a standby database at the receiving location
C.to synchronize changes to the control files on all standby databases with changes on the primary database when a log switch occurs
D.to batch archived log files on the primary database until a defined number of checkpoints have been processed and then to distribute the archives to each standby database
Correct:A
2.Consider the following statement: SQL> EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS (- 2> ownname => 'OE', - 3> estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, - 4> method_opt => 'for all columns size AUTO'); What is the effect of 'for all columns size AUTO' of the METHOD_OPT option?
A.The Oracle server creates a new histogram based on existing histogram definitions for all table, column, and index statistics for the OE schema.
B.The Oracle server creates a histogram based on data distribution regardless of how the application uses the column/s for all table, column, and index statistics for the OE schema.
C.The Oracle server creates a histogram based on data distribution and application usage of the column/s for all table, column, and index statistics for the OE schema.
D.The Oracle server creates a histogram based on application usage, regardless of data distribution, for all table, column, and index statistics for the OE schema.
Correct:C
3.What criterion does Oracle9i use to determine whether a database file is an Oracle Managed File?
A.the filename format
B.information stored inside a data dictionary table
C.information stored in the ALERT.LOG file for the corresponding instance
D.information stored inside the corresponding initialization parameter file for the instance
Correct:A
4.Which CREATE TABLE parameter should you be concerned with if the length of rows in an index-organized table vary over a wide range of values?
A.PCTFREE
B.PCTUSED
C.PCTINCREASE
D.PCTTHRESHOLD
Correct:D
5.In order to speed foreign key creation, Oracle9i will cache the first _____ primary key values only where there are multirow DML statements.
A.32
B.128
C.256
D.512
Correct:C
6.Consider the following scenario using incremental backups. A level 1 backup is taken on the first of the month. A level 2 backup is taken every Sunday, and a level 3 backup is taken daily. If the database gets corrupted on the second Wednesday of the month and is lost, which scenario would restore the database completely?
A.the weekly backup (level 2) and the daily backup (level 3)
B.the monthly backup (level 1) and the daily backup (level 3)
C.a base level backup (level 0) is missing and nothing can be recovered
D.the monthly backup (level 1), the weekly backup (level 2) and the daily backup (level 3)
Correct:C
7.Online index rebuild functionality has been extended to include which four index structures? (Choose four.)
A.bitmap indexes
B.reverse key indexes
C.function-based indexes
D.key-compressed indexes on regular tables
E.key-compressed indexes on IOT (including secondary indexes)
Correct:B C D E
8.Which two statements about dimensions are true? (Choose two.)
A.A hierarchy can consist of multiple levels.
B.A dimension can be based on multiple tables.
C.A dimension can contain only a single hierarchy.
D.No special privileges are required to create a dimension.
Correct:A B
9.Examine the statement: DROP TABLESPACE IND2 INCLUDING CONTENTS AND DATAFILES; What is the result of the statement?
A.The contents and data files belonging to the IND2 tablespace are dropped.
B.The statement will only succeed if the IND2 tablespace was built using Oracle-Managed Files (OMF) data files.
C.The statement will only succeed if the data files belonging to the IND2 tablespace are Oracle-Managed Files (OMF) or if the database was created using OMF.
D.The contents of the tablespace are dropped along with all its data files except those identified with the Oracle-Managed Files (OMF) naming convention.
Correct:A
10.What do you need to do in order for the Database Resource Manager to estimate, in advance, the execution time of a statement?
A.Set the TIMED_STATISTICS initialization parameter.
B.Gather optimizer statistics on related objects.
C.Set the TIMED_OS_STATISTICS initialization parameter.
D.Nothing
Correct:B
11.Which type of index should be created to spread the distribution of index updates across the index tree?
A.B-tree indexes
B.bitmap indexes
C.reverse-key indexes
D.function-based indexes
Correct:C
12.What statement is true about taking a database default temporary tablespace offline?
A.You cannot take a default temporary tablespace offline.
B.The database must be quiesced before you perform this action.
C.You must ensure that all users are assigned to an alternative temporary tablespace first.
D.You must first ensure that the default temporary tablespace has the permanent tablespace characteristic.
Correct:A
13.What is true about version-enabled tables?
A.The unit of versioning is the schema.
B.It is possible to version enable a table pertaining to SYS.
C.There are as many segments as versions for the same base table.
D.It is possible to create workspaces if there is no version-enabled table in the database.
Correct:D
14.Which four are true regarding the Workspace Manager in Oracle9i? (Choose four.)
A.automatically versions all tables
B.automatically installed with Oracle9i
C.merges changes with parent rows or discards changes
D.provides mechanism to identify and resolve conflicts
E.allows for version enabling tables by use of a packaged procedure
Correct:B C D E
15.What is one benefit of using the ALTER TABLE ... MOVE command rather than a CREATE TABLE ... AS SELECT command?
A.row chaining is eliminated.
B.index definitions are retained.
C.duplicate space is not required while the command executes.
D.all operations, such as INSERT, UPDATE, DELETE, and SELECT can be performed while the operation completes.
Correct:B
16.Which type of ROWID does Oracle use for global indexes on partitioned tables?
A.local
B.extended
C.restricted
Correct:B
17.Users complain that SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large. What is the least disruptive recovery strategy available in Oracle9i?
A.Rebuild the index using the online option.
B.Take the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again.
C.Without setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks.
D.Take the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.
Correct:C
18.Which three features are provided by Recovery Manager and NOT provided by user-managed backup and recovery? (Choose three.)
A.online backups
B.skipping unused blocks
C.partial database backups
D.incremental block-level backup
E.detection of corrupted blocks during backup
Correct:B D E
19.Which two are true regarding external tables? (Choose two.)
A.External tables can be updated.
B.External tables are read-only tables.
C.Indexes can be created on external tables.
D.Indexes cannot be created on external tables.
Correct:B D
20.Which two statements are true? (Choose two.)
A.Composite partitioning enables you to prevent partition elimination.
B.Composite partitioning supports hash partitioned global indexes.
C.Composite partitioning is ideal for both historical data and data placement.
D.Composite partitioning provides high performance and manageability, like range partitioning.
Correct:C D
21.What should you look at first to compute the number of undo blocks written per second to disk?
A.V$UNDOSTAT
B.V$ROLLSTAT
C.V$TRANSACTION
D.DBA_UNDO_EXTENTS
E.DBA_ROLLBACK_SEGS
Correct:A
22.The EMPLOYEES table is stored in the SAMPLE tablespace. The corresponding IPK_EMP index for the EMPLOYEES table's primary key is stored in the INDX tablespace. Out of 12 partitions, only partition P1 of the SALES table is stored in the SAMPLE tablespace. Which objects will be exported by this command? exp system/manager tablespaces=SAMPLE
A.only the EMPLOYEES table
B.only the EMPLOYEES table and its corresponding primary key index
C.the EMPLOYEES table and partition P1
D.the EMPLOYEES table, IPK_EMP index, and the SALES table
Correct:D
23.Which two data types can be converted to LOBs using an ALTER TABLEODIFY command? (Choose two.)
A.RAW
B.LONG
C.VARCHAR
D.LONG RAW
Correct:B D
24.What is characteristic of autonomous transactions?
A.They share resources with the calling transaction.
B.Committed changes in an autonomous transaction are visible to other transactions (except possibly the calling transaction) regardless of whether the calling transaction commits or rolls back.
C.Deadlocks between the autonomous transaction and its calling transaction are prevented.
D.Savepoint names need to be unique between the calling transaction and the autonomous transaction.
Correct:B
25.Which statement is true when using the DBVERIFY utility to detect corruptions in an Oracle data block?
A.The utility can be used with the database shut down.
B.The utility can be used to verify redo-log files for corruption.
C.The utility is useful only when the database is in ARCHIVELOG mode.
D.The utility can cause contention in the shared pool when there is high activity in the database.
Correct:A
26.Which statement describes the distinction between Fine-Grained Audit (FGA) and Fine-Grained Access Control (FGAC)?
A.FGA is an extension of FGAC.
B.FGAC prohibits access by row; FGA enables access by row.
C.Both use Application Context, but only FGAC can use the Secure Application role.
D.FGA tracks when sensitive rows have been accessed; FGAC prevents access to sensitive rows.
Correct:D
27.When does Oracle9i flag an index as being used in the V$OBJECT_USAGE view?
A.during a query's parse time only
B.during a query's execution time only
C.during any kind of DML statement execution
D.during the execution of an INSERT statement only
Correct:A
28.You are managing a complex multi-protocol networking environment. Which Oracle networking solution can you use to provide multiplexing of connections?
A.Oracle Names
B.Connection Manager
C.Advanced Networking Option
D.Security Server
Correct:B
29.Oracle Enterprise Manage (OEM) can generate database reports. Which statement about this feature is true?
A.Generating reports requires a repository.
B.Report generation is scheduled in the job system.
C.The report is placed in a table for suitable selects.
D.The reports are in HTML format for viewing in a browser.
Correct:D
30.Which two factors can influence the time taken for instance recovery? (Choose two)
A.size of the redo log buffer
B.value of FAST_START_IO_TARGET
C.size of the system tablespace
D.value of RECOVERY_PARALLELISM
E.the number of archived redo logs that have to be read
F.the number of tables stored in the database buffer cache at the moment of failure
Correct:B D


