0% found this document useful (0 votes)
11 views60 pages

Oracle 1z0-035

The document is a practice exam for the Oracle 1z0-035 certification, containing multiple-choice questions covering various features and functionalities of Oracle databases. Key topics include Recovery Manager, database switchover vs. failover, resource management, and SQL execution. Each question is followed by the correct answer for reference.

Uploaded by

Fiaz Mughal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views60 pages

Oracle 1z0-035

The document is a practice exam for the Oracle 1z0-035 certification, containing multiple-choice questions covering various features and functionalities of Oracle databases. Key topics include Recovery Manager, database switchover vs. failover, resource management, and SQL execution. Each question is followed by the correct answer for reference.

Uploaded by

Fiaz Mughal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 60

Oracle 1z0-035: Practice Exam

QUESTION NO: 1

Which three features are provided by Recovery Manager and NOT provided by user-managed
backup and recovery? (Choose three.)

A. skipping unused blocks


B. online backups
C. partial database backups
D. incremental block-level backup
E. detection of corrupted blocks during backup

Answer: A,D,E

QUESTION NO: 2

A switchover to a standby database differs from a failover to the standby in a number of ways.
What are two of the key differences that characterize a switchover? (Choose two.)

A. The primary and standby database must be using exactly the same release and patch level of
Oracle9i.
B. The operation is planned and causes no data loss.
C. The old primary database can take on the standby role and be available for a future switchover.
D. The standby database must be running in a no data divergence mode.
E. Either the primary database's online or archived log files, but not necessarily both, must be
available.

Answer: B,C

QUESTION NO: 3

What does using the package DBMS_RESOURCE_MANAGER enable you to do?

A. dynamically change profiles assigned to sets of users


B. guarantee a minimum degree of parallelism to a set of users
C. guarantee certain sets of users a minimum amount of disk space
D. distribute available processing resources among sets of users
E. limit the degree of parallelism on a given set of tables

Answer: D

QUESTION NO: 4

"Pass Any Exam. Any Time." - 100% Pass Guarantee 2


Oracle 1z0-035: Practice Exam
Which four are true regarding the Workspace Manager in Oracle9i? (Choose four.)

A. automatically versions all tables


B. merges changes with parent rows or discards changes
C. allows for version enabling tables by use of a packaged procedure
D. provides mechanism to identify and resolve conflicts
E. automatically installed with Oracle9i

Answer: B,C,D,E

QUESTION NO: 5

Which operation causes an index to be considered "used" while monitoring is turned on for that
particular index?

A. only when the index is specified in a hint


B. when a statement is executed and the execution plan contains a reference to the index
C. when data is fetched by an execution plan that uses that index
D. when a statement is parsed and the resulting execution plan contains a reference to the index

Answer: D

QUESTION NO: 6

What must you do to enable Automated SQL Execution Memory Management?

A. Set the instance parameters PGA_AGGREGATE_TARGET and WORKAREA_SIZE_POLICY


to appropriate values.
B. Execute the DBMS_STATS.GATHER_SYSTEM_STATS procedure with appropriate values
C. Unset the instance parameters SORT_AREA_SIZE, BITMAP_MERGE_AREA_SIZE,
CREATE_BITMAP_AREA_SIZE, HASH_AREA_SIZE, SORT_AREA_SIZE, and
SORT_AREA_RETAINED_SIZE.
D. Set the instance parameters SORT_AREA_SIZE, BITMAP_MERGE_AREA_SIZE,
CREATE_BITMAP_AREA_SIZE, HASH_AREA_SIZE, SORT_AREA_SIZE, and
SORT_AREA_RETAINED_SIZE all to AUTO.

Answer: A

QUESTION NO: 7

Examine this statement:

"Pass Any Exam. Any Time." - 100% Pass Guarantee 3


Oracle 1z0-035: Practice Exam
SELECT *
FROM ( SELECT class_id, crs_id
FROM classes
ORDER BY start_date DESC)
WHERE ROWNUM < 11;

What will happen when this executes?

A. An error is returned citing an ORDER BY clause embedded within a subquery.


B. An error is returned citing an ORDER BY clause reference to a column that is not selected.
C. The ten rows with the latest start date will be returned.
D. The ten rows with the earliest start date will be returned.

Answer: C

QUESTION NO: 8

You need to add a column to a table that holds updateable image data. Which data type should
you use for this column?

A. BLOB
B. CLOB
C. LOBFILE
D. BFILE

Answer: A

QUESTION NO: 9

When executing parallel DELETE statements, what is the maximum degree of parallelism allowed
on a table?

A. 10
B. limited by the system
C. the table default degree of parallelism
D. limited to the number of partitions

Answer: D

QUESTION NO: 10

"Pass Any Exam. Any Time." - 100% Pass Guarantee 4


Oracle 1z0-035: Practice Exam
What are three benefits of performing data definition language (DDL) statements against a
partitioned table with the UPDATE GLOBAL INDEXES clause? (Choose three.)

A. Global indexes are rebuilt automatically at the end of the DDL operation thereby avoiding
problems with the UNUSABLE status.
B. Global indexes are maintained during the operation of the DDL command and therefore can be
used by any concurrent query.
C. Global indexes remain intact and available for use by data manipulation language (DML)
statements even for sessions that have not enabled the skipping of unusable indexes.
D. You do not have to search for invalid global indexes after the DDL command completes and
rebuild them individually.

Answer: B,C,D

QUESTION NO: 11

What is true regarding a shared, server-side parameter file for a Real Application Clusters
database?

A. It can contain only parameters with identical values for each instance.
B. It can contain parameters with distinct values for each instance.
C. It must contain an IFILE parameter for each instance's individual parameter file.
D. It must be located in the default location for the primary instance's parameter file.

Answer: B

QUESTION NO: 12

Examine the following parameter settings from an initialization (init.ora) file:

DB_CREATE_FILE_DEST = '/u01/oradata/'
DB_CREATE_ONLINE_LOG_DEST_1 = '/u02/oradata/'
DB_CREATE_ONLINE_LOG_DEST_2 = '/u03/oradata/'

If you create an Oracle Managed Files (OMF) database using these settings, what is the result?

A. The data files and temp files will be on device /u01; one copy of the control file and the first
member in each online redo log group will be on device /u02; another copy of the control file and a
second member of each redo log group will be on device /u03.
B. The data files and temp files will be on device /u01; one copy of the control file and one online
redo log group will be on device /u02; another copy of the control file and a second redo log group
will be on device /u03.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 5


Oracle 1z0-035: Practice Exam
C. The data files, temp files, and control file will be on device /u01; one online redo log group will
be on device /u02; another redo log group will be on device /u03.
D. The data files, temp files, online redo log files, and control file will be on device /u01;
multiplexed copies of the archive log files will be created: one set on device /u02, and another set
on device /u03.

Answer: A

QUESTION NO: 13

Using a bitmap structure to manage database object space has several benefits over using freelist
structures.

Which three are benefits of managing space using automatic segment-space managed objects?
(Choose three.)

A. It improves performance for SYSTEM tablespaces where a high degree of concurrency is


required.
B. It requires fewer space related options than freelist managed structures.
C. It improves performance and space utilization in a multi-instance environment.
D. It readily responds to dynamic changes for concurrent access.

Answer: B,C,D

QUESTION NO: 14

What does the Metadata Application Programming Interface (API) allow you to do?

A. prepare pseudocode modules for conversion to Java or PL/SQL programs with a Metadata
code generator
B. delete data dictionary information about database objects you no longer need
C. repair damaged data dictionary entries
D. extract data definition commands from the data dictionary in a variety of formats

Answer: D

QUESTION NO: 15

What criterion does Oracle9i use to determine whether a database file is an Oracle Managed File?

A. information stored inside a data dictionary table

"Pass Any Exam. Any Time." - 100% Pass Guarantee 6


Oracle 1z0-035: Practice Exam
B. the filename format
C. information stored in the ALERT.LOG file for the corresponding instance
D. information stored inside the corresponding initialization parameter file for the instance

Answer: B

QUESTION NO: 16

Examine the statement:

SQL> CREATE TABLESPACE user_data


2> EXTENT MANAGEMENT LOCAL
3> SEGMENT SPACE MANAGEMENT AUTO;

Which two assumptions must be true for this statement to execute successfully? (Choose two.)

A. The COMPATIBLE initialization parameter must be 9.0.0 or higher.


B. The USER_DATA tablespace is managed using FET$/UET$ tables.
C. Oracle Managed Files are used for this instance.
D. Space within segments in the USER_DATA tablespace is managed with freelists.

Answer: A,C

QUESTION NO: 17

Temporary tables retain data until the _____.

A. database is exported
B. database is backed up
C. instance is shut down
D. transaction or session completes
E. statement needing sort space commits

Answer: D

QUESTION NO: 18

Which two statements are true? (Choose two.)

A. Composite partitioning supports range- partitioned global indexes.


B. Composite partitioning supports local indexes.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 7


Oracle 1z0-035: Practice Exam
C. Composite partitioning supports hash- partitioned global indexes.
D. Composite partitioning supports composite- partitioned global indexes.

Answer: A,B

QUESTION NO: 19

Which two are true regarding external tables? (Choose two.)

