Wednesday, April 20, 2022

Advanced Database Management Systems

IT6203A  Advanced Database Management Systems

Note: Updated 04/20/22


<’ clause>

What method does RMAN use to enable fast incremental backup?

It uses a block change tracking file.

What are the default characteristics of an ASM file created with no options?

The ASM object is striped but not mirrored.

What is the difference between coarse striping and fine striping for files in a disk group?

Coarse striping spreads files in units of 1MB each across all disks, and fine striping spreads files in units of 128KB.

The _____ is an area of memory allocating dynamic sections of itself, privately for one set of connection processes.

PGA

Identify the true statement regarding incremental and differential backups.

A differential backup is the default type of incremental backup and backs up all changed blocks since the last level 0 or level 1 incremental backup.

Which of the following roles should you grant to the recovery catalog owner?

RECOVERY_CATALOG_OWNER

Which of the following initialization parameters is not valid?

LOG_ARCHIVE_DEST = ‘SERVICE=RMTDB99’

When you want to restore backup, either to the same database or to a different database, you must specify the decryption password with ________

set decryption

is a block of executable code designed to perform a specific task

background process

backup of a database involves reading a set of database rows and writing them to a file

logical

Which of the following is the default substitution variable for the FORMAT clause of the BACKUP command?

%t

a database ______ is the smallest unit of storage in Oracle.

block

Is in charge of redo log buffer management. It is one of the most active processes in an instance with heavy DML activity.

LGWR

You have lost the most recent archived redo log files from the recovery catalog database as well as the tablespace containing the RMAN catalog. You can do an incomplete restore of the recovery catalog database to a point in time after the target databases were registered with the recovery catalog. What commands can you use to resynchronize the target database’s metadata and backup information with the recovery catalog database?

Use the RESYNC CATALOG command to update the recovery catalog with the latest records from the target database’s control file and the CATALOG START WITH command to record any additional backups that are no longer in the target database’s control file.

If a user connection is dropped or a user process otherwise fails, ______ does the cleanup work

PMON

You have just received a pager alert indicating that the flash recovery area is below 3 percent free space. Which view and column can you query for a possible corrective action for this space condition?

DBA_OUTSTANDING_ALERTS, SUGGESTED_ACTION

To enable password encryption for a specific backup, use the ______ command

set encryption

The net service name of your target database is DW and the net service name of your recovery catalog database is RCAT. The environment variable ORACLE_SID has a value of RCAT. Which of the following sets of commands will successfully create a recovery catalog?

connect catalog rman/rmanpass

create catalog;

is an optional area of the SGA. It is used for transactions that interact with more than one database, message buffers for processes performing parallel queries, and RMAN parallel backup and restore operations.

large pool

writes new or changed data blocks (known as dirty blocks) in the buffer cache to the datafiles.

database w riter

backups back up all changed blocks since the last level 0 incremental backup

cumulative incremental

You have created a virtual private catalog to separate your RMAN administration duties among several DBAs for 20 different databases. Which role must you grant to each virtual catalog owner to allow the person to access existing registered databases?

RECOVERY_CATALOG_OWNER

If you are recovering one or more tablespaces or the entire database from backups that have different passwords, you can conveniently specify all the passwords at once with _______

set decryption

If you do not use a recovery catalog, what data dictionary or dynamic performance views must you query to retrieve RMAN backup information?

The V$ views on each target such as V$BACKUP_SET and V$DATAFILE_COPY

contains two major subcaches: the library cache and the data dictionary cache.

shared pool

What is the maximum number of database writer processes (DBWn) in an Oracle database instance?

20

Which of the following parameters are required for an ASM instance?

INSTANCE_TYPE

If you want to use two-way mirroring (normal redundancy) for a new disk group, how many failure groups do you need?

Two failure groups.

What happens to the state of an ASM instance when a connected RDBMS instance fails?

There is no effect on the ASM instance.

Which of the following does not occur when you register a target database with the recovery catalog database using the REGISTER DATABASE command?

Information about manual tablespace backups is registered in the recovery catalog.

At which level does ASM perform mirroring?

At the database object level

What is the difference between a full backup and a whole database backup?

A full backup consists of a backup of one or more datafiles or tablespaces, whereas a whole database backup contains all datafiles, for all tablespaces plus the control file.

is used by the Oracle JVM (Java Virtual Machine) for all Java code and data within a user session.

java pool

Under what circumstances would you use the RMAN command UPGRADE CATALOG?

When you are using a version of the recovery catalog that is older than that required by the RMAN target database client.

You have configured backup optimization for your database using CONFIGURE BACKUP OPTIMIZATION ON. For which of the following commands will RMAN not skip a backup if the files are identical?

BACKUP TABLESPACE USERS;

If you specify the initialization parameter DB_RECOVERY_FILE_DEST, what other initialization parameter must be set?

DB_RECOVERY_FILE_DEST_SIZE

backup is the default type of incremental backup that backs up all changed blocks since the last level 0 or level 1 incremental backup

differential

Which of the following are not RMAN standalone commands?

ALLOCATE CHANNEL

Which of the following background processes exist in both an ASM instance and an RDBMS instance, and also support ASM disk groups?

RBAL

Which of the following statement is not true regarding database backups?

As of Oracle Database 11g, RMAN supports only online backups.

What is the value for INSTANCE_TYPE in the init.ora file or SPFILE for an ASM instance?

ASM

Choose the four best commands from the following list that you would use to enable ARCHIVELOG mode, and put them in the correct order:

 

1. STARUP MOUNT

2. SHUTDOWN ABORT

3. ALTER DATABASE ARCHIVELOG;

4. STARTUP FORCE

5. ALTER DATABASE ENABLE ARCHIVELOG;

6. ALTER SYSTEM SWITCH LOGFILE;

7. SHUTDOWN NORMAL

8. ALTER DATABASE OPEN;

9. SHUTDOWN IMMEDIATE

9, 1, 3, 8

When you want to create a duplexed backupset, what is the maximum number of copies of each backup piece you can create with one BACKUP command?

