orcacle9i database:new features for administrators:1z0-030 exam
Tuesday, July 14th, 2009“9i DBA “, also known as 1z0-030 exam, is a Oracle certification.
Preparing for the 1z0-030 exam? Searching 1z0-030 Test Questions, 1z0-030 Practice Exam, 1z0-030 Dumps?
With the complete collection of questions and answers, Test4actual has assembled to take you through 120 Q&A to your 1z0-030 exam preparation. In the 1z0-030 exam resources, you will cover every field and category in 9i DBA helping to ready you for your successful Oracle Certification.
Free 1z0-030 Demo Download
Test4actual offers free demo for 9i DBA 1z0-030 exam (orcacle9i database:new features for administrators). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.
Exam Details
The 9i DBA exam is the qualifying exam available to candidates pursuing a single-exam option for the Oracle Certified Network Associate 9i DBA certification. The 9i DBA (1z0-030) exam will test materials from the new Interconnection Oracle Network Devices (ICND) course as well as the new Introduction to Oracle Networking Technologies (INTRO) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Oracle networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.
http://www.test4actual.com
FREE DEMO:
1.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
2.Consider this syntax: MERGE INTO t1 USING t2 ON (join predicate)?. What does the MERGE
syntax do?
A.It performs a merge join of the row from T2 only if it doesn’t exist in the T1 table.
B.It creates a natural join of tables T1 and T2 for all columns that have the same name.
C.It creates a Cartesian product of table T1 and table T2 for all columns that have the same name.
D.For each row from T2, it updates the row if it exists within table T1, otherwise it inserts the row into T1.
Correct:D
3.In what way are the two initialization parameters PGA_AGGREGATE_TARGET and
WORKAREA_SIZE_POLICY related to each other?
A.The default value for PGA_AGGREGATE_TARGET depends on the setting of
WORKAREA_SIZE_POLICY.
B.You must provide a nondefault value for PGA_AGGREGATE_TARGET before setting
WORKAREA_SIZE_POLICY to the value AUTO.
C.The value of PGA_AGGREGATE_TARGET can only be changed dynamically (that is, when the
instance is open) if the value of WORKAREA_SIZE_POLICY is set to AUTO.
D.You must provide a nondefault
value for PGA_AGGREGATE_TARGET before setting
WORKAREA_SIZE_POLICY to the value MANUAL.
Correct:B
4.What is the benefit of the Cached Execution Plan feature?
A.SQL statement performance is improved.
B.The SQL statement no longer needs to be cached in the library cache.
C.Improved diagnosability, as the execution plan of a cached SQL statement in memory is preserved.
D.The execution plan is available for diagnosis after the SQL statement is aged out of the library cache.
Correct:C
5.Your database has tablespaces with different block sizes. What must you do to back these up
with RMAN?
A.You need to issue a separate RMAN BACKUP command to group tablespaces with the same block size.
B.You need to use RMAN BACKUP BLOCKSIZE=nK to select tablespaces that are not the same size as
the standard block size.
C.You can simply issue the RMAN BACKUP command, because a backup set can contain tablespaces of
different block sizes.
D.You must allow for the fact that RMAN will generate several backupsets, one for each block size, when
you issue the RMAN BACKUP command .
Correct:D