A. Indexes can be created on external tables.


B. Indexes cannot be created on external tables.
C. External tables can be updated.
D. External tables are read-only tables.

Answer: B,D

QUESTION NO: 20

You want to benefit from a partial partition-wise join for two tables. What is required?

A. You need to partition one of the tables on their join keys.


B. You must define a foreign key constraint.
C. You need to hash-partitioned both tables on their join keys.
D. You need to equipartition both tables on their join keys.

Answer: A

QUESTION NO: 21

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 histogram based on application usage, regardless of data
distribution, for all table, column, and index statistics for the OE schema.
B. The Oracle server creates a new histogram based on existing histogram definitions for all table,
column, and index statistics for the OE schema.
"Pass Any Exam. Any Time." - 100% Pass Guarantee 8
Oracle 1z0-035: Practice Exam
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 data distribution regardless of how the
application uses the column/s for all table, column, and index statistics for the OE schema.

Answer: C

QUESTION NO: 22

Oracle9i extends the cursor sharing functionality with the new value of SIMILAR for the
CURSOR_SHARING parameter. With CURSOR_SHARING = SIMILAR, cursors are shared for
safe literals only.

What is meant by 'safe literals only'?

A. The substitution of any literal value will produce exactly the same execution plan.
B. The substitution of a literal value will produce different execution plans.
C. Different execution plans are generated for substituted literal values.
D. No literal value is substituted for a shared cursor.

Answer: A

QUESTION NO: 23

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. Nothing
D. Set the TIMED_OS_STATISTICS initialization parameter.

Answer: B

QUESTION NO: 24

What does fine-grained access enable you to do?

A. select how external object references are resolved in queries


B. select which user's privilege map is used during execution
C. associate policies with tables and views

"Pass Any Exam. Any Time." - 100% Pass Guarantee 9


Oracle 1z0-035: Practice Exam
D. choose the schema in which a stored PL/SQL block will execute in

Answer: C

QUESTION NO: 25

Examine this fragment from a SQL*Plus session:

SQL> SELECT name, value FROM v$sysstat


2> WHERE name LIKE 'work area executions%';

NAME VALUE
-------------------------------- --------------
work area executions - optimal 1544
work area executions - onepass 11
work area executions - multipass 1038

What can you conclude about the setting of the PGA_AGGREGATE_TARGET initialization
parameter?

A. It is probably at its optimal setting because the ratio of one pass to multipass work area
executions is below 0.10 (ten percent).
B. You cannot conclude anything because these statistics are not related to the
PGA_AGGREGATE_TARGET parameter.
C. It may be set too low because there are many more multipass work area executions than one
pass executions.
D. It may be set too high because there are many more multipass work area executions than one
pass executions.

Answer: C

QUESTION NO: 26

What must you do to enable Automated SQL Execution Memory Management?

A. Set the instance parameters PGA_AGGREGATE_TARGET and WORKAREA_SIZE_POLICY


to appropriate values.
B. Set the instance parameters SORT_AREA_SIZE, BITMAP_MERGE_AREA_SIZE,
CREATE_BITMAP_AREA_SIZE, HASH_AREA_SIZE, SORT_AREA_SIZE, and
SORT_AREA_RETAINED_SIZE all to AUTO.
C. Unset the instance parameters SORT_AREA_SIZE, BITMAP_MERGE_AREA_SIZE,
CREATE_BITMAP_AREA_SIZE, HASH_AREA_SIZE, SORT_AREA_SIZE, and

"Pass Any Exam. Any Time." - 100% Pass Guarantee 10


Oracle 1z0-035: Practice Exam
SORT_AREA_RETAINED_SIZE.
D. Execute the DBMS_STATS.GATHER_SYSTEM_STATS procedure with appropriate values

Answer: A

QUESTION NO: 27

In order to speed foreign key creation, Oracle9i will cache the first _____ primary key values only
where there are multirow DML statements.

A. 128
B. 32
C. 512
D. 256

Answer: D

QUESTION NO: 28

Consider this syntax:

MERGE INTO t1
USING t2 ON (join predicate).

What does the MERGE syntax do?

A. It creates a Cartesian product of table T1 and table T2 for all columns that have the same
name.
B. It performs a merge join of the row from T2 only if it doesn't exist in the T1 table.
C. It creates a natural join of tables T1 and 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.

Answer: D

QUESTION NO: 29

When querying the new v$spparameter view, the column ISSPECIFIED displays the value TRUE
for a number of parameters. What does this mean?

A. The parameters are specified in the SPFILE parameter file.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 11


Oracle 1z0-035: Practice Exam
B. The value for the parameters is TRUE.
C. Changes to the parameter are only in the currently running instance.
D. The parameters are specified in the PFILE parameter file.

Answer: A

QUESTION NO: 30

You decide to activate the resumable space allocation feature for all your database users by
enabling the feature in a logon trigger. This causes a statement that requires space beyond a
user's quota _____.

A. to fail because quota limits do not activate the resumable space allocation feature
B. to wait in a suspended state until the quota is increased or until the timeout value is reached
C. to invoke the default trigger that resets user quota, if there is free space in the related
tablespace
D. to wait indefinitely for the quota to be increased, regardless of the timeout setting for other
space allocation problems.

Answer: B

QUESTION NO: 31

You need to add a column to a table that holds updateable image data. Which data type should
you use for this column?

A. LOBFILE
B. CLOB
C. BFILE
D. BLOB

Answer: D

QUESTION NO: 32

The CURSOR_SHARING parameter is set to SIMILAR at the instance level and you issue these
SELECT statements in the order shown below:

SELECT * FROM employees WHERE department_id=50;


SELECT * FROM employees WHERE department_id=70;

There is an index on the DEPARTMENT_ID column of the 1,000,000 row EMPLOYEES table.
"Pass Any Exam. Any Time." - 100% Pass Guarantee 12
Oracle 1z0-035: Practice Exam
Ninety percent of the employees are part of DEPARTMENT_ID 50.

In which two scenarios will Oracle9i share the corresponding cursors for the two statements?
(Choose two.)

A. You are using the rule-based optimizer.


B. You are using the cost-based optimizer with up-to-date statistics and histograms computed for
the DEPARTMENT_ID column.
C. You are using the cost-based optimizer with up-to-date statistics and histograms computed for
the DEPARTMENT_ID column and system statistics gathered.
D. You are using the cost-based optimizer with up-to-date statistics but with no histograms.

Answer: A,D

QUESTION NO: 33

To assist you in migrating your existing LONG columns to LOB data types, the ALTER TABLE
syntax has been enhanced to support LONG to CLOB migration and LONG RAW to BLOB
migration.

During this migration, if redo logging is enabled for the table or for the LOB being created, the
ALTER TABLE ?MODIFY command temporarily _____ the space requirements.

A. doubles
B. quadruples
C. triples
D. halves

Answer: A

QUESTION NO: 34

You can use Oracle Flashback to look at past activity in your database. What are two other
characteristics of Oracle Flashback? (Choose two.)

A. You can only use an Oracle Flashback view of the data if the required records are still in the
online redo log files.
B. Oracle Flashback lists the DML that was executed during the period you identify when initiating
your session.
C. Oracle Flashback uses undo information to construct consistent data.
D. You can use a PL/SQL cursor opened while using an Oracle Flashback image to perform DML
once you deactivate Oracle Flashback in your session.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 13


Oracle 1z0-035: Practice Exam
Answer: C,D

QUESTION NO: 35

What statement is true about taking a database default temporary tablespace offline?

A. You must first ensure that the default temporary tablespace has the permanent tablespace
characteristic.
B. The database must be quiesced before you perform this action.
C. You cannot take a default temporary tablespace offline.
D. You must ensure that all users are assigned to an alternative temporary tablespace first.

Answer: C

QUESTION NO: 36

Before adding a nonstandard block size to your database, which preparatory task must you
complete?

A. Redefine the buffer pool by setting the DB_mK_CACHE_SIZE and DB_nK_CACHE_SIZE


parameters, where m is the standard block size and n is the new block size.
B. Rebuild the control file using an instance with an initialization file containing two
DB_BLOCK_SIZE parameters, one for the standard and one for the new block size.
C. Rebuild the control file using an instance with an initialization file containing two
DB_nK_CACHE_SIZE parameters, one for the standard and one for the new block size.
D. Define a new buffer pool by setting the DB_nK_CACHE_SIZE parameter where n is the new
block size.

Answer: D

QUESTION NO: 37

Which password resource type needs to be set to enable the lifetime of the password?

A. PASSWORD_LIFE_TIME
B. PASSWORD_LOCK_TIME
C. PASSWORD_VERIFY_FUNCTION
D. FAILED_LOGIN_ATTEMPTS

Answer: A

"Pass Any Exam. Any Time." - 100% Pass Guarantee 14


Oracle 1z0-035: Practice Exam
QUESTION NO: 38

An index-organized table (IOT) called SPARSE has had many records deleted.

Which command reorganizes the IOT so that the empty space is removed, while minimizing the
impact for users?

A. ALTER INDEX REBUILD ONLINE ;


B. ALTER TABLE COALESCE ;
C. CREATE TABLE AS SELECT ONLINE;
D. EXPORT with TABLES and IMPORT with the INDEX and IGNORE options.