A maximum of four.

The _______is the next level of logical grouping in the database

extent

is a group of extents that form a database object that Oracle treats as a unit, such as a table or index.

segment

holds the most recent changes to the data blocks in the datafiles.

redo log buffer

backups involve copying the files that constitute the database. These backups are also referred to as file system backups because they involve using operating system file backup commands.

physical

What is the difference between an RMAN local script and an RMAN global script?

A local script is available only for a single target database.

In the case of a system crash or instance failure, due to a power outage or CPU failure, the ______, performs crash recovery by applying the entries in the online redo log files to the datafiles.

system monitor

You run the following command to create a whole database backup:

 

RMAN< backup as copy database spfile plus archivelog delete input;

 

What does the DELETE INPUT clause do?

After the backup completes, RMAN deletes the archived log files from the flash recovery area and any other archived log file destinations.

Your server’s physical memory is 8GB and no other applications or Oracle instances are running on the server. For a new Oracle instance running a decision support system, what is a good starting point for setting PGA_AGGREGATE_TARGET?

3.2GB

Before running the first replay, you must perform some prerequisite checks: Ensure that the target system has access to the replay directory

True

To use guaranteed restore points, you must also enable these prerequisites: The COMPATIBLE initialization parameter must be 10.2 or higher.

True

Which of the following initialization parameters is not required to configure Flashback Database operations?

UNDO_RETENTION

To use guaranteed restore points, you must also enable these prerequisites: You must have archived redo log files available starting from the time of the first guaranteed restore point.

True

Question text The SGA is a group of memory structures for an Oracle instance that are shared by the users of the database instance

True

It refers to one of the log file status in V$LOG described as The log is being cleared by ALTER DATABASE CLEAR LOGFILE. After being cleared, the status changes to UNUSED.

clearing

It refers to one of the log file status in V$LOG described as the log group is not needed for instance recovery, may be in use for media recovery, and may or may not be archived

Inactive

Identify the true statement about Automatic Memory Management (AMM).

MEMORY_MAX_TARGET enables AMM, and it is a dynamic parameter.

To use guaranteed restore points, you must also enable these prerequisites: You must have a flash recovery area configured.

True

To use guaranteed restore points, you must also enable these prerequisites: The database must be running in ARCHIVELOG mode

True

What happens to the rows in FLASHBACK_TRANSACTION_QUERY when part of the transaction is no longer available in the undo tablespace?

The OPERATION column contains the value UNKNOWN.

backout options: NOCASCADE Back out only the specified transaction, if possible.

True

Access Paths Analyze the impact of creating new indexes, materialized views, and partitioning.

True

Which of the following initialization parameters is not valid?

LOG_ARCHIVE_DEST = ‘SERVICE=RMTDB99’

Which of the following initialization parameters control Automatic Shared Memory Management (ASSM)?

SGA_TARGET

Recorded client request contains the information: Bind values

True

The database buffer cache holds blocks of data from disk that have been recently read to satisfy a SELECT statement or that contain modified blocks that have been changed or added from a Data Manipulation Language (DML) statement.

True

Which of the following statement is not true regarding database backups?

As of Oracle Database 11g, RMAN supports only online backups.

Which of the following are not RMAN standalone commands?

ALLOCATE CHANNEL

Statistics Analysis Check for stale or missing statistics, and recommend refreshing or creating them

True

SQL Profiling Collect auxiliary statistics on a SQL statement along with partial execution statistics and store them in a SQL Profile.

True

The point in time or SCN to which the tablespace will be recovered.

target time

The four steps to create a set of recommendations are as follows:

1. Create a task

2. Define the workload

3. Generate the recommendations

4. Review and implement the recommendations

True

Using Database Replay consists of four main steps:

1. Workload capture

2. Workload preprocessing

3. Workload replay

4. Analysis and reporting

True

You can use DELETE_REPLAY_INFO to delete a report in the replay directory.

True

The SQL Tuning Advisor performs all but which of the following analyses?

Changes to materialized views

backout options: NONCONFLICT_ONLY Back out changes to nonconflicting rows of the specified transaction only

True

What is the maximum number of database writer processes (DBWn) in an Oracle database instance?

20

Identify the true statement about Flashback Data Archives.

If you do not specify a RETENTION clause for a Flashback Data Archive, you must specify it when assigning a table to the Flashback Data Archive.

The group of datafiles containing the tablespace(s) to be recovered.

recovery set

Which of the following columns is not in the data dictionary view FLASHBACK_TRANSACTION_QUERY?

ORA_ROWSCN

Recorded client request contains the information: SQL text

True

Which of the following procedures will run a SQL Tuning Advisor job against a SQL Tuning Set?

DBMS_SQLTUNE.EXECUTE_TUNING_TASK

backout options: CASCADE Back out all transactions and their dependent transactions.

True

Before running the first replay, you must perform some prerequisite checks:Remap connection strings to the replay system from the production system.

True

backout options: NOCASCADE_FORCE Back out the specified transactions, ignoring dependent transactions.

True

You want to switch from AMM to ASMM. What is the correct statement you need to run?

alter system set memory_max_target = 0;

After the capture operation is complete, the captured information must be preprocessed by transforming the captured data into replay files that can be easily replayed on the target system

True

Which of the following data dictionary views contains a list of the tables using a Flashback Data Archive?

DBA_FLASHBACK_ARCHIVE_TABLES

You want to remap your database links so that they do not reference production database objects. Within which Database Replay step do you perform the remapping?

During the workload replay step

Before running the first replay, you must perform some prerequisite checks:Remap references to other production systems via database links, external .tables, directory objects, URLs, and E-mail notifications.

True

Performance tuning is the final step in a four-step process: planning, implementing, and monitoring must precede it.

True

Which of the following procedures will run a SQL Access Advisor job against a single SQL statement?

DBMS_ADVISOR.QUICK_TUNE

Choose the four best commands from the following list that you would use to enable ARCHIVELOG mode, and put them in the correct order:

1. STARUP MOUNT

2. SHUTDOWN ABORT

