Questions(300-349)
QUESTION 300:
Which statement is true regarding database writer process (DBWn)?
A. It writes only committed data to the data files.
B. It synchronizes the database buffer cache and the data files regularly.
C. It makes changes to data blocks in the database buffer cache when required.
D. It is possible to configure more than one database writer process, but this is useful
only on uniprocessor systems.
Answer: B
When you have long transaction and Buffer cache is not of enough memory to handle it,then DBWR writes uncommited data to datafiles.hence option A is wrong and B is right.
QUESTION 301:
You are using Recovery Manager (RMAN) to back up your database at regular
intervals. You are using recovery catalog to maintain the RMAN repository. On a
Monday, while trying to back up a data file you realize that the recovery catalog
database is down and you decide to back up the data file by using an operating
system command.
On Tuesday, after the recovery catalog database is functional you execute the
following command to register the previous day's backup in the RMAN repository:
RMAN>CATALOG DATAFILE COPY'/u01/oracle/backup/users01.dbf;
How can this backup be used to recover the data file in case of a corruption?
A. as a zero-level base backup for the incremental backups
B. as the lowest nonzero-level backup for the incremental backups
C. as the highest nonzero-level backup for the incremental backups
D. as the highest nonzero-level backup that requires the archived redo log files only
Answer: A
The manual backup taken has to be a whole database backup as its the only mode in which we get consistent backup.Hence it can be only used as base/level 0 backup.
QUESTION 302:
You are working in an Oracle Shared Server environment. You added one more
dispatcher to handle TCP requests. How would you verify that the dispatcher has
been registered when the instance was started?
A. by checking the entries in the listener.ora file
B. by checking the entries in the initialization parameter file
C. by checking the output of the lsnrctl show command
D. by checking the output of the lsnrctl services command
Answer: D
QUESTION 303:
You are working on a database and instance failure has occurred due to a power
outage. You want to bring the instance up. From what point in the redo log file does
instance recovery begin and where does it end?
A. from the checkpoint position to the end of the redo log file
B. from the beginning of the oldest online redo log file to the checkpoint position
C. from the beginning of the current redo log file to the end of inactive redo log file
D. from the beginning of the inactive redo log file to the end of current redo log file
Answer: A
An Checkpoint indicates that all the transactions before checkpoint have been saved to database on the HDD.hence recovery is needed for the data which has been generated after the checkpoint.
QUESTION 304:
Which two statements regarding backup sets are true? (Choose two.)
A. A backup set may contain both data files and control files.
B. Each file in a backup set must have the same Oracle block size.
C. A backup set may contain both data files and archived redo log files.
D. A backup set may contain both a control file and archived redo log files.
Answer: A, B
QUESTION 305:
You have set the control file autobackup to ON by using the following command in
the Recovery Manager (RMAN):
CONFIGURE CONTROLFILE AUTOBACKUP ON;
Which two events would cause the control file to be backed up automatically?
(Choose two.)
A. when a tablespace is added
B. when the database instance is restarted
C. when a successful backup is recorded in the RMAN repository
D. when the RMAN connection is disconnected from the target database
Answer: A, C
QUESTION 306:
The database writer (DBWn) uses the checkpoint queue to identify blocks while
writing data from the database buffer cache to data files. What type of information
is stored in each entry of the checkpoint queue? (Choose three.)
A. data file name
B. data block size
C. data file number
D. redo log file name
E. data block number
F. tablespace number
G. the Redo Byte Address (RBA)
Answer: C, E, G
data file name,data block size,redo log file name or tablespace number does not help to identify a datablock uniquely.where as to identify the block which is to be written we use
datafile number:::inside datafile block number and RBA(address of the redo data generated by this block)
QUESTION 307:
You are using operating system tools or utilities to back up your production
database. Your organization decides to use Recovery Manager (RMAN) to back up
the database starting from next Monday and you have been asked to register all
operating system (OS) backups in the RMAN repository. Which RMAN command
would you use for this?
A. COPY
B. BACKUP
C. CATALOG
D. DUPLICATE
E. CREATE CATALOG
Answer: C
CATALOG :Its function of CATALOG command to make an entry in rman repository.
QUESTION 308:
Your database is configured for shared server. A particular client requires a
dedicated server. Select two actions that you can perform to configure the client to
use a dedicated server. (Choose two.)
A. configuring the listener.ora file with USE_DEDICATED_SERVER=o n
B. configuring the client profile (sqlnet.ora file) with USE_DEDICATED_SERVER=on
C. specifying the SESSIONS=1 attribute for the DISPATCHERS parameter in the
initialization parameter file
D. configuring a net service name with a connect descriptor that contains
(server=dedicated) in the CONNECT_DATA section
Answer: B, D
QUESTION 309:
You receive the following error while connecting to an Oracle9i database instance:
ORA-12523 TNS:listener could not find instance appropriate for the client
connection
Which action would be appropriate in the context of investigating the cause of
error?
A. checking the listener.ora file to verify that the protocol specified in ADDRESS is
supported by the database server
B. checking the sqlnet.ora file to verify that the NAMES.DIRECTORY_PATH =
(TNSNAMES,HOSTNAME)parameter is set
C. executing the lsnrctl services command to verify that the instances are registered with
the listener, and have the READY status.
D. checking the tnsnames.ora file to verify that the net service name specified in your
connect string is mapped to a connect descriptor
Answer: C
QUESTION 310:
You work on a database that is used for application development and operates in
ARCHIVELOG mode. As a DBA, you know that database downtime can be
tolerated and have designed a backup strategy containing a weekly closed database
backup. The local naming method is used by clients to connect to the database.
Which files should you include in this weekly user-managed backup? (Choose all
that apply.)
A. control file
B. sqlnet.ora file
C. archived log files
D. tnsnames.ora file
E. listener configuration file
Answer: A, C
Controlfile is must for consistent backup and since there is no option of datafile,we back up only archived logfile.Which in turn can help to recover datafile.
QUESTION 311:
In your Oracle9i database, INSTANCE_NAME and SERVICE_NAMES
parameters are set. Which statement is correct regarding the service registration
with the default local listener?
A. You must manually configure the listener.ora file to enable PMON to register service
information with the listener automatically.
B. By default, the PMON process automatically registers service information with its
local listener on the default local address of TCP/IP, port 1521.C. You must configure the LOCAL_LISTENER parameter in the initialization parameter
file to enable PMON to register service information with the listener automatically.
D. You must set the NAMES.DIRECTORY_PATH = (TNSNAMES,HOSTNAME)
parameter in the sqlnet.ora file to enable PMON to register service information with the
listener automatically.
Answer: B
In Oracle 8i we needed to register manually but in 9i PMON registers all by itself.Only required input from user side is values for two parameters and they are INSTANCE_NAME and SERVICE_NAMES.
QUESTION 312:
You need to change your test database from NOARCHIVELOG mode to
ARCHIVELOG mode. In the process you execute the ALTER DATABASE
command to change the database to ARCHIVELOG mode. What will be the
outcome of this command?
A. It opens the database and sets the database in ARCHIVELOG mode.
B. It sets the database in ARCHIVELOG mode and updates the control file.
C. It updates the header of all the data files and sets the database in ARCHIVELOG
mode.
D. It enables the Archiver (ARCn) processes and sets the database in ARCHIVELOG
mode.
Answer: B
Changing database from noarchivelog mode to archivelog mode makes an entry in Controlfile,also its just mode has been change but we still need to start arcn process.only then archiving will be performed or else we need to archive manually.
QUESTION 313:
There are three databases in your company: PDDB, QTDB, and SLDB. A single
RMAN recovery catalog is used for all the three databases. In the recovery catalog
you have a stored script, Level0Backup, created for performing a level 0 backup.
For which database will the backup be performed when you execute this script?
A. all the three databases
B. depends on the channel allocation
C. the target database to which RMAN is connected
D. the database configured using the CONFIGURE command at the command line before
calling the script
Answer: C
QUESTION 314:
You have configured the Oracle Shared Server. Which initialization parameter
would you configure so that the shared pool is not used for the shared server-related
User Global Area (UGA)?
Actualtests.com - The Power of Knowing
1Z0-032
A. CIRCUITS
B. SESSIONS
C. PRIVATE_SGA
D. LARGE_POOL_SIZE
E. PGA_AGGREGATE_TARGET
Answer: D
QUESTION 315:
While using Oracle Import utility to import the ORDERS table, the CREATE
TABLE command in the export dump file fails because the structure of the table
already exists. What should you do to avoid this error and continue loading data
into the ORDERS table?
A. set IGNORE to Y
B. set DESTROY to Y
C. set COMPILE to Y
D. set CONSTRAINTS to N
E. set TOID_NOVALIDATE to ORDERS
Answer: A
QUESTION 316:
Which option must you specify in the sqlnet.ora file on the client machines to enable
clients to use the host naming method?
A. names.addresses
B. names.default_domain
C. names.directory_path
D. names.preferred_servers
E. sqlnet.authentication_services
Answer: C
QUESTION 317:
Which two statements are true regarding Recovery Manager (RMAN) recovery?
(Choose two.)
A. RMAN always recovers all data files including the SYSTEM data file.
B. RMAN can be used to recover a corrupted data block in any data file.
C. RMAN always recovers the current control file and the SYSTEM data file.
D. RMAN prompts for the required archived redo log files while recovering a corrupted
file.
Actualtests.com - The Power of Knowing
1Z0-032
E. RMAN uses the archived redo log files and online redo log files to recover a restored
file without prompting for the file names.
Answer: B, E
QUESTION 318:
A single SQL*Loader input data file might contain records in a variety of formats.
Click the Exhibit button and examine the data shown, in which EMP and DEPT
records are intermixed (DEPT records are indicated by 1 and EMP records are
indicated by 2).
Which two statements can you use to load the data shown in the Exhibit into the
DEPT and EMP tables? (Choose two.)
Exhibit:
A.
A. INTO TABLE dept
WHEN recid = 1
(recid FILLER POSITION(1:1) INTEGER EXTERNAL,
deptno POSITION(3:4) INTEGER EXTERNAL,
dname POSITION(8:21) CHAR)
INTO TABLE emp
WHEN recid <> 1
(recid FILLER POSITION(1:1) INTEGER EXTERNAL,
empno POSITION(3:6) INTEGER EXTERNAL,
ename POSITION(8:17) CHAR,
deptno POSITION(19:20) INTEGER EXTERNAL)
B. INTO TABLE emp
(empno POSITION(1:4) INTEGER EXTERNAL,
ename POSITION(6:15) CHAR)
INTO TABLE dept
(empno POSITION(17:20) INTEGER EXTERNAL,
ename POSITION(21:30) CHAR)
C. INTO TABLE dept
WHEN recid = 1
(recid FILLER INTEGER EXTERNAL TERMINATED BY WHITESPACE,
deptno INTEGER EXTERNAL TERMINATED BY WHITESPACE,
dname CHAR TERMINATED BY WHITESPACE)
INTO TABLE emp
WHEN recid <> 1
Actualtests.com - The Power of Knowing
1Z0-032
(recid FILLER POSITION(1) INTEGER EXTERNAL
TERMINATED BY ' ',
empno INTEGER EXTERNAL TERMINATED BY ' '
ename CHAR TERMINATED BY WHITESPACE,
deptno INTEGER EXTERNAL TERMINATED BY ' ')
D. D. INTO TABLE emp
(empno INTEGER EXTERNAL TERMINATED BY " ",
ename CHAR TERMINATED BY WHITESPACE)
INTO TABLE dept
(empno INTEGER EXTERNAL TERMINATED BY " ",
ename CHAR) TERMINATED BY WHITESPACE)
Answer: A, C
QUESTION 319:
Which statement describes the function of the database writer process (DBWn)?
A. It writes only committed data to the data files.
B. It is created when the first user session is established.
C. It ensures that a sufficient number of free buffers are available in the database buffer
cache.
D. It synchronizes the headers of the data files and control files with the current redo log
and checkpoint numbers.
Answer: C
QUESTION 320:
As a DBA, you need to design a backup strategy that conforms to the operational
and business requirements of your organization. Which two cases prompt you to
include consistent backups in your backup strategy? (Choose two.)
A. database downtime is tolerated
B. database is in NOARCHIVELOG mode
C. database contains only locally managed tablespaces
D. database contains only dictionary-managed tablespaces
E. database does not have multiplexed control files and redo log files
Answer: A, B
QUESTION 321:
What action can you take to reduce the recovery time in case of instance failures?
A. use an SPFILE
Actualtests.com - The Power of Knowing
1Z0-032
B. multiplex the control files
C. reduce the number of data files used by the database
D. reduce the number of redo log members in each group
E. configure database parameters to increase the frequency of checkpoints
Answer: E
QUESTION 322:
Your database is in ARCHIVELOG mode and four archive destinations are defined
for your database. You notice that one of the disks mapped to an archive destination
has become inaccessible. You are using the RMAN BACKUP command to perform
a backup of the database including archived log files. What would happen if RMAN
tries to back up the archived log files from this location?
A. The backup operation fails with an error.
B. The backup operation waits for your intervention.
C. The backup completes without archived log files in it.
D. The backup completes successfully as RMAN picks up archived logs from the other
archive destinations.
Answer: D
QUESTION 323:
Which statement regarding the RMAN repository stored in the control file is true?
A. The repository never gets overwritten.
B. The repository is used to store the RMAN scripts.
C. The repository is used to store information about only one target database.
D. The repository can be used to store information about backups from different
incarnations of the database.
Answer: C
QUESTION 324:
You need to insert rows into a table named ORDERS from the source table,
ORDERS_C, which you received from your client. Because the number of rows is
significantly high, you decide to use Parallel Direct Load to make the insert process
faster. Which two options could you use to achieve this? (Choose two.)
A. use DIRECT hint in the INSERT statement
B. use PARALLEL hint in the INSERT statement
C. use PQ_DISTRIBUTE option in the INSERT statement
D. use PARALLEL_INDEX option in the INSERT statement
Actualtests.com - The Power of Knowing
1Z0-032
E. alter the ORDERS table to specify the PARALLEL clause before inserting the rows
Answer: B, E
QUESTION 325:
You are archiving to four destinations as shown below:
LOG_ARCHIVE_DEST_1 = 'LOCATION = /DB01/u01/archive' MANDATORY
LOG_ARCHIVE_DEST_2 = 'LOCATION = /DB01/u02/archive'
LOG_ARCHIVE_DEST_3 = 'LOCATION = /DB01/u03/archive' MANDATORY
LOG_ARCHIVE_DEST_4 = 'LOCATION = /DB01/u04/archive'
You want to ensure that the archiver successfully archives to at least three of these
locations. However, you do not want the system to halt if it cannot write to all four
destinations. Which option would you use to accomplish this task?
A.
set LOG_ARCHIVE_MIN_SUCCEED_DEST=1 for successfully archiving to one
OPTIONAL destination in addition to the two MANDATORY destinations
B. set LOG_ARCHIVE_MIN_SUCCEED_DEST=2 for successfully archiving to two
OPTIONAL destinations
C. set LOG_ARCHIVE_MIN_SUCCEED_DEST=3 for successfully archiving to both
MANDATORY destinations and one OPTIONAL destination
D. set LOG_ARCHIVE_MIN_SUCCEED_DEST=4 for successfully archiving to the
MANDATORY destinations and both OPTIONAL destinations
Answer: C
QUESTION 326:
Which three statements are correct regarding the listener process? (Choose three.)
A. A listener can be configured to listen for multiple protocols.
B. Multiple listeners cannot listen on behalf of a single database.
C. The name of the listener should be unique per listener.ora file.
D. A listener can listen for a single database only and not multiple databases.
E. The listener transfers the connection request to a dispatcher in a Shared Server
configuration.
F. The listener transfers the connection request to the Connection Manager in a Dedicated
Server configuration.
Answer: A, C, E
QUESTION 327:
Which statement correctly describes RMAN backup and recovery?
A. You cannot use RMAN to perform inconsistent backups.
Actualtests.com - The Power of Knowing
1Z0-032
B. RMAN skips fractured data blocks during backup of online files
C. RMAN does not allow parallelization of backup and restore operations.
D. RMAN backup includes all data blocks, regardless of whether they contain data.
E. RMAN allows you to recover a database that operates in NOARCHIVELOG mode.
Answer: E
QUESTION 328:
You are using RMAN for the backup and recovery of your database. You want the
control file to be backed up and have configured control file autobackup to ON by
using the CONFIGURE command. Which two events would cause the control file to
be backed up automatically? (Choose two.)
A. A tablespace is taken offline.
B. The database instance is restarted.
C. A new data file is added to an existing tablespace.
D. A successful backup is recorded in the RMAN repository.
E. The RMAN connection is disconnected from the target database.
Answer: C, D
QUESTION 329:
You are using Recovery Manager (RMAN) to back up your database at regular
intervals. On Monday morning, you find that the media that has the users.dbf data
file is corrupted. You use the RMAN SET NEWNAME command to restore the file
to a new location. Which RMAN command would you use to update the control file
with the new location?
A. SET
B. SWITCH
C. RESYNC
D. CHANGE
E. REGISTER
Answer: B
QUESTION 330:
Because of some data loss, you have to perform a Time-Based incomplete recovery
of your test database. After applying the required archived redo log files, what is the
next step that you would perform?
A. open the database with the RESETLOGS option
B. open the database without specifying any option
Actualtests.com - The Power of Knowing
1Z0-032
C. open the database with the NORESETLOGS option
D. shut down and restart the database in OPEN mode
E. shut down and restart the database in MOUNT mode, and then manually open it
Answer: A
QUESTION 331:
Your database has 10 tablespaces. A few days ago, one of the tablespaces was made
read only. In case of a media failure necessitating a tablespace recovery, which type
of tablespace can be re-created rather than recovered?
A. Undo tablespace
B. Users tablespace
C. System tablespace
D. Read-only tablespace
E. Temporary tablespace
Answer: E
QUESTION 332:
You plan to perform a backup of the control file in your database. Which two
statements regarding the control file backup are true? (Choose two.)
A. You can back up the control file to a binary file.
B. You must bring the database to the NOMOUNT state to perform the control file
backup.
C. You must store all types of control file backups in the location defined by
USER_DUMP_DEST.
D. You can back up the control file by generating a script that can be used to re-create the
control file.
Answer: A, D
QUESTION 333:
You require a backup of a database that operates in NOARCHIVELOG mode. You
performed a backup of the entire set of data files and control files, but excluded
online redo log files from this backup. Which statement regarding this backup is
true?
A. This type of backup is possible only when the database is open.
B. The files in this backup are all consistent, and, therefore, the online redo log files are
not needed in the backup.
C. The backup performed is incomplete and of no use because online redo log files are
Actualtests.com - The Power of Knowing
1Z0-032
not included in this backup.
D. The backup performed is considered an inconsistent backup because online redo log
files have been excluded from the backup.
Answer: B
QUESTION 334:
You are working on the PDDB database. You find that a tablespace is full, so you
add a data file to the tablespace. You are using RMAN to perfor m backup and
recovery of the database. You used recovery catalog to connect to RMAN and
executed the following command to perform the backup:
RMAN>backup database;
Which statement regarding this command is true?
A. The command works only if the recovery catalog is synchronized.
B. The command works only if the control file autobackup is configured to ON.
C. The command performs the backup of all the database files except the new data file.
D. The command synchronizes the recovery catalog automatically and performs the
backup successfully.
Answer: D
QUESTION 335:
You need to change the name of a net service name without changing any domains.
Which net configuration file would you edit?
A. names.ora only
B. sqlnet.ora only
C. tnsnames.ora only
D. names.ora and sqlnet.ora
E. tnsnames.ora and sqlnet.ora
Answer: C
QUESTION 336:
You want to maintain the logical backup of all the application tables at regular
intervals. Which option would you use to achieve this?
A. Wallet Manager
B. SQL *Loader utility
C. Oracle Export utility
D. Oracle Directory Manager
Actualtests.com - The Power of Knowing
1Z0-032
Answer:
QUESTION 337:
Under which conditions would you perform an incomplete recovery of a database?
(Choose all that apply.)
A. when the instance of the database has crashed
B. when media failure destroys some or all of the online redo logs that were not archived
C. when complete recovery cannot be performed because an archived redo log is missing
D. when the current control file is lost, is not multiplexed and a backup control file is to
be used to open the database
Answer: B, C, D
QUESTION 338:
In your production database, you observe that one of the data files is corrupted
while the database was functional. When investigating the reason, you find that the
media has crashed and now you have to restore the data file to a different location
while the database is functional. You have the option of using the following steps:
1. Take the tablespace offline by using the ALTER TABLESPACE command in
IMMEDIATE mode.
2. Restore the data file to a new location.
3. Apply the archived redo log files.
4. Use the ALTER DATABASE command to update the control file.
5. Bring the tablespace online by using the ALTER TABLESPACE command.
Which sequence of steps would you use to restore the data file, ensuring near to zero
downtime?
A. 4, 3
B. 2, 4, 3
C. 1, 2, 3, 5
D. 1, 3, 4, 5
E. 1, 2, 4, 3, 5
Answer: E
QUESTION 339:
In your database, there is a large transaction modifying very crucial data. A
hardware problem caused instance failure and the instance went down before all the
writes to the data files were completed. Which statement is true?
A. On startup, PMON coordinates instance recovery and opens the database.
Actualtests.com - The Power of Knowing
1Z0-032
B. On startup, CKPT coordinates instance recovery and opens the database.
C. After the database is opened, all the uncommitted changes will be rolled back.
D. On startup, RECO process performs instance recovery and opens the database.
E. On startup, RMAN is automatically invoked to perform instance recovery and open
the database.
Answer: C
QUESTION 340:
You are using Recovery Manager (RMAN) to back up your database at regular
intervals. The database is running in ARCHIVELOG mode. On Monday morning,
you find that users are unable to access the USERS tablespace. On investigation,
you find that all the data files that belong to the USERS tablespace are corrupted
and you do not have any logical back up of the database. Which two options could
you use to recover the tablespace along with the data, without affecting other data
files? (Choose two.)
A. drop and re-create the USERS tablespace
B. restore and recover the corrupted data files by using the RESTORE DATAFILE and
RECOVER DATAFILE commands
C. restore and recover the data files by using the RESTORE DATABASE and
RECOVER DATABASE commands
D. restore and recover the tablespace by using the RESTORE TABLESPACE and
RECOVER TABLESPACE commands
Answer: B, D
QUESTION 341:
Which backups can be performed without shutting down the instance? (Choose all
that apply.)
A. an image copy backup
B. a backup of the database running in NOARCHIVELOG mode
C. a backup of dictionary-managed tablespace if the database is in ARCHIVELOG mode.
D. a backup of the database when all read/write datafiles and control files are
checkpointed with respect to the same system change number (SCN).
Answer: A, C
QUESTION 342:
Which statement is true regarding a Recovery Manager (RMAN) incomplete
database recovery using UNTIL SEQUENCE?
Actualtests.com - The Power of Knowing
1Z0-032
A. RMAN will reset the current sequence number to the number specified.
B. RMAN will restore data files from the most appropriate backup, and then recover
them up to the specified sequence number.
C. RMAN will ignore the number specified if the THREAD option is not specified and
continue the normal restore and recovery processes.
D. RMAN will restore the data files up to the sequence number specified, from the most
appropriate backup and then recover by applying all available archived redo log files up
to the number specified.
Answer: B
QUESTION 343:
You are configuring a listener by using Oracle Net Manager. You want the listener
to be stopped by an authorized user only. What would you do?
A. set a listener password
B. provide the SNMP contact information
C. set a listener userid and password
D. add the listener owner to the DBA group at the operating system (OS) level
Answer: A
QUESTION 344:
In your test database, you want to maintain a backup of the complete database on a
daily basis by using Full Database Mode of Oracle Export utility. You execute the
following command every night:
$ exp system/manager \\
full=Y \\
file=$ORACLE_HOME/backup/feb-2004/full_11.dmp \\
log=$ORACLE_HOME/backup/feb-2004/full_11.log
The objects of which users will not be exported as a result of this command?
A. SYS
B. SYSTEM
C. the users that have the DBA role granted
D. the users that do not have the CONNECT role granted
E. the users that do not have the EXP_FULL_DATABASE role granted
Answer: A
QUESTION 345:
View the Exhibit.
Examine the value set for the NAMES.DIRECTORY_PATH parameter in the
Actualtests.com - The Power of Knowing
1Z0-032
sqlnet.ora file. You are working in a TCP/IP network environment. What will
happen when you try to connect to the database from a remote client?
Exhibit:
A. The local naming method will be used first to resolve a connect identifier.
B. It will result in an error because two values cannot be specified for the
NAMES.DIRECTORY_PATH parameter.
C. If the local naming method is unable to resolve the connect identifier, then Oracle
Names server will be used to resolve the connect identifier.
D. If the host naming method is unable to resolve the connect identifier, then the net
service name stored in a centralized LDAP-compliant directory server is used to resolve
the connect identifier.
Answer: A
QUESTION 346:
Last Friday, you performed a closed database backup of your database that is
running in NOARCHIVELOG mode. On Monday morning, you discover that the
media that contains one of the data files is corrupted. Now, you need to recover your
database. Which two tasks would you perform before you start recovering the
database? (Choose two.)
A. restore all data files
B. restore password files
C. restore the control files
D. restore the redo log files
E. restore the parameter file
F. restore the server parameter file
G. restore the corrupted data file only
Actualtests.com - The Power of Knowing
1Z0-032
Answer: A, C
QUESTION 347:
Using Recovery Manager (RMAN) you backed up your database on Friday evening.
On Monday morning, you added a new tablespace to the database and backed up
the newly added tablespace. Then, you executed the following command:
RMAN>CROSSCHECK BACKUPSET OF DATABASE;
Which task does this command accomplish?
A. It checks for synchronization of only the backup sets and not the backup pieces.
B. It checks for synchronization of the backup set that contains the newly added
tablespace.
C. It checks for synchronization of the backup set that contains the SYSTEM tablespace
only.
D. It checks for synchronization of all backup sets including the backup pieces and proxy
copies.
E. It checks for synchronization of the backup set excluding the set that contains the
SYSTEM tablespace.
Answer: D
QUESTION 348:
While starting up the database on a Monday morning, you get the following error
after the database is mounted:
ORA-01157: cannot identify/lock data file 9-see DBWR trace file
ORA-01110: data file 9:'/u01/oracle/app/oradata/orcl/users01.dbf'
While investigating, you realize that a backup of the data file (users01.dbf) exists.
Which data dictionary view would you use to locate the archived redo log files that
are required for recovery?
A. V$ARCHIVED_LOG
B. V$RECOVERY_LOG
C. V$RECOVER_FILE
D. V$RECOVERY_STATUS
Answer: B