Answer: B

QUESTION NO: 39

Examine this statement, which creates a Cartesian product of the COUNTRIES and REGION
tables:

SQL> SELECT c.country_name,


2> r.region_name
3> FROM countries c, region r;

Oracle9i SQL:1999 syntax supports the same functionality with which join type?

A. Cross join
B. Natural join
C. Merge join
D. Equijoin

Answer: A

QUESTION NO: 40

ABC Company consolidated into one office building, so the very large EMPLOYEES table no
longer requires the OFFICE_LOCATION column. The DBA decided to drop the column using the
syntax below:

ALTER TABLE hr.employees


DROP COLUMN building_location
CASCADE CONSTRAINTS;

"Pass Any Exam. Any Time." - 100% Pass Guarantee 15


Oracle 1z0-035: Practice Exam
Dropping this column has turned out to be very time consuming and is requiring a large amount of
undo space.

What could the DBA have done to minimize the problem regarding time and undo space
consumption?

A. Use the Export and Import utilities to bypass undo.


B. Mark the column as UNUSED.
Remove the column at a later time when less activity is on the system.
C. Add a checkpoint to the DROP UNUSED COLUMNS command to minimize undo space.
D. Drop all indexes and constraints associated with the column prior to dropping the column.
E. Mark the column INVALID prior to beginning the drop to bypass undo.
Remove the column using the DROP UNUSED COLUMNS command.

Answer: B

QUESTION NO: 41

Which two statements are true? (Choose two.)

A. Composite partitioning enables you to prevent partition elimination.


B. Composite partitioning provides high performance and manageability, like range partitioning.
C. Composite partitioning supports hash partitioned global indexes.
D. Composite partitioning is ideal for both historical data and data placement.

Answer: B,D

QUESTION NO: 42

You are attempting to create an Oracle-Managed Files (OMF) tablespace in a production


database with the following statement and receive the following error message:

CREATE TABLESPACE tbs1;

ORA-02199: missing DATAFILE/TEMPFILE clause

oerr ora 2199


02199, 00000, "missing DATAFILE/TEMPFILE clause"
*Cause: A CREATE TABLESPACE statement has no DATAFILE/TEMPFILE clause.
*Action: Specify a DATAFILE/TEMPFILE clause.

What is the corrective action to create the OMF based tablespace?

"Pass Any Exam. Any Time." - 100% Pass Guarantee 16


Oracle 1z0-035: Practice Exam
A. An OMF tablespace is not allowed; only control files and/or redo log files can be created by
OMF.
B. Issue the CREATE TABLESPACE tbs1 DATAFILE SIZE 10M; command.
C. Set the db_create_file_dest parameter using the ALTER SESSION command and re-issue the
statement.
D. Issue the CREATE TABLESPACE tbs1 EXTENT MANAGEMENT ORACLE; command.

Answer: C

QUESTION NO: 43

Which feature requires the extended ROWID format?

A. segments that can be in different tablespaces


B. large objects
C. Recovery Manager
D. advanced queuing

Answer: A

QUESTION NO: 44

Examine the statement:

DROP TABLESPACE IND2


INCLUDING CONTENTS
AND DATAFILES;

What is the result of the statement?

A. 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.
B. The contents and data files belonging to the IND2 tablespace are dropped.
C. The statement will only succeed if the IND2 tablespace was built using Oracle-Managed Files
(OMF) data files.
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.

Answer: B

"Pass Any Exam. Any Time." - 100% Pass Guarantee 17


Oracle 1z0-035: Practice Exam
QUESTION NO: 45

What is true regarding fact tables having bitmap join indexes defined on them?

A. You can create a bitmap join index on a temporary table.


B. You can create a bitmap join index on an index-organized table.
C. You cannot have more than one dimension table being part of the join condition of a bitmap join
index definition.
D. Tables participating in the join condition of the bitmap join index definition cannot be updated
concurrently.

Answer: D

QUESTION NO: 46

Which three features are provided by Recovery Manager and NOT provided by user-managed
backup and recovery? (Choose three.)

A. skipping unused blocks


B. incremental block-level backup
C. online backups
D. detection of corrupted blocks during backup
E. partial database backups

Answer: A,B,D

QUESTION NO: 47

Click the Exhibit button and examine the code.

Which three statements correctly describe the Secure Application role definition?

(Choose three.) (The SYS_CONTEXT calls returns whether or not the session is a true DBA
session.)

"Pass Any Exam. Any Time." - 100% Pass Guarantee 18


Oracle 1z0-035: Practice Exam

A. It prevents everyone except a true DBA session from acquiring the READWRITE role.
B. No user or application has to remember or hide a password.
C. app.chk_readwrite is called whenever a user tries to access rows protected by the READONLY
or READWRITE label.
D. app.chk_readwrite is called by users or applications when they want to enable the READONLY
or READWRITE role.

Answer: A,B,D

QUESTION NO: 48

User defined events in Oracle Enterprise Manager return status, and possibly values, to the
Oracle Enterprise Manager Event Monitor. What are user defined events?

A. Database Event Triggers, which issue Alerts to the Agent


B. database based scripts (PL/SQL, Java) run by the Agent
C. user written PL/SQL programs in the database, which the OEM console can execute and
display the results
D. scripts run by the Agent in any language on the host server

Answer: D

QUESTION NO: 49

Oracle9i provides a database package called dbms_redefinition to perform an online rebuild of a


table.

Which two steps are you recommended to do prior to issuing the


dbms_redefinition.start_redef_table procedure call? (Choose two).

"Pass Any Exam. Any Time." - 100% Pass Guarantee 19


Oracle 1z0-035: Practice Exam
A. invoke the dbms_redefinition.can_redef_table procedure
B. create any triggers, indexes, or constraints on the interim table
C. invoke the dbms_redefinition.sync_interim_table procedure
D. create an empty interim table with all the desired characteristics
E. grant privileges on the interim table

Answer: A,D

QUESTION NO: 50

What can you see when querying V$LOGMNR_CONTENTS?

A. the SQL statement run, and the relevant undo SQL statement
B. the SQL statement run, and the new image
C. the SQL statement run, and the old image
D. the old image and the new image of the row that was modified
E. only the redo generated by the current schema

Answer: A

QUESTION NO: 51

Oracle Enterprise Manage (OEM) can generate database reports. Which statement about this
feature is true?

A. The reports are in HTML format for viewing in a browser.


B. The report is placed in a table for suitable selects.
C. Report generation is scheduled in the job system.
D. Generating reports requires a repository.

Answer: A

QUESTION NO: 52

What is true regarding a shared, server-side parameter file for a Real Application Clusters
database?

A. It can contain only parameters with identical values for each instance.
B. It must be located in the default location for the primary instance's parameter file.
C. It must contain an IFILE parameter for each instance's individual parameter file.
D. It can contain parameters with distinct values for each instance.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 20


Oracle 1z0-035: Practice Exam
Answer: D

QUESTION NO: 53

What should you look at first to compute the number of undo blocks written per second to disk?

A. DBA_UNDO_EXTENTS
B. V$UNDOSTAT
C. V$TRANSACTION
D. DBA_ROLLBACK_SEGS
E. V$ROLLSTAT

Answer: B

QUESTION NO: 54

What are three advantages of using Oracle Advanced Queuing? (Choose three.)

A. allows you to use a REPLY queue to receive answers to your messages


B. allows you to put time constraints on messages so that they will be removed from the queue
after a specified time
C. allows you to prioritize or order messages
D. allows you to use VARCHAR2, DATE, NUMBER and CHAR data type messages
E. allows you to use RAW or user-defined data types for messages

Answer: B,C,E

QUESTION NO: 55

What does fine-grained access enable you to do?

A. select which user's privilege map is used during execution


B. select how external object references are resolved in queries
C. associate policies with tables and views
D. choose the schema in which a stored PL/SQL block will execute in

Answer: C

QUESTION NO: 56

"Pass Any Exam. Any Time." - 100% Pass Guarantee 21


Oracle 1z0-035: Practice Exam
You decide to split a partition of an index. For which type of index is this allowed?

A. bitmap prefixed
B. local prefixed
C. global prefixed
D. local nonprefixed

Answer: C

QUESTION NO: 57

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. the EMPLOYEES table and partition P1
C. only the EMPLOYEES table and its corresponding primary key index
D. the EMPLOYEES table, IPK_EMP index, and the SALES table

Answer: D

QUESTION NO: 58

Oracle Enterprise Manage (OEM) can generate database reports. Which statement about this
feature is true?

A. The report is placed in a table for suitable selects.


B. Report generation is scheduled in the job system.
C. The reports are in HTML format for viewing in a browser.
D. Generating reports requires a repository.

Answer: C

"Pass Any Exam. Any Time." - 100% Pass Guarantee 22


Oracle 1z0-035: Practice Exam
QUESTION NO: 59

Examine the command:

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY)


COLUMNS;

What does the command accomplish?

A. stores the old and new primary key column values of each row involved in a DML operation
only when the primary key is modified in the online redo log files
B. stores the primary key column values of each row involved in a DML operation in the
supplemental log files
C. creates an additional copy of the database online redo log files
D. stores the primary key column values of each row involved in a DML operation in the online
redo log files