3. ALTER DATABASE ARCHIVELOG;

4. STARTUP FORCE

5. ALTER DATABASE ENABLE ARCHIVELOG;

6. ALTER SYSTEM SWITCH LOGFILE;

7. SHUTDOWN NORMAL

8. ALTER DATABASE OPEN;

9. SHUTDOWN IMMEDIATE

9, 1, 3, 8

Structure Analysis Restructure the SQL statements to see if better execution plans are generated

True

It refers to one of the log file status in V$LOG described as the log group has not been used yet.

unused

The SQL Tuning Advisor analyzes one or more SQL statements sequentially, examining statistics, and potentially recommends creating a SQL profile, new indexes, materialized views, or a revised SQL statement.

True

When using the VERSIONS BETWEEN clause for Flashback Version Query, what can’t you use to restrict the number of rows returned by the query?

A guaranteed restore point

Recorded client request contains the information: Transaction information

True

To create a duplicate database, put the following steps in the correct order:

1. Start the auxiliary instance as NOMOUNT.

2. Allocate auxiliary channels if necessary.

3. Run the RMAN DUPLICATE command.

4. Create a password file for the auxiliary instance.

5. Ensure network connectivity to the auxiliary instance.

6. Open the auxiliary instance.

7. Start the source database in MOUNT or OPEN mode. 8. Create an initialization parameter file for the auxiliary instance.

9. Create backups or copy existing backups and archived log files to a common location accessible by the auxiliary instance.

4, 5, 8, 1, 7, 9, 2, 3, 6

Which of the following clauses is not valid for the RMAN DUPLICATE command?

SKIP OFFLINE

Identify the correct statement regarding TSPITR terminology.

The recovery set is the group of datafiles containing the tablespace(s) to be recovered.

Identify the data dictionary view you can use to check for object dependencies between tablespaces.

TS_PITR_CHECK

Which of the following two dynamic performance views can you use to identify the relationship between Oracle server sessions and RMAN channels?

V$PROCESS and V$SESSION

Which of the following background processes exist in both an ASM instance and an RDBMS instance, and also support ASM disk groups?

RBAL

At which level does ASM perform mirroring?

At the database object level

What is the value for INSTANCE_TYPE in the init.ora file or SPFILE for an ASM instance?

ASM

Which of the following parameters are required for an ASM instance?

INSTANCE_TYPE

What happens to the state of an ASM instance when a connected RDBMS instance fails?

There is no effect on the ASM instance.

DUPLICATE command: NOFILENAMECHECK Don’t check for duplicate filenames between the source and destination databases.

True

Which two dynamic performance views can you use to identify files that need to be backed up, regardless of whether you are in ARCHIVELOG mode or NOARCHIVELOG mode?

V$DATAFILE and V$CONTROLFILE

DUPLICATE command: NOFILENAMECHECK Don’t check for duplicate filenames between the source and destination databases.

True

RMAN makes it easy to make a full copy or a subset of a target database.

True

The RMAN SWITCH command is equivalent to what SQL command?

ALTER SYSTEM RENAME FILE

The types of user-managed backup you can perform are dependent on whether your database is running in ARCHIVELOG mode.

True

Backing up the control file for a database running in ARCHIVELOG mode produces the same end result as the method you use in NOARCHIVELOG mode.

True

Place the following commands in the correct order for restoring a control file from an RMAN autobackup:

1. RECOVER DATABASE

2. ALTER DATABASE OPEN RESETLOGS

3. STARTUP NOMOUNT

4. ALTER DATABASE MOUNT

5. RESTORE CONTROLFILE FROM AUTOBACKUP

3, 5, 4, 1, 2

Which of the following methods can you use to retrieve the current System Change Number (SCN)?

Query the CURRENT_SCN column of the V$DATABASE view.

Identify the correct statement regarding duplicate databases created with RMAN.

RMAN copies the database from the target to the duplicate database and both can have the same name.

DUPLICATE command: SKIP TABLESPACE Exclude specific tablespaces, except for SYSTEM and UNDO.

True

You will perform complete closed database recovery. Put the following steps in the correct order.

1. Open the database to users.

2. Identify files needed for recovery.

3. Start up the database in MOUNT mode.

4. Bring the datafiles online.

5. Apply archived and online redo log files to roll forward.

6. Oracle applies undo to roll back uncommitted changes.

7. Restore recovery-related files containing committed and uncommitted transactions

2, 7, 4, 3, 5, 1, 6

The three possible states of a log file group are INACTIVE, ACTIVE, and CURRENT.

True

Identify the data dictionary view you can use to check for object dependencies between tablespaces.

TS_PITR_CHECK

If you lose all of the tempfiles from your temporary tablespace, what is the most likely result noticed by your users?

The users can’t use ORDER BY or GROUP BY in their queries.

You have lost all online control files. Specify the correct order for the following tasks:

· Restore the control file from backup or run CREATE CONTROLFILE.

· Start database recovery and specify the keywords BACKUP CONTROLFILE.

· Start up the database in MOUNT mode.

· Open the database with RESETLOGS.

· Shut down the database.

5, 1, 3, 2, 4

When you run the RMAN RESTORE CONTROLFILE command, where does RMAN put the previous version of the control file?

To all locations defined by the CONTROL_FILES initialization parameter unless overridden with the TO ‘>filename

What is the difference between a critical and a noncritical datafile in a recovery scenario?

To recover a critical datafile, the database must be in MOUNT mode. To recover a noncritical datafile, the database can be open.

You set the initialization parameter BACKUP_TAPE_IO_SLAVES to TRUE. What effect does this have on the type of I/O that the server processes perform for RMAN if you are using tape?

Tape I/O is automatically asynchronous.

SCN-based incomplete recovery works well if your applications save the SCN at critical points in a process flow, or the alert or trace logs indicate a serious error as of a particular SCN.

True

The group of datafiles containing the tablespace(s) to be recovered

recovery set

A default installation of the Oracle database using the Oracle Universal Installer with a seed database, or using the Database Creation Assistant, will automatically create a password file.

