Oracle 1z0-035
Oracle 1z0-035
QUESTION NO: 1
Which three features are provided by Recovery Manager and NOT provided by user-managed
backup and recovery? (Choose three.)
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
Answer: D
QUESTION NO: 4
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?
Answer: D
QUESTION NO: 6
Answer: A
QUESTION NO: 7
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
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
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.
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.)
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?
Answer: B
QUESTION NO: 16
Which two assumptions must be true for this statement to execute successfully? (Choose two.)
Answer: A,C
QUESTION NO: 17
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
Answer: A,B
QUESTION NO: 19
Answer: B,D
QUESTION NO: 20
You want to benefit from a partial partition-wise join for two tables. What is required?
Answer: A
QUESTION NO: 21
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.
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?
Answer: B
QUESTION NO: 24
Answer: C
QUESTION NO: 25
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
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
MERGE INTO t1
USING t2 ON (join predicate).
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?
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:
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.)
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.
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?
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
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?
Answer: B
QUESTION NO: 39
Examine this statement, which creates a Cartesian product of the COUNTRIES and REGION
tables:
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:
What could the DBA have done to minimize the problem regarding time and undo space
consumption?
Answer: B
QUESTION NO: 41
Answer: B,D
QUESTION NO: 42
Answer: C
QUESTION NO: 43
Answer: A
QUESTION NO: 44
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
What is true regarding fact tables having bitmap join indexes defined on them?
Answer: D
QUESTION NO: 46
Which three features are provided by Recovery Manager and NOT provided by user-managed
backup and recovery? (Choose three.)
Answer: A,B,D
QUESTION NO: 47
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.)
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?
Answer: D
QUESTION NO: 49
Answer: A,D
QUESTION NO: 50
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?
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.
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.)
Answer: B,C,E
QUESTION NO: 55
Answer: C
QUESTION NO: 56
A. bitmap prefixed
B. local prefixed
C. global prefixed
D. local nonprefixed
Answer: C
QUESTION NO: 57
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.
Answer: D
QUESTION NO: 58
Oracle Enterprise Manage (OEM) can generate database reports. Which statement about this
feature is true?
Answer: C
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
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.)
QUESTION NO: 62
When enabling Flashback using a wall-clock time, within what period does the database choose a
System Commit Number (SCN)?
Answer: B
QUESTION NO: 63
Which three table transformations can be done using online redefinition of tables? (Choose three.)
Answer: B,D,E
QUESTION NO: 64
Answer: A
QUESTION NO: 65
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;
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
NAME VALUE
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
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
Answer: B
QUESTION NO: 73
Answer: B
QUESTION NO: 74
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
Answer: A
QUESTION NO: 78
Answer: B
QUESTION NO: 79
Online index rebuild functionality has been extended to include which four index structures?
(Choose four.)
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?
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"
Answer: C
QUESTION NO: 84
Which two options are valid for LOBs during their creation? (Choose two.)
A. NOREDO
B. LOGGING
Answer: B,D
QUESTION NO: 85
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
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.)
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
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.)
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.)
Answer: A,B,F
Answer: B,D
QUESTION NO: 95
When does Oracle9i flag an index as being used in the V$OBJECT_USAGE view?
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.
Answer: C
QUESTION NO: 98
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?
Answer: B
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
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
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
What are the two methods used to add a second, or subsequent, block size to an existing
database? (Choose two.)
Answer: B,D
User defined events in Oracle Enterprise Manager return status, and possibly values, to the
Oracle Enterprise Manager Event Monitor. What are user defined events?
Answer: B
You issue these queries to obtain information about the REGIONS table:
SEGMENT_NAME TABLESPACE_NAME
----------------------- ------------------------------
REGIONS SAMPLE
CONSTRAINT_NAME C
------------------------------ ----
REGION_ID_NN C
REG_ID_PK P
INDEX_NAME
------------------------------
REG_ID_PK
What else must you do to complete the move of the REGIONS table?
Answer: B
In the DBA_TRIGGERS data dictionary view, the value in the TABLE_NAME column will be NULL
in which two situations? (Choose two.)
Answer: A,D
Which type of index requires the table partition key to be in the leading portion of the index key?
Answer: D
What are three advantages of using Oracle Advanced Queuing? (Choose three.)
Answer: A,B,C
Given:
LOG_ARCHIVE_DEST_2 = "LOCATION = /archive2 OPTIONAL"
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
Answer: D
Which statement is true when using the DBVERIFY utility to detect corruptions in an Oracle data
block?
Answer: A
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
Which two are true regarding automatic space management segments? (Choose two.)
Answer: A,C
For the best performance, what should be done with blocks transferred using the Cache Fusion
algorithm in a Real Application Clusters database?
Answer: A
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
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
What will be the default scope of changes made by using the SET clause of the ALTER SYSTEM
statement?
Answer: E
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
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.)
Answer: B,C,E
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
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
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
A. tnsnames.ora
B. init.ora
C. sqlnet.ora
D. listener.ora
Answer: B
When should you delete rows from a partition before dropping it?
Answer: B
In the Oracle9i Data Guard architecture, what is the purpose of the Log Transport Services?
Answer: A
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
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
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?
Answer: A
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.
Answer: B
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
Answer: D
Answer: C
Which three things can the ALTER INDEX REBUILD command accomplish? (Choose three.)
Answer: A,B,C
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
What type of protection is implemented when the DBA issues the ALTER DATABASE SET
STANDBY DATABASE PROTECTED; command?
Answer: B
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
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
Which four are true regarding the Workspace Manager in Oracle9i? (Choose four.)
Answer: A,B,C,E
Answer: D
Which two statements are true regarding the use of UTF-16 encoding? (Choose two.)
Answer: B,C
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
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
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
Answer: B,C,D
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.
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
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
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
Answer: C
What is true if you want to switch undo tablespaces from the current one, called UNDO1, to a new
one called UNDO2?
Answer: D
Answer: C,D
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
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
Which two can be obtained from the summary advisor? (Choose two.)
Answer: B,C
Answer: C
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
Which three statements are true about the privileged connection options available in Oracle9i?
(Choose three.)
Answer: B,C,D
Which command can you use to alter the active size of the SGA dynamically, where the entered
value differs from the current one?
Answer: B
Answer: C
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
Answer: A,B
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
Why can setting too low a value for the FAST_START_MTTR_TARGET parameter reduce your
overall database performance?
Answer: D
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;
Answer: B
Which statement describes the distinction between Fine-Grained Audit (FGA) and Fine-Grained
Access Control (FGAC)?
Answer: D
Answer: D
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.
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
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
Which two factors can influence the time taken for instance recovery? (Choose two)
Answer: D,F
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