Answer: D

QUESTION NO: 60

What can you see when querying V$LOGMNR_CONTENTS?

A. the old image and the new image of the row that was modified
B. the SQL statement run, and the old image
C. the SQL statement run, and the new image
D. the SQL statement run, and the relevant undo SQL statement
E. only the redo generated by the current schema

Answer: D

QUESTION NO: 61

Select the five items that are supported for parallel operations. (Choose five.)

A. Parallel INSERT .... SELECT direct load on nonpartitioned tables.


B. Parallel DELETE on nonpartitioned tables.
C. Parallel UPDATE on partitioned tables, parallelized by partition.
D. Parallel DELETE on partitioned tables, parallelized by partition.
E. Parallel INSERT .... SELECT direct load on partitioned tables.
F. Parallel UPDATE on nonpartitioned tables.
G. Parallel query on nonpartitioned tables.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 23


Oracle 1z0-035: Practice Exam
Answer: A,C,D,E,G

QUESTION NO: 62

When enabling Flashback using a wall-clock time, within what period does the database choose a
System Commit Number (SCN)?

A. one minute of the time specified


B. five minutes of the time specified
C. one second of the time specified
D. five seconds of the time specified

Answer: B

QUESTION NO: 63

Which three table transformations can be done using online redefinition of tables? (Choose three.)

A. change the data type of a column from LONG to BLOB


B. drop a column
C. delete rows
D. change a range-partitioned table to a list-partitioned table
E. change a heap table to an index-organized table

Answer: B,D,E

QUESTION NO: 64

What must you do to enable partition-wise joins?

A. Nothing, because this feature is enabled automatically.


B. The instance parameter partition_wise_joins must be set to "TRUE".
C. In the select statement, use the hint /*partition_wise_joins*/.
D. The parameter partition_wise_join must be set when the table is created.
E. The table parameter partition_wise_joins must be set using an "ALTER TABLE..." statement.

Answer: A

QUESTION NO: 65

"Pass Any Exam. Any Time." - 100% Pass Guarantee 24


Oracle 1z0-035: Practice Exam
You are in the process of dropping the BUILDING_LOCATION column from the HR.EMPLOYEES
table. The table has been marked INVALID until the operation completes. Suddenly the instance
fails. Upon startup, the table remains INVALID.

Which step(s) should you follow to complete the operation?

A. Use the Export and Import utilities to remove the remainder of the column from the table and
release unused space.
B. Truncate the INVALID column to delete remaining rows in the column and release unused
space immediately.
C. Mark the column as UNUSED and drop the column:
ALTER TABLE hr.employees
SET UNUSED COLUMN building_location;

ALTER TABLE hr.employees


DROP UNUSED COLUMN building_location
CASCADE CONSTRAINTS;
D. Continue with the drop column command:
ALTER TABLE hr.employees DROP COLUMNS CONTINUE;

Answer: D

QUESTION NO: 66

What does the optimizer plan stability feature use to maintain different stored outlines for the same
SQL statement?

A. profiles
B. schemas
C. resource manager
D. categories

Answer: D

QUESTION NO: 67

Examine this fragment from a SQL*Plus session:

SQL> SELECT name, value FROM v$sysstat


2> WHERE name LIKE 'work area executions%';

NAME VALUE

"Pass Any Exam. Any Time." - 100% Pass Guarantee 25


Oracle 1z0-035: Practice Exam
-------------------------------- -------------
work area executions - optimal 1544
work area executions - onepass 11
work area executions - multipass 1038

What can you conclude about the setting of the PGA_AGGREGATE_TARGET initialization
parameter?

A. It is probably at its optimal setting because the ratio of one pass to multipass work area
executions is below 0.10 (ten percent).
B. You cannot conclude anything because these statistics are not related to the
PGA_AGGREGATE_TARGET parameter.
C. It may be set too low because there are many more multipass work area executions than one
pass executions.
D. It may be set too high because there are many more multipass work area executions than one
pass executions.

Answer: C

QUESTION NO: 68

You are managing a complex multi-protocol networking environment. Which Oracle networking
solution can you use to provide multiplexing of connections?

A. Security Server
B. Connection Manager
C. Oracle Names
D. Advanced Networking Option

Answer: B

QUESTION NO: 69

Which type of index should be created to spread the distribution of index updates across the index
tree?

A. function-based indexes
B. bitmap indexes
C. B-tree indexes
D. reverse-key indexes

Answer: D

"Pass Any Exam. Any Time." - 100% Pass Guarantee 26


Oracle 1z0-035: Practice Exam

QUESTION NO: 70

Which two are true regarding the Automatic Undo Management feature? (Choose two).

A. Oracle9i automatically creates a fixed number of undo segments per undo tablespace.
B. In a Real Application Clusters environment, you must create one undo tablespace per opened
instance.
C. SMON is responsible for shrinking undo segments as needed.
D. To use this feature, you must create undo segments into an undo tablespace.
E. PMON is responsible for shrinking undo segments as needed.

Answer: B,C

QUESTION NO: 71

In the Oracle9i Data Guard architecture, what is the purpose of the Log Transport Services?

A. 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
B. to apply redo log records sent from the primary database to a standby database at the receiving
location
C. to transfer redo log information to one or more destinations
D. to synchronize changes to the control files on all standby databases with changes on the
primary database when a log switch occurs

Answer: C

QUESTION NO: 72

Click the Exhibit button.

Given the partition definition, which insert statement will fail?

"Pass Any Exam. Any Time." - 100% Pass Guarantee 27


Oracle 1z0-035: Practice Exam

A. insert into sales(year,month,day)


values (2000,02,33);
B. insert into sales(year,month,day)
values (2000,03,32);
C. insert into sales(year,month,day)
values (2000,01,17);
D. insert into sales(year,month,day)
values (2000,01,01);

Answer: B

QUESTION NO: 73

What is true about version-enabled tables?

A. The unit of versioning is the schema.


B. It is possible to create workspaces if there is no version-enabled table in the database.
C. It is possible to version enable a table pertaining to SYS.
D. There are as many segments as versions for the same base table.

Answer: B

QUESTION NO: 74

In which tablespace are temporary LOBs stored?

A. in the user's temporary tablespace


B. any tablespace depending on the temporary LOBs' definition
C. in the SYSTEM tablespace
D. in the user's default tablespace

"Pass Any Exam. Any Time." - 100% Pass Guarantee 28


Oracle 1z0-035: Practice Exam
Answer: A

QUESTION NO: 75

Which type of ROWID does Oracle use for global indexes on partitioned tables?

A. extended
B. local
C. restricted

Answer: A

QUESTION NO: 76

You need to version enable the MORTGAGE table containing customer mortgage trend
information. Which syntax version enables the MORTGAGE table?

A. DBMS_WM.ENABLE_TABLE('MORTGAGE');
B. DBMS_LT.ENABLETABLE('MORTGAGE');
C. DBMS_WM.ENABLEVERSIONING('MORTGAGE');
D. DBMS_LT.ENABLEVERSIONING('MORTGAGE');

Answer: C

QUESTION NO: 77

Consider this RMAN command:

RMAN> CONFIGURE RETENTION POLICY CLEAR;

What is the effect of this command?

A. It sets the retention policy to the default of REDUNDANCY 1.


B. Backups will never expire.
C. It removes any retention policy.
D. The DELETE OBSOLETE command will fail with an error.

Answer: A

QUESTION NO: 78

"Pass Any Exam. Any Time." - 100% Pass Guarantee 29


Oracle 1z0-035: Practice Exam
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 monthly backup (level 1) and the daily backup (level 3)


B. a base level backup (level 0) is missing and nothing can be recovered
C. the weekly backup (level 2) and the daily backup (level 3)
D. the monthly backup (level 1), the weekly backup (level 2) and the daily backup (level 3)

Answer: B

QUESTION NO: 79

Online index rebuild functionality has been extended to include which four index structures?
(Choose four.)

A. key-compressed indexes on regular tables


B. bitmap indexes
C. reverse key indexes
D. function-based indexes
E. key-compressed indexes on IOT (including secondary indexes)

Answer: A,C,D,E

QUESTION NO: 80

Which password resource type needs to be set to enable the lifetime of the password?

A. PASSWORD_LIFE_TIME
B. PASSWORD_LOCK_TIME
C. FAILED_LOGIN_ATTEMPTS
D. PASSWORD_VERIFY_FUNCTION

Answer: A

QUESTION NO: 81

A table is partitioned on the PROJECTSTART column. You need to create an index with the
PROJECTID column as the leftmost portion of the index key followed by the OWNER column.
Which index type is required?

"Pass Any Exam. Any Time." - 100% Pass Guarantee 30


Oracle 1z0-035: Practice Exam
A. prefixed
B. reverse key
C. bitmap
D. non prefixed

Answer: D

QUESTION NO: 82

Which two statements about optimizer plan stability are true? (Choose two.)

A. Categories allow different stored outlines for the same SQL statement.
B. Data dictionary statistics are ignored when using a stored outline.
C. Profiles specify the user's default category.
D. Data dictionary statistics are ignored when creating a stored outline.

Answer: A,B