True

Which is the best method for recovering a tempfile?

Add another tempfile to the TEMP tablespace and drop the corrupted or missing tempfile while the database is running.

A distinct advantage to using ARCHIVELOG mode is that you can perform online backups (also known as hot backups), while the database is available to users.

True

Recovery falls into one of two general categories: complete and incomplete.

True

Your database is running in NOARCHIVELOG mode, and you perform occasional incremental level 1 backups in MOUNT mode. To what point in time can you recover the database if you lose a datafile for the USERS tablespace?

You can recover the entire database up to the point in time of the last incremental level 1 backup

key tuning parameters for the BACKUP command: _________ The maximum number of input files that a channel can have open at a given time.

Maxopenfiles

Other datafiles required to recover the tablespace(s), such as the datafiles for the SYSTEM, UNDO, and TEMP tablespaces

auxiliary set

Which tablespaces contain critical datafiles that must be recovered when the database is offline?

SYSTEM and UNDO

key tuning parameters for the BACKUP command: ______________ The maximum size of a backup piece per channel.

MAXPIECESIZE

Which of the following is not a valid status for an online redo log group?

INVALID

key tuning parameters for the BACKUP command: ____________ The maximum number of files per backupset.

filesperset

DUPLICATE command: OPEN RESTRICTED When the destination database is ready, open it immediately with the RESTRICTED SESSION option.

True

Which of the following two dynamic performance views can you use to identify the relationship between Oracle server sessions and RMAN channels?

V$PROCESS and V$SESSION

You can use V$BACKUP_ASYNC_IO to monitor asynchronous RMAN I/O. What column or columns do you use to determine which file is the bottleneck during a backup?

A large value for LONG_WAITS / IO_COUNT

Which of the following commands does not back up the current control file?

SQL< ALTER SYSTEM BACKUP CURRENT CONTROLFILE;

You can use two different methods to authenticate a database administrator: operating system (OS) authentication or password file authentication.

True

What is the difference between the V$LOG and V$LOGFILE views?

V$LOG contains the status of the online redo log groups and V$LOGFILE contains the status of individual redo log group members.

If you are interested in recovering only a small set of logically isolated tables to a previous point in time, you may be able to perform recovery using Oracle’s Flashback Table features.

True

When restoring a database to a new host, what is the first command you should run as part of the restoration process?

SET DBID

DUPLICATE command: SKIP READONLY Exclude read-only tablespaces from the copy operation.

True

Which of the following CREATE RESTORE POINT commands will preserve the restore point past the time specified by the initialization parameter CONTROL_FILE_RECORD_KEEP_TIME?

CREATE RESTORE POINT SAVE_IT_NOW PRESERVE

The phrase “closed databaserecovery” is somewhat of a misnomer if you consider that the database instance may still be available when one or more datafiles become unavailable.

True

To use guaranteed restore points, you must also enable these prerequisites: The database must be running in ARCHIVELOG mode.

True


