In your production database, data manipulation language (DML) operations are executed on the SALES table. You have noticed some dubious values in the SALES table during the last few days. You are able to track users, actions taken, and the time of the action for this particular period but the changes in data are not tracked. You decide to keep track of both the old data and new data in the table long with the user information. What action would you take to achieve this task?
-
A
Apply fine-grained auditing.
-
B
Implement value-based auditing.
-
C
Impose standard database auditing to audit object privileges.
-
D
Impose standard database auditing to audit SQL statements.
Reveal answer details
Close answer details
Question 2
Multiple choice
Which two are true about the Fast Recovery Area (FRA)? (Choose two.)
-
A
Space management in the FRA is controlled by the database backup retention policy
-
B
It must reside on the same file system as the database data files
-
C
A database must be in ARCHIVELOG mode to use the FRA
-
D
It should be larger than the database
-
E
Only consistent backups can be stored in the FRA
Reveal answer details
Close answer details
Question 3
Multiple choice
Which three can be used to schedule automated backups of the database? (Choose three.)
-
A
-
B
-
C
-
D
-
E
-
F
Enterprise Manager Database Control
Reveal answer details
Close answer details
To make audit information more productive, the DBA executes the following command before starting an audit operations: SQL>ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE; Which statement is true regarding the audit record generated when auditing starts after restarting the database?
-
A
It contains only the plan for the SQL statement executed by the user
-
B
It contains the SQL text executed by the user and the bind variables used with it
-
C
It contains the plan and statistics associated with the SQL statement executed by the user
-
D
It contains the plan for the SQL statement executed by the user and the bind variables used with it
Reveal answer details
Close answer details
Question 5
Multiple choice
View the Exhibit1, which shows the options that are selected to create the user SL_REP. View the Exhibit2 and examine the contents of DATABASE_PROPERTIES. Which two statements are true regarding this user? (Choose two.) Exhibit1 (exhibit):  Exhibit2 (exhibit): 
-
A
The user is authenticated by the operating system.
-
B
The objects created by the user are placed in the USERS tablespace.
-
C
The user does not require quota on the TEMP tablespace to perform sort operations.
-
D
The user is forced to change the password at the first login to the database instance.
-
E
The objects created by the user in future are unlocked to be accessed by all the users in the database by default.
Reveal answer details
Close answer details
Your database is open and the LISTENER listener is running. The new DBA of the system stops the listener by using the command: LSNRCTL> STOP What happens to the sessions that are presently connected to the database instance?
-
A
The sessions are able to perform only queries
-
B
The sessions are not affected and continue to function normally
-
C
The sessions are terminated and the active transactions are rolled back
-
D
The sessions are not allowed to perform any operations till the listener is started
Reveal answer details
Close answer details
Question 7
Multiple choice
Which two statements are true regarding the Oracle Data Pump export and import operations? (Choose two.)
-
A
You cannot export data from a remote database.
-
B
You can rename tables during an import operation.
-
C
You can overwrite existing dump files during an export operation.
-
D
You can compress the data during export but not the metadata because it is not supported.
Reveal answer details
Close answer details
Question 8
Multiple choice
Examine the values for the following initialization parameters: FAST_START_MTTR_TARGET=0 LOG_CHECKPOINT_INTERVAL=0 Which two will be the implications of these values in your database? (Choose two.)
-
A
The SGA advisor will be disabled
-
B
The MTTR advisor will be disabled
-
C
Automatic checkpoint tuning will be disabled
-
D
Checkpoint information will not be written to the alert log file
Reveal answer details
Close answer details
What function is performed by the System Monitor (SMON) background process in a database instance?
-
A
It performs recovery when a user process fails.
-
B
It performs instance recovery when failed database instance is restarted.
-
C
It monitors memory space allocation only within the System Global Area (SGA).
-
D
It monitors memory space allocation within the SGA and the Program Global Area (PGA).
Reveal answer details
Close answer details
Question 10
Multiple choice
In which situations does the Oracle Data Pump use external tables and not the direct path load while exporting a table? (Choose all that apply.)
-
A
if a table is not in a cluster
-
B
if a table has an active trigger
-
C
if a table has an encrypted column
-
D
if a table has a column of data type LONG defined on it
-
E
if a table has a referential integrity constraint defined on it
Reveal answer details
Close answer details
Question 11
Multiple choice
Which two statements correctly describe the relation between a data file and the logical database structures? (Choose two)
-
A
An extent cannot spread across data files.
-
B
A segment cannot spread across data files.
-
C
A data file can belong to only one tablespace.
-
D
A data file can have only one segment created in it.
-
E
A data block can spread across multiple data files as it can consist of multiple operating system (OS) blocks.
Reveal answer details
Close answer details
Question 12
Single choice
In which situation would you use static database registration for a listener?
-
A
When multiple databases are to be registered with the listener
-
B
When DBAs need to connect remotely to start up the database instance
-
C
When users need to connect the database instance using the host naming method
-
D
When the database instance that is to be registered with the listener is configured in shared server mode
Reveal answer details
Close answer details
Question 13
Multiple choice
Which two statements are true about Shared SQL Area and Private SQL Area? (Choose two.)
-
A
Shared SQL Area will be allocated in the shared pool
-
B
Shared SQL Area will be allocated when a session starts
-
C
Shared SQL Area will be allocated in the large pool always
-
D
The whole of Private SQL Area will be allocated in the Program Global Area (PGA) always
-
E
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool
-
F
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter
Reveal answer details
Close answer details
Question 14
Multiple choice
Which three are true about dynamic performance views? (Choose three.)
-
A
Read consistency is not guaranteed for these views
-
B
Some of them display data that is useful for SQL statement tuning
-
C
They display selected data from data dictionary base tables
-
D
They can be queried only by SYS even when the database is open
-
E
They contain information that is not available in data dictionary views
Reveal answer details
Close answer details
Question 15
Single choice
View the Exhibit and examine the setting for a table.  Which statement is true about the PCTFREE setting for the table?
-
A
It sets the minimum percentage of a data block to be reserved to contain chained rows from other blocks.
-
B
It sets the minimum percentage of a data block to be reserved as free space before the server prevents inserts into the block.
-
C
It sets the minimum percentage of a data block to be reserved to contain the bitmap used to maintain the free block information.
-
D
It sets the minimum percentage of a block that can be used for row data plus overhead before new rows are added to the block.
Reveal answer details
Close answer details
Question 16
Multiple choice
Which two are true about space management in tablespaces? (Choose two.)
-
A
Extent allocation must be specified as automatic for automatic segment space management (ASSM) tablespaces
-
B
Free lists are used for managing free space for segments in locally managed tablespaces
-
C
ASSM tablespaces prevent row chaining
-
D
Locally managed tablespaces track adjacent free space automatically by using bitmaps
-
E
Locally managed tablespaces have either ASSM or manual segment space management (MSSM), and all the segments in these tablespaces are managed one way or the other
Reveal answer details
Close answer details
Question 17
Single choice
You are managing an Oracle Database 11g database. You want to ensure the recovery of the database to the point of failure. Which configuration will you do to accomplish the task?
-
A
Multiplex all database files.
-
B
Configure the Flash Recovery Area.
-
C
Configure the database instance for ARCHIVELOG mode.
-
D
Configure the FAST_START_MTTR_TARGET initialization parameter.
Reveal answer details
Close answer details
Question 18
Single choice
View Exhibit1 and Exhibit2 to examine the current memory allocation and parameter settings, respectively. Why are advisors not available for the shared pool and the buffer cache? 09 (exhibit):  10 (exhibit): 
-
A
because the DB_CACHE_ADVICE parameter is set to OFF
-
B
because Automatic Memory Management (AMM) is disabled for the database instance
-
C
because Automatic Shared Memory Management (ASMM) is enabled for the database instance
-
D
because the values for the DB_CACHE_SIZE and SHARED_POOL_SIZE parameters were not set initially
Reveal answer details
Close answer details
Question 19
Single choice
See the Exhibit:  Identify the component marked with a question mark:
-
A
-
B
-
C
Archiver Processes (ARcn)
-
D
-
E
Memory Manager Process (MMAN)
Reveal answer details
Close answer details
Question 20
Single choice
In a system, large online transaction processing (OLTP) jobs run during the daytime that require a large database buffer cache. In the night, the system supports batch jobs that require a higher value to be set for the large pool. You must simultaneously configure the memory components to accommodate the peak requirement. What would you do to automate this configuration for the memory components with change in mode of working?
-
A
Set the SGA_TARGET initialization parameter to zero.
-
B
Set the PRE_PAGE_SGA initialization parameter to TRUE.
-
C
Set the MEMORY_MAX_TARGET initialization parameter to zero.
-
D
Set the SGA_TARGET initialization parameter to a nonzero value.
Reveal answer details
Close answer details
Question 21
Single choice
Which is true about external tables?
-
A
The ORACLE_DATAPUMP access driver can be used to load data into external tables
-
B
They do not support partitioning
-
C
Segments are allocated for external tables
-
D
DML operations may be performed on external tables
-
E
Reveal answer details
Close answer details
Question 22
Single choice
The instance abnormally terminates because of a power outage. Which statement is true about redo log files during instance recovery?
-
A
Inactive and current redo log files are required to accomplish recovery
-
B
Online and archived redo files are required to accomplish instance recovery
-
C
All redo log entries after the last checkpoint are applied from redo log files to data files
-
D
All redo log entries recorded in the current log file until the checkpoint position are applied to data files
Reveal answer details
Close answer details
Question 23
Multiple choice
Which two activities are NOT supported by the Data Recovery Advisor (DRA)? (Choose two.)
-
A
Recover from failures in the RAC environment.
-
B
Diagnose and repair a data file corruption online.
-
C
Diagnose and repair a data file corruption offline.
-
D
Diagnose and repair failures on a standby database.
Reveal answer details
Close answer details
Question 24
Multiple choice
Examine the following statement that is used to modify the primary key constraint on the SALES table: SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE; Which three statements are true regarding the above command? (Choose three.)
-
A
The constraint remains valid.
-
B
The index on the constraint is dropped.
-
C
It allows the loading of data into the table using SQL *Loader.
-
D
New data conforms to the constraint, but existing data is not checked.
-
E
It allows the data manipulation on the table using INSERT/UPDATE/DELETE SQL statements.
Reveal answer details
Close answer details
Question 25
Multiple choice
Which two statements are true regarding listeners? (Choose two.)
-
A
Listeners use only the TCP/IP protocol.
-
B
Multiple listener processes can run simultaneously on a host.
-
C
Multiple database instances can be registered with a single listener.
-
D
The listener-related errors can be traced only at the administrative level.
-
E
Only one database instance can be registered with a single listener at any time.
Reveal answer details
Close answer details
Question 26
Multiple choice
You are managing an Oracle Database 11g database. You configured the database to run in ARCHIVELOG mode. Which two statements are true in this scenario? (Choose two.)
-
A
You must shut down the database instance to perform the backups.
-
B
You must configure the Flash Recovery Area (FRA) for the database.
-
C
You can perform complete database backups without closing the database.
-
D
All the previous closed database backups including control files become invalid afteryou configure the database to ARCHIVELOG mode.
Reveal answer details
Close answer details
Question 27
Single choice
database, DEVDB, to the production database, PRODDB. A database link devdb.us.oracle.com is created between PRODDB and DEVDB. You execute the following command on the PRODDB database server: $ impdp system/manager directory = DB_DATA dumpfile = schemas.dat schemas = hr flashback_time = "TO_TIMESTAMP('25-08-2007 14:35:00', 'DD-MM-YYYY HH24:MI:SS')" The command fails displaying the following error: ORA-39001: invalid argument value ORA-39000: bad dump file specification ORA-31640: unable to open dump file "/home/oracle/schema/schemas.dat" for read ORA- 27037: unable to obtain file status What would you do to overcome the error?
-
A
Add the user, SYSTEM, to the schemas option.
-
B
Add the network_link = devdb.us.oracle.com option.
-
C
Change the dumpfile option to [email protected].
-
D
Replace the schemas option with the network_link = devdb.us.oracle.com
-
E
Replace the dumpfile option with the network_link = devdb.us.oracle.com
Reveal answer details
Close answer details
Question 28
Multiple choice
Which two can be exported by a non-administrative account by using Data Pump? (Choose two.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 29
Multiple choice
You want to install an Oracle 11g database and deploy it on ASM. Your plan is to install both Oracle database and Grid Infrastructure. Which two are true in this scenario? (Choose two.)
-
A
Grid Infrastructure must be installed first
-
B
Both products must be installed by the same OS user
-
C
Each product must be installed in a different ORACLE_HOME
-
D
Both products must be installed by using the same ORACLE_BASE
-
E
Both products must be of the same version
-
F
Both products can share the OS group assigned to their OSDBA and OSOPER privileged groups
Reveal answer details
Close answer details
Question 30
Single choice
In your database instance, the STATISTICS_LEVEL initialization parameter is set to BASIC. What is the impact of this setting?
-
A
Optimizer statistics are collected automatically.
-
B
Only timed operating system (OS) statistics and plan execution statistics are collected.
-
C
The snapshots for the Automatic Workload Repository (AWR) are not generated automatically.
-
D
Snapshots cannot be collected manually by using the DBMS_WORKLOAD_REPOSITORY package.
-
E
The Oracle server dynamically generates the necessary statistics on tables as part of query optimization.
Reveal answer details
Close answer details
Question 31
Multiple choice
Which two are true about transactions, UNDO segments, and UNDO tablespaces? (Choose two.)
-
A
UNDO segments grow or shrink automatically
-
B
UNDO tablespaces are created and dropped automatically
-
C
UNDO segments are created and dropped automatically
-
D
UNDO tablespaces are brought ONLINE or OFFLINE as required
-
E
All transactions belonging to a single session use the same UNDO segment
Reveal answer details
Close answer details
Question 32
Single choice
You want to use the ALTER SYSTEM statement with SCOPE=MEMORY to change an initialization parameter value. Which is true?
-
A
The change occurs immediately in memory for dynamic parameters but it is not persistent after instance restart
-
B
It can be used only if an spfile is used
-
C
The change occurs immediately in memory for static parameters but it is not persistent after instance restart
-
D
It can be used only if a pfile is used
Reveal answer details
Close answer details
Question 33
Multiple choice
Which two are true about the Archive (ARCn) processes? (Choose two.)
-
A
They are enabled only when the database is in ARCHIVELOG mode
-
B
They create archivelogs after every log switch
-
C
They are used during instance recovery
-
D
They automatically delete obsolete archive logs to make space for new archive logs
-
E
They archive redo directly from the redo log buffer
Reveal answer details
Close answer details
Question 34
Single choice
View the Exhibit to examine the error that occurred during the database startup.  You opened an RMAN session for the database. To repair the failure, you executed the following command as the first RMAN command: RMAN> REPAIR FAILURE; Which statement describes the consequence of this command?
-
A
The command performs the recovery and closes the failure
-
B
The command only displays the advice and the RMAN script required for recovery
-
C
The command executes the RMAN script to repair the failure and remove the entry from the Automatic Diagnostic Repository (ADR)
-
D
The command produces an error because the ADVISE FAILURE command was not executed before the REPAIR FAILURE command
Reveal answer details
Close answer details
Question 35
Single choice
Which statements listed below describe the data dictionary views? 1. These are stored in the SYSTEM tablespace 2. These are the based on the virtual tables 3. These are owned by the SYS user 4. These can be queried by a normal user only if O7_DICTIONARY_ACCESSIBLILITY parameter is set to TRUE 5. The V$FIXED_TABLE view can be queried to list the names of these views
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 36
Single choice
You have recently collected statistics on certain objects of a schema in your database. But you observe suboptimal execution plans for the queries on these objects after two days of statistics collection. The optimizer statistics retention period is set to its default value. Which action would help to use the previous set of statistics on the objects?
-
A
Restore statistics from statistics history.
-
B
Reduce the optimizer statistics retention period by 2 days.
-
C
Set the OPTIMIZER_PENDING_STATISTICS parameter to TRUE.
-
D
Reduce the Automatic Workload Repository (AWR) retention period by 2 days.
Reveal answer details
Close answer details
Question 37
Single choice
Observe the information in the columns:  Which option has the correct match between the memory areas and their contents?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 38
Single choice
The database is running in ARCHIVELOG mode. Examine the initialization parameters and their values set to enable archiving on your database server:  Which statement is true regarding the archived redo log files?
-
A
It will be created on the local file system.
-
B
It will be created only in the Flash Recovery Area.
-
C
It will be created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and the default location $ORACLE_HOME/dbs.
-
D
It will be created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and location specified by the DB_RECOVERY_FILE_DEST parameter.
Reveal answer details
Close answer details
Question 39
Single choice
Which is true about the Database Configuration Assistant (DBCA)?
-
A
It can register a database with Cloud Control and configure Database Control for the same database.
-
B
It can change the server mode from dedicated to shared and vice versa for an existing database.
-
C
It can use Oracle ASM for storing database files only if Oracle Managed Files (OMF) is configured.
-
D
It can create new database templates only from existing templates or databases.
Reveal answer details
Close answer details
Question 40
Multiple choice
Which two are true about AWR snapshots? (Choose two.)
-
A
They are always created automatically.
-
B
They can be modified by using DMLs.
-
C
They are not generated if STATISTICS_LEVEL is set to TYPICAL.
-
D
They are stored in the SYSAUX tablespace.
-
E
They can be retained forever.
Reveal answer details
Close answer details
Question 41
Single choice
Note the following points describing various utilities in Oracle Database 11g: Which point describes the Oracle Data Pump utility? 1. It enables the transfer of data from one database to another 2. It provides a complete solution for the backup, restoration and recovery needs of the entire database 3. It enables the loading of data from an external file into tables of an Oracle Database 4. It provides a tape backup management for the Oracle ecosystem
-
A
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
Question 42
Multiple choice
Identify three situations in which you would NOT be able to drop a tablespace. (Choose three.)
-
A
when the tablespace is online
-
B
when the tablespace has segments with data in it
-
C
when the tablespace is a default permanent tablespace for the database
-
D
when the tablespace contains a table that is currently being used by transactions
-
E
when the tablespace contains undo data that is needed to rollback an uncommitted transaction
Reveal answer details
Close answer details
Question 43
Multiple choice
You set the following parameters in the parameter file and restarted the database: MEMORY_MAX_TARGET=0 MEMORY_TARGET=500M PGA_AGGREGATE_TARGET=90M SGA_TARGET=270M Which two statements are true about these parameters after the database instance is restarted? (Choose two.)
-
A
The MEMORY_MAX_TARGET parameter is automatically set to 500 MB.
-
B
The PGA_AGGREGATE_TARGET and SGA_TARGET parameters are automatically set to zero.
-
C
The value of the MEMORY_MAX_TARGET parameter remains zero until it is changed manually.
-
D
The lower bounds of PGA_AGGREGATE_TARGET and SGA_TARGET parameters are set to 90 MB and 270 MB, respectively.
Reveal answer details
Close answer details
|