QUESTION NO: 83

Given:
LOG_ARCHIVE_DEST_2 = "LOCATION = /archive2 OPTIONAL"

What effect does OPTIONAL have in the location parameter?

A. If the destination is unavailable, it puts the archive log in a default directory.


B. If the destination is unavailable, it allows the online redo log to be overwritten if the parameter
LOG_ARCHIVE_DEST_2_OVERWRITE is set to 'True'.
C. If the destination is unavailable, it allows the online redo log to be overwritten.
D. There is an error on startup because there is no OPTIONAL clause available.
E. If the destination is unavailable, it allows the online redo log to be overwritten at the request of
the DBA.

Answer: C

QUESTION NO: 84

Which two options are valid for LOBs during their creation? (Choose two.)

A. NOREDO
B. LOGGING

"Pass Any Exam. Any Time." - 100% Pass Guarantee 31


Oracle 1z0-035: Practice Exam
C. REDO
D. NOLOGGING

Answer: B,D

QUESTION NO: 85

What is characteristic of autonomous transactions?

A. 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.
B. Savepoint names need to be unique between the calling transaction and the autonomous
transaction.
C. Deadlocks between the autonomous transaction and its calling transaction are prevented.
D. They share resources with the calling transaction.

Answer: A

QUESTION NO: 86

You decide to activate the resumable space allocation feature for all your database users by
enabling the feature in a logon trigger.

This causes a statement that requires space beyond a user's quota _____.

A. to wait indefinitely for the quota to be increased, regardless of the timeout setting for other
space allocation problems.
B. to invoke the default trigger that resets user quota, if there is free space in the related
tablespace
C. to fail because quota limits do not activate the resumable space allocation feature
D. to wait in a suspended state until the quota is increased or until the timeout value is reached

Answer: D

QUESTION NO: 87

What does Block Media Recovery (BMR) do?

A. does only a recovery of the specified blocks


B. replaces bad blocks by substituting good blocks

"Pass Any Exam. Any Time." - 100% Pass Guarantee 32


Oracle 1z0-035: Practice Exam
C. does a restore and a recovery of the specified blocks
D. uses the DBMS_REPAIR package to fix block corruptions

Answer: C

QUESTION NO: 88

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. 256
C. 128
D. 512

Answer: B

QUESTION NO: 89

Which two statements are true regarding the use of UTF-16 encoding? (Choose two.)

A. uses a fixed-width multibyte encoding sequence


B. enables easier loading of multinational data
C. European characters are represented in one or two bytes
D. uses a variable-width multibyte encoding sequence
E. Asian characters are represented in three characters

Answer: A,B

QUESTION NO: 90

Which two data types can be converted to LOBs using an ALTER TABLEODIFY command?
(Choose two.)

A. RAW
B. LONG
C. LONG RAW
D. VARCHAR

Answer: B,C

"Pass Any Exam. Any Time." - 100% Pass Guarantee 33


Oracle 1z0-035: Practice Exam
QUESTION NO: 91

If you create your database using Oracle Managed Files (OMF), what is true?

A. You must use only OMF data files when adding new tablespaces or data files to your database
in the future.
B. If your CREATE DATABASE command fails, any OMF database files that have already been
created will be dropped automatically.
C. You must use Oracle predefined names to identify raw partitions that will hold OMF structures.
D. You must define directories for two online redo log groups and three copies of the control file.

Answer: B

QUESTION NO: 92

You migrated the PROD database to Oracle9i and are considering using the partition feature. The
first step is to identify which tables should be partitioned. Which two tables would you consider
candidates for partitioning? (Choose two.)

A. tables containing a multi-column primary key


B. tables greater than 10 GB in size
C. tables containing more than 16 columns, including a LONG data type
D. tables containing fewer than 16 columns, including a LONG data type column

Answer: A,B

QUESTION NO: 93

The Oracle9i LogMiner needs a data dictionary copy to display the object names.

From which three locations can LogMiner retrieve the data dictionary information? (Choose three.)

A. a Data Dictionary copy stored in the redo log file


B. the current online data dictionary
C. information in the control file
D. separate supplemental log file
E. redo information stored within the redo vectors of the DML operation
F. a Data Dictionary copy stored in an operating system flat file

Answer: A,B,F

"Pass Any Exam. Any Time." - 100% Pass Guarantee 34


Oracle 1z0-035: Practice Exam
QUESTION NO: 94

Which two statements about dimensions are true? (Choose two.)

A. No special privileges are required to create a dimension.


B. A hierarchy can consist of multiple levels.
C. A dimension can contain only a single hierarchy.
D. A dimension can be based on multiple tables.

Answer: B,D

QUESTION NO: 95

When does Oracle9i flag an index as being used in the V$OBJECT_USAGE view?

A. during the execution of an INSERT statement only


B. during any kind of DML statement execution
C. during a query's parse time only
D. during a query's execution time only

Answer: C

QUESTION NO: 96

Which statement is true when using the DBVERIFY utility to detect corruptions in an Oracle data
block?

A. The utility can cause contention in the shared pool when there is high activity in the database.
B. The utility is useful only when the database is in ARCHIVELOG mode.
C. The utility can be used with the database shut down.
D. The utility can be used to verify redo-log files for corruption.

Answer: C

QUESTION NO: 97

What statement is true about taking a database default temporary tablespace offline?

A. You must first ensure that the default temporary tablespace has the permanent tablespace
characteristic.
B. The database must be quiesced before you perform this action.
C. You cannot take a default temporary tablespace offline.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 35


Oracle 1z0-035: Practice Exam
D. You must ensure that all users are assigned to an alternative temporary tablespace first.

Answer: C

QUESTION NO: 98

What does the DBMS_OLAP.VALIDATE_DIMENSION procedure do?

A. verifies that the table referenced in the dimension exists


B. verifies that the columns in the dimension exist in the materialized view
C. verifies that the columns in a dimension satisfy the one-to-many relationship in the hierarchy
D. verifies that the columns in the dimension exist in the summary

Answer: C

QUESTION NO: 99

You use the TABLESPACES option of the Export command to export, not transport, the contents
of a set of tablespaces. What are the only contents of the dump file?

A. 1. non-partitioned tables in the tablespace set


2. partitioned tables that have all their partitions in the tablespace set
3. indexes on all the exported tables
B. 1. non-partitioned tables in the tablespace set
2. partitioned tables that have at least one partition in the tablespace set
3. indexes on all the exported tables
C. 1. non-partitioned tables in the tablespace set
2. partitioned tables that have at least one partition in the tablespace set
3. tables (including all partitions, if they exist) that have an index
in the tablespace set
4. indexes on all the exported tables
D. 1. non-partitioned tables in the tablespace set
2. partitioned tables that have all their partitions in the tablespace set
3. indexes on the exported tables if the indexes are in the tablespace set
or have at least one partition in the tablespace set

Answer: B

QUESTION NO: 100

What is one benefit of using the ALTER TABLE ... MOVE command rather than a CREATE
TABLE ... AS SELECT command?
"Pass Any Exam. Any Time." - 100% Pass Guarantee 36
Oracle 1z0-035: Practice Exam
A. index definitions are retained.
B. duplicate space is not required while the command executes.
C. row chaining is eliminated.
D. all operations, such as INSERT, UPDATE, DELETE, and SELECT can be performed while the
operation completes.

Answer: A

QUESTION NO: 101

Which three parameters are ignored when creating an automatic space management segment?
(Choose three.)

A. PCTUSED
B. FREELISTS
C. PCTFREE
D. MAXTRANS
E. FREELIST GROUPS
F. INITRANS

Answer: A,B,E

QUESTION NO: 102

Which three attributes of the LOG_ARCHIVE_DEST_n initialization parameter control the data
availability mode of a Data Guard standby database? (Choose three.)

A. PROTECTED or UNPROTECTED to control the degree of divergence and data loss at the
standby database
B. SYNC or ASYNC to identify the network transmission mode
C. AFFIRM or NOAFFIRM to control whether log archiving disk write operations are to be
performed synchronously or asynchronously
D. LGWR or ARCH to identify the primary database process responsible for sending redo
information to the standby

Answer: B,C,D

QUESTION NO: 103

What are the two methods used to add a second, or subsequent, block size to an existing
database? (Choose two.)

"Pass Any Exam. Any Time." - 100% Pass Guarantee 37


Oracle 1z0-035: Practice Exam
A. Re-create the control file to specify a new block size for specific data files.
B. Create a new tablespace and include a block size specification.
C. Take a tablespace offline, and then put it back online with a new block size specification.
D. Transport a tablespace with a different block size into the database.

Answer: B,D

QUESTION NO: 104

User defined events in Oracle Enterprise Manager return status, and possibly values, to the
Oracle Enterprise Manager Event Monitor. What are user defined events?

A. Database Event Triggers, which issue Alerts to the Agent


B. scripts run by the Agent in any language on the host server
C. user written PL/SQL programs in the database, which the OEM console can execute and
display the results
D. database based scripts (PL/SQL, Java) run by the Agent

Answer: B

QUESTION NO: 105

You issue these queries to obtain information about the REGIONS table:

SQL> SELECT segment_name, tablespace_name


2> FROM user_segments
3> WHERE segment_name = 'REGIONS';