8 comments:

  1. Home / My courses / UGRD-IT6203A-2233T / PRELIM EXAM / PRELIM EXAM
    Question 1
    Correct
    Mark 1.00 out of
    1.00
    Question 2
    Incorrect
    Mark 0.00 out of
    1.00
    Question 3
    Correct
    Mark 1.00 out of
    1.00
    Started on Saturday, 17 June 2023, 8:13 AM
    State Finished
    Completed on Saturday, 17 June 2023, 8:43 AM
    Time taken 29 mins 39 secs
    Marks 45.00/50.00
    Grade 90.00 out of 100.00
    If the DBA performs a _________ backup, the backup files are simply operating system copies of the datafiles, redo log files,
    control files, archvielog files and so on and so forth.
    a. hot
    b. increment
    c. online
    d. cold
    Your answer is correct.
    An RMAN backup can be one of the following types: except?
    a. full backup
    b. whole database backup
    c. cumulative level 0 backup
    d. incremental level 0 backup
    Your answer is incorrect.
    A ___________ files created with the BACKUP AS BACKUPSET commands are stored in the flash recovery area.
    a. archived redo log files
    b. control file automatic
    c. flashback logs
    d. rman backupsets
    Your answer is correct.
    Question 4
    Correct
    Mark 1.00 out of
    1.00
    Question 5
    Correct
    Mark 1.00 out of
    1.00
    Question 6
    Correct
    Mark 1.00 out of
    1.00
    Question 7
    Correct
    Mark 1.00 out of
    1.00
    An Oracle tablespace consists of one or more ___________.
    a. system
    b. user
    c. datafiles
    d. segment
    Your answer is correct.
    _________ is an RMAN command that is executed only at the RMAN> prompt and is self-contained.
    a. job commands
    b. standalone commands
    c. none of the above
    d. offline backup
    Your answer is correct.
    You can use _________ backups for any database that is running in ARCHIVELOG mode. In this mode, the online redo logs are
    archived, creating a log of all transactions within the database.
    a. none of the above
    b. offline backup
    c. cold backup
    d. online backup
    Your answer is correct.
    A _________ backup produces a multipiece backupset from a single datafile and uses several channels, to disk or tape, to back
    up each piece of the datafile in parallel.
    a. compressed
    b. multi parallel
    c. multisection
    d. axis
    Your answer is correct.
    Question 8
    Correct
    Mark 1.00 out of
    1.00
    Question 9
    Incorrect
    Mark 0.00 out of
    1.00
    Question 10
    Correct
    Mark 1.00 out of
    1.00
    Question 11
    Correct
    Mark 1.00 out of
    1.00
    An area that is private to each server and background process?
    a. sca
    b. sga
    c. uga
    d. pga
    Your answer is correct.
    A _______is an object-specific to RMAN and which only RMAN can create and read.
    a. rman
    b. tablespace
    c. backupsets
    d. image copies
    Your answer is incorrect.
    SGA component that holds information about SQL and PL/SQL statements that are run against the database?
    a. shared pool
    b. buffer cache
    c. library cache
    d. data dictionary cache
    Your answer is correct.
    This backup includes a copy of all datafiles in the database plus the control file?
    a. cumulative level 0 backup
    b. whole database backup
    c. full backup
    d. incremental level 0 backup
    Your answer is correct.

    ReplyDelete
    Replies
    1. Question 12
      Correct
      Mark 1.00 out of
      1.00
      Question 13
      Correct
      Mark 1.00 out of
      1.00
      Question 14
      Correct
      Mark 1.00 out of
      1.00
      Question 15
      Correct
      Mark 1.00 out of
      1.00
      A command that displays information about backupsets and image copies in the repository and can also store the contents
      of scripts stored in the repository catalog.
      a. view command
      b. backupset
      c. delete command
      d. list command
      Your answer is correct.
      Smallest unit storage in Oracle can use or allocate?
      a. segment
      b. control file
      c. extent
      d. block
      Your answer is correct.
      Following are a few sample substitution variable types. except?
      a. %f
      b. %%
      c. %d
      d. %s
      Your answer is correct.
      This is an area that allocates once the database instance is started?
      a. sca
      b. sga
      c. pga
      d. uga
      Your answer is correct.
      Question 16
      Correct
      Mark 1.00 out of
      1.00
      Question 17
      Correct
      Mark 1.00 out of
      1.00
      Question 18
      Correct
      Mark 1.00 out of
      1.00
      Question 19
      Correct
      Mark 1.00 out of
      1.00
      SGA components. Except?
      a. data dictionary cache
      b. software code area
      c. large pool
      d. redo log buffer
      Your answer is correct.
      It is a multiplexing solution that automates the layout of datafiles, control files, and redo log files by distributing them
      across all available disks?
      a. asm
      b. rac
      c. reco
      d. pga
      Your answer is correct.
      A ___________ are stored in the flash recovery area when Flashback Database is enabled.
      a. rman backupsets
      b. none of the above
      c. flashback logs 
      d. datafiles copies
      Your answer is correct.
      CTWR background process stands for?
      a. close tracking writer
      b. change tracking writer
      c. close trip writer
      d. change tracking waste
      Your answer is correct.
      Question 20
      Correct
      Mark 1.00 out of
      1.00
      Question 21
      Correct
      Mark 1.00 out of
      1.00
      Question 22
      Correct
      Mark 1.00 out of
      1.00
      Question 23
      Correct
      Mark 1.00 out of
      1.00
      The following are some of the major features of RMAN: except?
      a. multiple I/O channels
      b. decrypted backups
      c. skip unused blocks
      d. open database backups
      Your answer is correct.
      A database backup that involves reading a set of database rows and writing them to a file?
      a. logical backup
      b. offline backup
      c. physical backup
      d. none of the above
      Your answer is correct.
      There are three initialization parameters that control the default locations for new control files, online redo log files, and
      datafiles: except?
      a. db_create_file_dest
      b. db_create_online_log_dest_n
      c. db_recovery_files_dest
      d. db_create_files_n
      Your answer is correct.
      Oracle database 11g created default tablespace. Except?
      a. useraux
      b. undotbs1
      c. system
      d. users
      Your answer is correct.

      Delete
    2. Question 24
      Correct
      Mark 1.00 out of
      1.00
      Question 25
      Correct
      Mark 1.00 out of
      1.00
      Question 26
      Correct
      Mark 1.00 out of
      1.00
      Question 27
      Incorrect
      Mark 0.00 out of
      1.00
      Commands are usually grouped and run inside of a command block using the RUN command.
      a. standalone commands
      b. job commands
      c. offline backup
      d. none of the above
      Your answer is correct.
      In RMAN duplexing has a few restrictions: You cannot duplex backups to the flash recovery area, and you cannot duplex
      image copies. except?
      a. database
      b. control file
      c. backupsets
      d. archivelog
      Your answer is correct.
      A backups back up all changed blocks since the last level 0 incremental backup?
      a. cumulative level 1 backup
      b. whole database backup
      c. full backup
      d. incremental level 0 backup
      Your answer is correct.
      It is the default type of incremental backup that backs up all changed blocks since the last level 0 or level 1 incremental
      backup?
      a. incremental level 0 backup
      b. incremental level 1 backup
      c. differential level backup
      d. cumulative level 0 backup
      Your answer is incorrect.
      Question 28
      Correct
      Mark 1.00 out of
      1.00
      Question 29
      Correct
      Mark 1.00 out of
      1.00
      Question 30
      Correct
      Mark 1.00 out of
      1.00
      Question 31
      Correct
      Mark 1.00 out of
      1.00
      It is a block of executable code designed to perform a specific task?
      a. system global area
      b. user global area
      c. oracle instance
      d. background process
      Your answer is correct.
      SGA component that holds the most recent changes to the data blocks in the datafiles. When the redo log buffer is onethird full, or every 3 seconds, Oracle writes redo log records to the redo log files.
      a. redo log buffer
      b. streams pool
      c. shared pool
      d. java pool
      Your answer is correct.
      SGA components that hold blocks of data from a disk that have been recently read to satisfy a SELECT statement or that
      contain modified blocks that have been changed or added from DML statement.
      a. data dictionary cache
      b. buffer cache
      c. redo log buffer
      d. library cache
      Your answer is correct.
      This backup can consist of a single datafile or tablespace.
      a. whole database backup
      b. cumulative level 0 backup
      c. full backup
      d. incremental level 0 backup
      Your answer is correct.
      Question 32
      Correct
      Mark 1.00 out of
      1.00
      Question 33
      Correct
      Mark 1.00 out of
      1.00
      Question 34
      Correct
      Mark 1.00 out of
      1.00
      Question 35
      Correct
      Mark 1.00 out of
      1.00
      An ___________ is an exact copy of a tablespace’s datafile, an archived redo log file, or a control file.
      a. channel
      b. image copy
      c. backupset
      d. dbid
      Your answer is correct.
      LGWR stands for?
      a. log writer path
      b. load writer process
      c. load writer path
      d. log writer process
      Your answer is correct.
      Users who connect to an ASM instance as _____________ can perform all ASM operations, such as creating and deleting disk
      groups, as well as adding and removing disks from disk groups.
      a. sysdba or sysasm
      b. none of the above
      c. sysoper
      d. sys
      Your answer is correct.
      Whenever data is added, removed, or change in a table, index, or other oracle objects, an entry is written to the current
      ________.
      a. tablespace
      b. control file
      c. datafile
      d. redo log file
      Your answer is correct.

      Delete
    3. Question 36
      Correct
      Mark 1.00 out of
      1.00
      Question 37
      Correct
      Mark 1.00 out of
      1.00
      Question 38
      Correct
      Mark 1.00 out of
      1.00
      Question 39
      Correct
      Mark 1.00 out of
      1.00
      Oracle database has at least one ___________ that maintains the metadata of the database.
      a. redo log file
      b. tablespace
      c. control file
      d. archive log
      Your answer is correct.
      Which of the following command is used to create and enable block change tracking?
      a. change database block change tracking;
      b. change database enable block tracking;
      c. alter database enable blocking track;
      d. alter database enable block change tracking;
      Your answer is correct.
      A database backups involve copying the files that constitute the database. These backups are also referred to as file system
      backups because they involve using operating system file backup commands.
      a. physical backup
      b. offline backup
      c. none of the above
      d. logical backup
      Your answer is correct.
      Backups that occur when the database has been shut down normally using the NORMAL, IMMEDIATE, or TRANSACTIONAL
      option of the SHUTDOWN command.
      a. logical backup
      b. offline backup
      c. physical backup
      d. none of the above
      Your answer is correct.
      Question 40
      Correct
      Mark 1.00 out of
      1.00
      Question 41
      Correct
      Mark 1.00 out of
      1.00
      Question 42
      Incorrect
      Mark 0.00 out of
      1.00
      Question 43
      Correct
      Mark 1.00 out of
      1.00
      If you want to keep recent backupsets on disk and older backupsets on tape, you can use the COMPLETED and __________
      options.
      a. crosscheck
      b. delete input
      c. change
      d. alter input
      Your answer is correct.
      Which of the following command used to turn off block change tracking?
      a. change database enable block tracking;
      b. alter database blocking track;
      c. alter database disable block change tracking;
      d. alter database disable block temp tracking;
      Your answer is correct.
      RMAN stores _____________ backups in the flash recovery area.
      a. control file automatic
      b. datafile copies
      c. archived redo log files
      d. flashback logs
      Your answer is incorrect.
      An area that stores the Oracle executable files that are running as part of an Oracle instance?
      a. buffer cache
      b. java pool
      c. software code area
      d. streams pool
      Your answer is correct.
      Question 44
      Correct
      Mark 1.00 out of
      1.00
      Question 45
      Correct
      Mark 1.00 out of
      1.00
      Question 46
      Incorrect
      Mark 0.00 out of
      1.00
      Question 47
      Correct
      Mark 1.00 out of
      1.00
      It is an area of memory allocating dynamic sections of itself, privately for one set of connection processes?
      a. sca
      b. pga
      c. uga
      d. sga
      Your answer is correct.
      Another way to improve the performance of incremental backups is to enable a _________________?
      a. block change tracking
      b. redo change tracking
      c. data change tracking
      d. file change tracking
      Your answer is correct.
      A backup that includes all blocks in a database object except for blocks that were never used above the HWM?
      a. whole database backup
      b. incremental level 0 backup
      c. cumulative level 0 backup
      d. full backup
      Your answer is incorrect.
      DBWn stand for?
      a. database writer process
      b. database writer path
      c. datafile writer process
      d. datafile writer path
      Your answer is correct.
      Question 48
      Correct
      Mark 1.00 out of
      1.00
      Question 49
      Correct
      Mark 1.00 out of
      1.00
      Question 50
      Correct
      Mark 1.00 out of
      1.00
      It is the next level of logical grouping in the oracle database?
      a. asm
      b. control file
      c. extent
      d. block
      Your answer is correct.
      When you use the RMAN command BACKUP AS COPY, the ___________ are stored in the flash recovery area by default.
      a. datafile copies
      b. rman backupsets
      c. none of the above
      d. flashback logs
      Your answer is correct.
      It is a command-line utility that provides an easy way for you to browse and maintain objects within ASM disk groups by
      using a command set similar to Linux shell commands such as ls and mkdir.
      a. none of the above
      b. asm utility
      c. rman utility
      d. asmcmd utility
      Your answer is correct.
      ◄ Announcements Jump to... Prelim Lab Exam ►

      Delete
  2. Question 1
    Correct
    Mark 1.00 out of 1.00
    Question 2
    Correct
    Mark 1.00 out of 1.00
    It plays important role in your backup and recovery scenarios.
    a. datafile
    b. rman
    c. image copies
    d. backupsets
    Your answer is correct.
    A ________ command is the first step command in any recovery process.
    a. restore
    b. backup
    c. delete
    d. alter
    Your answer is correct
    Question 3
    Correct
    Mark 1.00 out of 1.00
    Question 4
    Correct
    Mark 1.00 out of 1.00
    Question 5
    Correct
    Mark 1.00 out of 1.00
    The general steps to recover a datafile from a noncritical tablespace are as follows: except?
    a. bring the tablespace back online.
    b. use the rman restore command to load the datafile(s) for the tablespace from the backup location.
    c. use the rman recovery command to apply archived and online redo log files to the restored datafile(s).
    d. if the database is open, take the tablespace containing the corrupted or missing then exit.
    Your answer is correct.
    To create a restore point for the present time or SCN, use this format of the CREATE RESTORE POINT command:
    a. create store point good_for_now;
    b. create restore point good_for_now preserve;
    c. drop restore point good_for_now;
    d. none of the above
    Your answer is correct.
    You can retrieve the current SCN from _______________?
    a. restore
    b. command
    c. backup
    d. v$database
    correct
    Question 6
    Correct
    Mark 1.00 out of 1.00
    Question 7
    Correct
    Mark 1.00 out of 1.00
    Question 8
    Correct
    Mark 1.00 out of 1.00
    Following are the steps you use to recover a critical datafile: except?
    a. reopen the database with startup mount.
    b. shut down the database with shutdown abort if it is not already shut down.
    c. bring the tablespace back online.
    d. use the rman restore command to copy (restore) the datafile(s) for the critical tablespace from the backup location.
    Your answer is correct.
    what command used to query the DBID?
    a. none of the above
    b. drop restore point good_for_now;
    c. select dbid from v$database;
    d. alter dbid;
    Your answer is correct.
    Command used to connect to the new target database with nocatalog.
    a. $ export oracle_sid=hir
    b. set dbid;
    c. $ rman target
    d. none of the above
    Question 9
    Correct
    Mark 1.00 out of 1.00
    Question 10
    Correct
    Mark 1.00 out of 1.00
    Question 11
    Correct
    Mark 1.00 out of 1.00
    Log File Status in V$LOG. Current?
    a. $ export oracle_sid=hir
    b. an error has occurred during ALTER DATABASE CLEAR LOGFILE.
    c. Oracle is writing to this log group, and this group is needed for instance recovery.
    d. the log group has not been used yet.
    Your answer is correct.
    The log group is not needed for instance recovery, may be in use for media recovery, and may or may not be archived.
    a. active
    b. clearing_current
    c. inactive
    d. clearing
    Your answer is correct.
    An error has occurred during ALTER DATABASE CLEAR LOGFILE.
    a. active
    b. clearing
    c. inactive
    d. clearing_current
    Your answer is correct.
    Question 12
    Correct
    Mark 1.00 out of 1.00
    Question 13
    Correct
    Mark 1.00 out of 1.00
    Question 14
    Incorrect
    Mark 0.00 out of 1.00
    The log group has not been used yet.
    a. active
    b. active
    c. unused
    d. clearing_current
    Your answer is correct.
    This log group is needed for instance recovery, but Oracle is not writing to this log group. It may or may not be archived yet.
    a. active
    b. clearing
    c. clearing_current
    d. inactive
    Your answer is correct.
    The log is being cleared by ALTER DATABASE CLEAR LOGFILE. After being cleared, the status changes to UNUSED.
    a. clearing_current
    b. clearing
    c. inactive
    d. active
    Your answer is incorrect.

    ReplyDelete
    Replies
    1. Question 15
      Correct
      Mark 1.00 out of 1.00
      Question 16
      Incorrect
      Mark 0.00 out of 1.00
      Question 17
      Correct
      Mark 1.00 out of 1.00
      Command to terminate backup mode for the users tablespace.
      a. select tablespace_name;
      b. shutdown immediate;
      c. alter database user end backup;
      d. none of the above
      Your answer is correct.
      SCN stands for?
      a. system current null
      b. system current number
      c. safe current null
      d. safe current number
      Your answer is incorrect.
      After performing incomplete recovery with the database in MOUNT mode, what command open the database with RESETLOGS?
      a. alter database clear
      b. alter database name
      c. alter database open resetlogs
      d. alter clear logfile
      Your answer is correct.
      Question 18
      Correct
      Mark 1.00 out of 1.00
      Question 19
      Correct
      Mark 1.00 out of 1.00
      Question 20
      Incorrect
      Mark 0.00 out of 1.00
      The command for recovering the database.
      a. alter database open;
      b. recover automatic database;
      c. none of the above
      d. recover database;
      Your answer is correct.
      DBID stands for?
      a. none of the above
      b. database input data
      c. database identifier
      d. database index data
      Your answer is correct.
      It is equivalent to start the database instance in the OPEN stage?
      a. startup open;
      b. alter database mount;
      c. startup nomount
      d. startup stage;
      Your answer is incorrect
      Question 21
      Correct
      Mark 1.00 out of 1.00
      Question 22
      Correct
      Mark 1.00 out of 1.00
      Question 23
      Incorrect
      Mark 0.00 out of 1.00
      If you want to start the database instance in a specific stage, you can use the following syntax?
      a. startup nomount
      b. startup stage;
      c. alter database mount;
      d. startup open;
      Your answer is correct.
      To start up a database instance in the NOMOUNT stage, you use the following command?
      a. alter database mount;
      b. startup stage;
      c. startup open;
      d. startup nomount
      Your answer is correct.
      This statement brings the database from the NOMOUNT to the MOUNT stage.
      a. startup nomount
      b. startup stage;
      c. alter database mount;
      d. startup open;
      Your answer is incorrect.
      Question 24
      Correct
      Mark 1.00 out of 1.00
      Question 25
      Correct
      Mark 1.00 out of 1.00
      A recovery that involves using redo data or incremental backups combined with a backup of a database, tablespace, or datafile to update it
      to the most current point in time.
      a. complete recovery
      b. incomplete recovery
      c. datafile media recovery
      d. block media recovery
      Your answer is correct.
      A recovery that uses a backup to produce a noncurrent version of the database. In other words, you do not apply all of the redo records
      generated after the most recent backup?
      a. complete recovery
      b. block media recovery
      c. datafile media recovery
      d. incomplete recovery
      Your answer is correct.
      Question 26
      Correct
      Mark 1.00 out of 1.00
      Question 27
      Incorrect
      Mark 0.00 out of 1.00
      Recovers until the specified SCN.
      a. log sequence recovery
      b. change-based recovery
      c. time-based recovery
      d. cancel-based recovery
      Your answer is correct.
      Recovers until the specified log sequence number?
      a. time-based recovery
      b. Recovers until the specified log sequence number?
      change-based recovery
      c. log sequence recovery
      d. cancel-based recovery
      Your answer is incorrect.
      Question 28
      Correct
      Mark 1.00 out of 1.00
      Question 29
      Correct
      Mark 1.00 out of 1.00
      Recovers until you issue the CANCEL statement.
      a. change-based recovery
      b. cancel-based recovery
      c. time-based recovery
      d. log sequence recovery
      Your answer is correct.
      Recovers the data up to a specified point in time.
      a. change-based recovery
      b. cancel-based recovery
      c. time-based recovery
      d. log sequence recovery
      Your answer is correct.

      Delete
    2. Question 30
      Correct
      Mark 1.00 out of 1.00
      Question 31
      Correct
      Mark 1.00 out of 1.00
      To restore the SPFILE from the autobackup, first set the DBID if the instance is not running when the SPFILE is lost, by the following command.
      a. rman> set dbid 12232243;
      b. rman> startup id;
      c. It is an Oracle-managed directory, file system, or Automatic Storage Management disk group that provides a centralized disk
      location for backup and recovery files.
      rman> startup nomount;
      d. rman> startup force nomount;
      Your answer is correct.
      It is an Oracle-managed directory, file system, or Automatic Storage Management disk group that provides a centralized disk location for
      backup and recovery files.
      a. backup pieces
      b. current control file
      c. flash recovery area
      d. flashback logs
      Your answer is correct
      Question 32
      Correct
      Mark 1.00 out of 1.00
      Question 33
      Correct
      Mark 1.00 out of 1.00
      Question 34
      Incorrect
      Mark 0.00 out of 1.00
      SPFILE stands for?
      a. set parallelism file
      b. set parameter file
      c. server parameter file
      d. server parameter data file
      Your answer is correct.
      TSPITR stands for?
      a. tablespace point-in-time recovery
      b. tablespace path point-in-time recovery
      c. tablespace point-in-time redo
      d. table point-in-time recovery
      Your answer is correct.
      If the source database is not already open, start it in__________?
      a. unmount
      b. shutdown mode
      c. mount or open mode
      d. close mode
      Question 35
      Correct
      Mark 1.00 out of 1.00
      Question 36
      Correct
      Mark 1.00 out of 1.00
      Question 37
      Correct
      Mark 1.00 out of 1.00
      Exclude read-only tablespaces from the copy operation.
      a. skip tablespace
      b. open restricted
      c. skip readonly
      d. nofilenamecheck
      Your answer is correct.
      Exclude specific tablespaces, except for SYSTEM and UNDO.
      a. skip tablespace
      b. skip readonly
      c. nofilenamecheck
      d. open restricted
      Your answer is correct.
      Don’t check for duplicate filenames between the source and destination databases?
      a. skip readonly
      b. skip tablespace
      c. nofilenamecheck
      d. open restricted
      Your answer is correct
      Question 38
      Correct
      Mark 1.00 out of 1.00
      Question 39
      Correct
      Mark 1.00 out of 1.00
      When the destination database is ready, open it immediately with the RESTRICTED SESSION option.
      a. skip readonly
      b. open restricted
      c. skip tablespace
      d. nofilenamecheck
      Your answer is correct.
      OMF stands for?
      a. oracle mean files
      b. oracle manager files
      c. oracle managed failed
      d. oracle managed files
      Your answer is correct.
      Question 40
      Correct
      Mark 1.00 out of 1.00
      Question 41
      Correct
      Mark 1.00 out of 1.00
      A temporary location to store the auxiliary set of files, including online and archived redo log files, and a copy of the control file created
      during the recovery process?
      a. auxiliary destination
      b. auxiliary set
      c. target time
      d. recovery set
      Your answer is correct.
      The point in time or SCN to which the tablespace will be recovered?
      a. auxiliary set
      b. target time
      c. auxiliary destination
      d. recovery set
      Your answer is correct.
      Question 42
      Correct
      Mark 1.00 out of 1.00
      Question 43
      Correct
      Mark 1.00 out of 1.00
      Question 44
      Correct
      Mark 1.00 out of 1.00
      The group of datafiles containing the tablespace(s) to be recovered.
      a. target time
      b. recovery set
      c. auxiliary destination
      d. auxiliary set
      Your answer is correct.
      Other datafiles required to recover the tablespace(s), such as the datafiles for the SYSTEM, UNDO, and TEMP tablespaces?
      a. auxiliary set
      b. recovery set
      c. target time
      d. auxiliary destination
      Your answer is correct.
      You can use the data dictionary view command to determine which objects you will lose after your target recovery time.
      a. ts_pitr_check
      b. db_block_size
      c. ts_pitr_object_to_be_dropped
      d. ts_pitr_obejects_to_be_delete
      Your answer is correct

      Delete
    3. Question 45
      Correct
      Mark 1.00 out of 1.00
      Question 46
      Incorrect
      Mark 0.00 out of 1.00
      A dynamic performance view to identify and monitor RMAN backup and restore jobs. except?
      a. v$session
      b. v$session_longops
      c. v$session.client
      d. v$process
      Your answer is correct.
      The dynamic performance view ________ contains a row for each operating system process connected to the database instance.
      a. v$session_longops
      b. v$process
      c. v$session
      d. v$session.client
      Your answer is incorrect
      Question 47
      Incorrect
      Mark 0.00 out of 1.00
      Question 48
      Correct
      Mark 1.00 out of 1.00
      A __________ contains additional information about each session connected to the database, such as the current SQL command and the Oracle
      username executing the command.
      a. v$session_longops
      b. v$process
      c. v$session
      d. v$session.client
      Your answer is incorrect.
      The dynamic performance view _____________ isn’t specific to RMAN either.
      a. v$session.client
      b. v$session
      c. v$process
      d. v$session_longops
      Your answer is correct.
      Question 49
      Correct
      Mark 1.00 out of 1.00
      Question 50
      Correct
      Mark 1.00 out of 1.00
      Detailed diagnostic output from Oracle errors generated during RMAN commands, located in DIAGNOSTIC_DEST or USER_DUMP_DEST.
      a. oracle trace file
      b. rman command output
      c. vendor trace files
      d. alert log
      Your answer is correct.
      The standard Oracle alert log location defined by the initialization parameter DIAGNOSTIC_DEST or USER_DUMP_DEST.
      a. vendor trace files
      b. rman command output
      c. oracle trace file
      d. alert log
      Your answer is correct.

      Delete