SEGMENT_NAME TABLESPACE_NAME
----------------------- ------------------------------
REGIONS SAMPLE

SQL> SELECT constraint_name, constraint_type


2> FROM user_constraints
3> WHERE table_name = 'REGIONS';

CONSTRAINT_NAME C
------------------------------ ----
REGION_ID_NN C
REG_ID_PK P

"Pass Any Exam. Any Time." - 100% Pass Guarantee 38


Oracle 1z0-035: Practice Exam
SQL> SELECT index_name
2> FROM user_indexes
3> WHERE table_name = 'REGIONS';

INDEX_NAME
------------------------------
REG_ID_PK

You then issue this command to move the REGIONS table:

ALTER TABLE regions


MOVE TABLESPACE user_data;

What else must you do to complete the move of the REGIONS table?

A. You must re-create the REGION_ID_NN and REG_ID_PK constraints.


B. You must rebuild the REG_ID_PK index.
C. You must grant all privileges that were on the REGIONS table in the SAMPLE tablespace to the
REGIONS table in the USER_DATA tablespace.
D. You must drop the REGIONS table that is in the SAMPLE tablespace.

Answer: B

QUESTION NO: 106

In the DBA_TRIGGERS data dictionary view, the value in the TABLE_NAME column will be NULL
in which two situations? (Choose two.)

A. The trigger is a schema trigger


B. The trigger was created by a user who connected with the CONNECT INTERNAL command
C. The trigger was created by the DBA for another user.
D. The trigger is a database trigger
E. The trigger is created with the CREATE ANY TRIGGER privilege

Answer: A,D

QUESTION NO: 107

Which type of index requires the table partition key to be in the leading portion of the index key?

A. global nonprefixed index

"Pass Any Exam. Any Time." - 100% Pass Guarantee 39


Oracle 1z0-035: Practice Exam
B. local nonprefixed index
C. global prefixed index
D. local prefixed index

Answer: D

QUESTION NO: 108

What are three advantages of using Oracle Advanced Queuing? (Choose three.)

A. allows you to use RAW or user-defined data types for messages


B. allows you specify message grouping
C. allows you to specify multiple recipients for messages
D. allows you to use a REPLY queue to receive answers to your messages

Answer: A,B,C

QUESTION NO: 109

Given:
LOG_ARCHIVE_DEST_2 = "LOCATION = /archive2 OPTIONAL"

What effect does OPTIONAL have in the location parameter?

A. If the destination is unavailable, it allows the online redo log to be overwritten if the parameter
LOG_ARCHIVE_DEST_2_OVERWRITE is set to 'True'.
B. There is an error on startup because there is no OPTIONAL clause available.
C. If the destination is unavailable, it puts the archive log in a default directory.
D. If the destination is unavailable, it allows the online redo log to be overwritten at the request of
the DBA.
E. If the destination is unavailable, it allows the online redo log to be overwritten.

Answer: E

QUESTION NO: 110

Temporary tables retain data until the _____.

A. instance is shut down


B. statement needing sort space commits
C. database is backed up

"Pass Any Exam. Any Time." - 100% Pass Guarantee 40


Oracle 1z0-035: Practice Exam
D. transaction or session completes
E. database is exported

Answer: D

QUESTION NO: 111

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 cause contention in the shared pool when there is high activity in the database.
C. The utility can be used to verify redo-log files for corruption.
D. The utility is useful only when the database is in ARCHIVELOG mode.

Answer: A

QUESTION NO: 112

What does the Character Set Scanner command line utility do?

A. checks for any character definitions that will fail conversion to the new character set
B. performs character set conversions to the new specified character set
C. reports only on any Unicode character conversions required
D. scans on any character set conversion required, then converts the data

Answer: A

QUESTION NO: 113

Which two are true regarding automatic space management segments? (Choose two.)

A. You CANNOT successfully invoke the DBMS_SPACE.FREE_BLOCKS procedure on an


automatic space management segment.
B. You can create an automatic space management segment in a dictionary-managed tablespace.
C. You can create an automatic space management segment only in a locally managed
tablespace.
D. You can successfully invoke the DBMS_SPACE.FREE_BLOCKS procedure on an automatic
space management segment.

Answer: A,C

"Pass Any Exam. Any Time." - 100% Pass Guarantee 41


Oracle 1z0-035: Practice Exam

QUESTION NO: 114

For the best performance, what should be done with blocks transferred using the Cache Fusion
algorithm in a Real Application Clusters database?

A. They should be transferred across a high-speed cluster interconnect.


B. They should be transferred through the cache area of the Global Resource Directory on the
instance where the block is mastered.
C. They should be written to disk by the sending instance and read from disk by the receiving
instance.
D. They should be granted, by the Global Cache Service, an exclusive mode resource for each
instance involved.

Answer: A

QUESTION NO: 115

Which statement correctly describes the function of the Oracle9i Cache Fusion feature?

A. It provides each session with its own view of the database at a different point in the past.
B. It lets you dynamically reassign memory in your database buffer cache to different block buffer
sizes.
C. It enables you to execute scalable applications on a clustered database without having to
partition the users or the database tables.
D. It allows you to add new sites to multimaster replication environment without quiescing the
master definition site.

Answer: C

QUESTION NO: 116

Examine the statement:

DROP TABLESPACE IND2


INCLUDING CONTENTS
AND DATAFILES;

What is the result of the statement?

A. The statement will only succeed if the IND2 tablespace was built using Oracle-Managed Files
(OMF) data files.
"Pass Any Exam. Any Time." - 100% Pass Guarantee 42
Oracle 1z0-035: Practice Exam
B. The contents of the tablespace are dropped along with all its data files except those identified
with the Oracle-Managed Files (OMF) naming convention.
C. The contents and data files belonging to the IND2 tablespace are dropped.
D. 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.

Answer: C

QUESTION NO: 117

The database was started up using a text parameter file.

What will be the default scope of changes made by using the SET clause of the ALTER SYSTEM
statement?

A. Both SPFILE and MEMORY memory values are updated.


B. Both init<SID>.ora parameters and SPFILE values are updated.
C. Only init<SID>.ora parameters are updated.
D. Only SPFILE values are updated.
E. Only MEMORY is updated.

Answer: E

QUESTION NO: 118

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.

Answer: D

QUESTION NO: 119

"Pass Any Exam. Any Time." - 100% Pass Guarantee 43


Oracle 1z0-035: Practice Exam
The Dynamic SGA feature allows the SGA to grow and shrink dynamically according to an ALTER
SYSTEM command.

This avoids the previous need of shutting down the instance in order to modify the components of
the SGA, namely the buffer cache and shared pool components.

Which three statements are true for the Dynamic SGA feature? (Choose three.)

A. The maximum granule size is 4 MB.


B. The minimum SGA configuration is three granules.
C. The size of the SGA components is limited by the setting of SGA_MAX_SIZE parameter.
D. The size of the SGA components is set by the SGA_MAX_SIZE parameter.
E. SGA memory is based on granules by SGA components.

Answer: B,C,E

QUESTION NO: 120

Which three resource plan parameters are used to enable Automatic Consumer Group Switching
to estimate job execution times automatically, and to perform a switch to a low priority consumer
group before they are initiated? (Choose three.)

A. SWITCH_TIME
B. SWITCH_GROUP
C. MAX_SESS_POOL
D. SWITCH_ESTIMATE

Answer: A,B,D

QUESTION NO: 121

What is true regarding a transaction executed in Automatic Undo Management mode?

A. It is possible for the transaction to use inactive extents from another undo tablespace.
B. It is possible for the transaction to extend the undo tablespace, even if defined with
AUTOEXTENSIBLE set to FALSE.
C. It is possible for the transaction to reuse inactive extents from another undo segment.
D. It is possible for the transaction to span different undo segments.

Answer: C

"Pass Any Exam. Any Time." - 100% Pass Guarantee 44


Oracle 1z0-035: Practice Exam
QUESTION NO: 122

Which three statements about Recovery Manager backups are true? (Choose three.)

A. Each file in a backup set must have the same block size.
B. A control file backup set cannot contain any other types of files.
C. With multilevel incremental backups, you can have no more than three levels.
D. In a full backup, Recovery Manager will back up all files and all used blocks only.
E. Incremental backups are noncumulative by default.

Answer: A,D,E

QUESTION NO: 123

Which configuration file must be edited to enable connection pooling?

A. tnsnames.ora
B. init.ora
C. sqlnet.ora
D. listener.ora

Answer: B

QUESTION NO: 124

When should you delete rows from a partition before dropping it?

A. when a table contains only one partition


B. when many global indexes are defined on the table
C. when many local indexes are defined on the table
D. when only a few global indexes are defined on the table

Answer: B

QUESTION NO: 125

What are three advantages of index-organized tables? (Choose three.)

A. Less physical storage space is needed for the data.


B. The table needs to be analyzed less frequently.
C. Data is stored in primary key sequence.
D. Fewer I/O operations are needed to retrieve data.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 45


Oracle 1z0-035: Practice Exam
Answer: A,C,D

QUESTION NO: 126

In the Oracle9i Data Guard architecture, what is the purpose of the Log Transport Services?

A. to transfer redo log information to one or more destinations


B. to synchronize changes to the control files on all standby databases with changes on the
primary database when a log switch occurs
C. to apply redo log records sent from the primary database to a standby database at the receiving
location
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

Answer: A

QUESTION NO: 127

Examine the statement:

ALTER TABLE sales


EXCHANGE PARTITION q1_2000
WITH TABLE sales_q1_2000
UPDATE GLOBAL INDEXES
PARALLEL (DEGREE 4);

What is the result of the statement?

A. All valid global indexes on the SALES table will retain their USABLE status after the statement
completes.
B. Valid indexes on the exchanged table SALES_Q1_2000 will remain in the USABLE state, while
all indexes associated with the new partition Q1_2000, will be marked UNUSABLE, including any
global indexes on SALES.
C. Global indexes on the SALES table will be maintained concurrently with the exchange
operation if the statement executes with the desired degree of parallelism (four) otherwise it will
execute serially and mark the global indexes UNUSABLE.
D. Nonpartitioned indexes on the SALES table will be marked UNUSABLE, while valid partitioned
global and local indexes will retain their USABLE status.

Answer: A

"Pass Any Exam. Any Time." - 100% Pass Guarantee 46


Oracle 1z0-035: Practice Exam
QUESTION NO: 128

What happens during a complete refresh of a materialized view?

A. The materialized view is truncated or deleted and repopulated by re-executing the materialized
view query.
B. Changes in the materialized view are applied to the underlying table.
C. Changes captured in the materialized view log are applied to the materialized view.
D. The materialized view is dropped and recreated.

Answer: A

QUESTION NO: 129

Examine this startup script called startmydb.sql:

CONNECT myid/mypwd AS SYSDBA


STARTUP
EXIT

In Oracle8i, you could have executed this script by invoking Server Manager with the command:

svrmgrl @startmydb.sql

Which alternative command could you use to run the startmydb.sql script with SQL*Plus to start
your Oracle9i database?

A. sqlplus /NOLOG @startmydb.sql


B. sqlplus @startmydb.sql
C. sqlplus -Sstartmydb.sql
D. sqlplus -S @startmydb.sql

Answer: A

QUESTION NO: 130

There is more than one way to set the server to detect and affect long running operations
automatically. What is the best choice if you want to reduce the impact of long running operations
on other users without aborting the long running operations?

A. Create a batch job that checks V$SESSION_LONGOPS; the batch job alters the session
priority of the long running operations.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 47


Oracle 1z0-035: Practice Exam
B. Define a SWITCH_TIME for a plan in the Resource Manager.
C. Define user profiles and set the CPU_PER_CALL limit.
D. Create a user defined event in the Oracle Enterprise Manager, which monitors
V$SESSION_LONGOPS.

Answer: B

QUESTION NO: 131

Click the Exhibit button and examine the extract from a SQL*Plus session.

Assuming that there is at least one row for each value shown in the HIGH_VALUE column, what is
the result of the ALTER TABLE statement?

A. The REGION_SOUTH_EAST partition will contain only rows with a NULL value in the current
REGION_EAST partition.
B. The REGION_SOUTH_EAST partition will be created with storage characteristics inherited
from the LOCATIONS table.
C. The REGION_SOUTH_EAST partition will be created in the TBS2 tablespace.
D. Rows with partitioning keys in the current REGION_EAST partition not included in the VALUES
clause will be stored in the REGION_SOUTH_EAST partition.
E. The statement will fail because no values are supplied for REGION_SOUTH_EAST partition
keys.

Answer: D

QUESTION NO: 132

Which configuration file must be edited to enable connection pooling?

"Pass Any Exam. Any Time." - 100% Pass Guarantee 48


Oracle 1z0-035: Practice Exam
A. sqlnet.ora
B. listener.ora
C. tnsnames.ora
D. init.ora

Answer: D

QUESTION NO: 133

What is required for the Character Set Scanner to operate?

A. a GUI capable workstation, because it uses a Java interface


B. Oracle Enterprise Manager
C. a special schema installed with csminst.sql
D. a separate tablespace called csscan to store the results

Answer: C

QUESTION NO: 134

Which three things can the ALTER INDEX REBUILD command accomplish? (Choose three.)

A. change the storage parameters for the index


B. rebuild a reverse index from an existing B-tree index
C. move the index to a different tablespace
D. convert a bitmap index to a B-tree index

Answer: A,B,C

QUESTION NO: 135

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 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.
"Pass Any Exam. Any Time." - 100% Pass Guarantee 49
Oracle 1z0-035: Practice Exam
B. 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.
C. The Oracle server creates a new histogram based on existing histogram definitions for all table,
column, and index statistics for the OE schema.
D. 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.

Answer: D

QUESTION NO: 136

What type of protection is implemented when the DBA issues the ALTER DATABASE SET
STANDBY DATABASE PROTECTED; command?

A. the primary database is protected against write operations


B. the primary database is protected against data loss and data divergence
C. the standby database is protected against data loss and data divergence
D. the standby database is protected against write operations

Answer: B

QUESTION NO: 137

The enterprise data warehouse routinely receives data from various production OLTP databases.
The database block size on the data warehouse is 8192, and in the OLTP databases it may be
2048, 4096 or 8192. The current SGA is 112 MB.

Oracle9i has the ability to transport tablespaces with different block sizes.

Which two parameters are required in order to "plug in" the OLTP tablespaces into the warehouse
database? (Choose two.)

A. DB_4K_BLOCK_BUFFERS
B. DB_2K_CACHE_SIZE
C. DB_4K_CACHE_SIZE
D. DB_8K_BLOCK_BUFFERS
E. DB_8K_CACHE_SIZE
F. DB_2K_BLOCK_BUFFERS

Answer: B,C

"Pass Any Exam. Any Time." - 100% Pass Guarantee 50


Oracle 1z0-035: Practice Exam
QUESTION NO: 138

What is the maximum number of parallel recovery servers when the


FAST_START_PARALLEL_ROLLBACK parameter is set to HIGH?

A. 4 * CPU_COUNT
B. 6 * CPU_COUNT
C. 2 * number of rollback transactions
D. 4 * number of rollback transactions
E. 2 * CPU_COUNT

Answer: A

QUESTION NO: 139

Which four are true regarding the Workspace Manager in Oracle9i? (Choose four.)

A. automatically installed with Oracle9i


B. merges changes with parent rows or discards changes
C. allows for version enabling tables by use of a packaged procedure
D. automatically versions all tables
E. provides mechanism to identify and resolve conflicts

Answer: A,B,C,E

QUESTION NO: 140

What is the meaning of using "character semantics" to create a table?

A. You use single letter names of all columns.


B. You use only character type data types (CHAR, NCHAR, VARCHAR2, NVARCHAR2, CLOB,
NCLOB).
C. You use only CHAR data types.
D. You specify the width of a column in characters, not in bytes.
E. All columns are a single character wide.

Answer: D

QUESTION NO: 141

Which two statements are true regarding the use of UTF-16 encoding? (Choose two.)

"Pass Any Exam. Any Time." - 100% Pass Guarantee 51


Oracle 1z0-035: Practice Exam
A. Asian characters are represented in three characters
B. enables easier loading of multinational data
C. uses a fixed-width multibyte encoding sequence
D. uses a variable-width multibyte encoding sequence
E. European characters are represented in one or two bytes

Answer: B,C

QUESTION NO: 142

You can control instance recovery performance by setting parameters to define targets for _____.

A. the instance that will perform recovery in a Real Application Clusters database
B. the number of passes through the redo logs made by the recovery process to identify blocks
needing recovery
C. the size of the redo buffer in the SGA
D. the number of blocks to be read during instance recovery, or the time needed to complete
instance recovery

Answer: D

QUESTION NO: 143

What is the benefit of the Cached Execution Plan feature?

A. The execution plan is available for diagnosis after the SQL statement is aged out of the library
cache.
B. Improved diagnosability, as the execution plan of a cached SQL statement in memory is
preserved.
C. The SQL statement no longer needs to be cached in the library cache.
D. SQL statement performance is improved.

Answer: B

QUESTION NO: 144

Automatic Consumer Group Switching is an important new feature of the Database Resource
Manager. Which three plan directive parameters are used to control this feature? (Choose three.)

A. MAX_SESS_POOL
B. SWITCH_ESTIMATE

"Pass Any Exam. Any Time." - 100% Pass Guarantee 52


Oracle 1z0-035: Practice Exam
C. SWITCH_GROUP
D. SWITCH_TIME

Answer: B,C,D

QUESTION NO: 145

The list below displays four steps that you need to execute in order to switch from the primary
database role to the standby database role.

Choose the correct order of execution for the steps.

1. Shut down and start up the former primary instance without mounting the instance.
2. Issue the ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY
command.
3. Issue the ALTER DATABASE MOUNT STANDBY DATABASE command.
4. End read or update activity on the former primary and standby databases.

A. 4, 3, 2, 1
B. 1, 2, 3, 4
C. 4, 2, 1, 3
D. 3, 2, 4, 1

Answer: C

QUESTION NO: 146

The TYPE clause used in the creation of an external table defines which access driver is used to
convert the data when needed by SQL statements inside the database. Which type of access
driver is supported for external tables?

A. Metadata API
B. Direct path export
C. Import
D. ORACLE LOADER

Answer: D

QUESTION NO: 147

Your database has tablespaces with different block sizes. What must you do to back these up with
RMAN?
"Pass Any Exam. Any Time." - 100% Pass Guarantee 53
Oracle 1z0-035: Practice Exam
A. You need to issue a separate RMAN BACKUP command to group tablespaces with the same
block size.
B. You can simply issue the RMAN BACKUP command, because a backup set can contain
tablespaces of different block sizes.
C. You need to use RMAN BACKUP BLOCKSIZE=nK to select tablespaces that are not the same
size as the standard block size.
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.

Answer: D

QUESTION NO: 148

What does using the package DBMS_RESOURCE_MANAGER enable you to do?

A. limit the degree of parallelism on a given set of tables


B. dynamically change profiles assigned to sets of users
C. distribute available processing resources among sets of users
D. guarantee certain sets of users a minimum amount of disk space
E. guarantee a minimum degree of parallelism to a set of users

Answer: C

QUESTION NO: 149

What is true if you want to switch undo tablespaces from the current one, called UNDO1, to a new
one called UNDO2?

A. It is possible to switch to UNDO2; current active transactions will be automatically migrated to


UNDO2.
B. It is NOT possible to switch unless no active transaction exists in UNDO1.
C. It is possible to switch to UNDO2, but current active transactions will abort.
D. It is possible to switch to UNDO2; only current active transactions will continue to execute
inside UNDO1.

Answer: D

QUESTION NO: 150

Which two are true regarding a list-partitioned table? (Choose two.)

"Pass Any Exam. Any Time." - 100% Pass Guarantee 54


Oracle 1z0-035: Practice Exam
A. It is possible to partition an index-organized table using the LIST method.
B. The keyword MAXVALUE can be specified as a partition literal value for one partition of a list-
partitioned table.
C. The keyword NULL can be specified as a partition literal value for one partition of a list-
partitioned table.
D. It is NOT possible to have multiple columns as the partition key of a list-partitioned table.

Answer: C,D

QUESTION NO: 151

The new time and date data types support greater precision for capturing fractional seconds and
time zone information. This gives the Oracle9i database greater flexibility in supporting locality
preferences. What is the default degree of precision of fractional seconds when specifying the
TIMESTAMP data type?

A. 9 digits
B. 22 digits
C. 6 digits
D. 12 digits

Answer: C

QUESTION NO: 152

Which statements are true regarding the new Persistent Configuration feature in RMAN? (Choose
two.)

A. It remembers the last backup command you used so that you can reschedule it easily.
B. It allows you to set the retention period of backups.
C. It enables you to store the settings for Channel attributes so that you do not have to specify
them in each backup or restore command.
D. It enables you to store your Channel attribute settings in the Recovery Catalog with each script.

Answer: B,C

QUESTION NO: 153

Which two can be obtained from the summary advisor? (Choose two.)

A. summary refresh plan

"Pass Any Exam. Any Time." - 100% Pass Guarantee 55


Oracle 1z0-035: Practice Exam
B. summary space requirements
C. summary recommendations
D. summary accounting

Answer: B,C

QUESTION NO: 154

What is the meaning of using "character semantics" to create a table?

A. You use only CHAR data types.


B. You use only character type data types (CHAR, NCHAR, VARCHAR2, NVARCHAR2, CLOB,
NCLOB).
C. You specify the width of a column in characters, not in bytes.
D. You use single letter names of all columns.
E. All columns are a single character wide.

Answer: C

QUESTION NO: 155

The new time and date data types support greater precision for capturing fractional seconds and
time zone information. This gives the Oracle9i database greater flexibility in supporting locality
preferences.

What is the default degree of precision of fractional seconds when specifying the TIMESTAMP
data type?

A. 22 digits
B. 6 digits
C. 9 digits
D. 12 digits

Answer: B

QUESTION NO: 156

Which three statements are true about the privileged connection options available in Oracle9i?
(Choose three.)

A. The listener must be running to make a connection.

"Pass Any Exam. Any Time." - 100% Pass Guarantee 56


Oracle 1z0-035: Practice Exam
B. The use of a remote password login file (orapw<sid>) is unchanged.
C. The CONNECT INTERNAL is disallowed.
D. The Server Manager tool is no longer supplied.

Answer: B,C,D

QUESTION NO: 157

Which command can you use to alter the active size of the SGA dynamically, where the entered
value differs from the current one?

A. ALTER SYSTEM DROP DB_2K_CACHE_SIZE ;


B. ALTER SYSTEM SET SHARED_POOL_SIZE=40M;
C. ALTER SYSTEM SET SGA_MAX_SIZE=500M ;
D. ALTER SYSTEM SET DB_CACHE_SIZE=AUTO ;

Answer: B

QUESTION NO: 158

A bitmap join index is defined as _____.

A. a bitmap index created on the join of two or more indexed-organized tables


B. an index used to join two bitmap indexes on a table
C. a bitmap index created for the join of two or more tables
D. a bitmap index created on the join of two or more indexes

Answer: C

QUESTION NO: 159

The enterprise data warehouse routinely receives data from various production OLTP databases.
The database block size on the data warehouse is 8192, and in the OLTP databases it may be
2048, 4096 or 8192. The current SGA is 112 MB.

Oracle9i has the ability to transport tablespaces with different block sizes.

Which two parameters are required in order to "plug in" the OLTP tablespaces into the warehouse
database? (Choose two.)

A. DB_2K_CACHE_SIZE

"Pass Any Exam. Any Time." - 100% Pass Guarantee 57


Oracle 1z0-035: Practice Exam
B. DB_4K_CACHE_SIZE
C. DB_8K_BLOCK_BUFFERS
D. DB_2K_BLOCK_BUFFERS
E. DB_8K_CACHE_SIZE
F. DB_4K_BLOCK_BUFFERS

Answer: A,B

QUESTION NO: 160

Your present networking environment is set up to run TCP/IP. In addition, you have hundreds of
concurrent users accessing a single server. Which Oracle networking solution can you use to
manage this environment using the multiplexing technique?

A. Connection Manager
B. Open Gateway
C. Security Server
D. Oracle Names
E. Advanced Networking Option
F. Net8

Answer: A

QUESTION NO: 161

Why can setting too low a value for the FAST_START_MTTR_TARGET parameter reduce your
overall database performance?

A. Redo blocks have to be written more frequently by LGWR.


B. You need to substantially increase the size of your database buffer cache to hold the additional
checkpoint records.
C. You need to substantially increase the size of your redo buffer cache to hold the additional
checkpoint records.
D. Data blocks have to be written more frequently by DBWR.

Answer: D

QUESTION NO: 162

Examine this statement:

SELECT *
"Pass Any Exam. Any Time." - 100% Pass Guarantee 58
Oracle 1z0-035: Practice Exam
FROM ( SELECT class_id, crs_id
FROM classes
ORDER BY start_date DESC)
WHERE ROWNUM < 11;

What will happen when this executes?

A. An error is returned citing an ORDER BY clause embedded within a subquery.


B. The ten rows with the latest start date will be returned.
C. The ten rows with the earliest start date will be returned.
D. An error is returned citing an ORDER BY clause reference to a column that is not selected.

Answer: B

QUESTION NO: 163

Which statement describes the distinction between Fine-Grained Audit (FGA) and Fine-Grained
Access Control (FGAC)?

A. FGAC prohibits access by row; FGA enables access by row.


B. FGA is an extension of FGAC.
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.

Answer: D

QUESTION NO: 164

What is the benefit of the Cached Execution Plan feature?

A. SQL statement performance is improved.


B. The execution plan is available for diagnosis after the SQL statement is aged out of the library
cache.
C. The SQL statement no longer needs to be cached in the library cache.
D. Improved diagnosability, as the execution plan of a cached SQL statement in memory is
preserved.

Answer: D

"Pass Any Exam. Any Time." - 100% Pass Guarantee 59


Oracle 1z0-035: Practice Exam
QUESTION NO: 165

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. 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.
B. Rebuild the index using the online option.
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 offline (not the whole tablespace), restore and recover the data file
from backup with RMAN, then set the data file online again.

Answer: C

QUESTION NO: 166

Which two procedures or functions are part of the DBMS_METADATA package? (Choose two.)

A. GET_TABLE
B. GET_VIEW
C. GET_DDL
D. GET_TYPE
E. GET_XML

Answer: C,E

QUESTION NO: 167

Which two factors can influence the time taken for instance recovery? (Choose two)

A. size of the redo log buffer


B. the number of archived redo logs that have to be read
C. size of the system tablespace
D. value of FAST_START_IO_TARGET
E. the number of tables stored in the database buffer cache at the moment of failure
F. value of RECOVERY_PARALLELISM

Answer: D,F

"Pass Any Exam. Any Time." - 100% Pass Guarantee 60


Oracle 1z0-035: Practice Exam

QUESTION NO: 168

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. PCTUSED
B. PCTTHRESHOLD
C. PCTFREE
D. PCTINCREASE

Answer: B

"Pass Any Exam. Any Time." - 100% Pass Guarantee 61

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy