Você está na página 1de 17

Quiz Lesson 1: 1

When should this be quizzed? At the end of the chapter


Question. When is a user process started?
Incorrect Every time the user gives a command to be
executed at the server end
Incorrect When an Oracle instance is started
Correct When a database user requests a connection
to the Oracle server
Incorrect When a user starts a session

Quiz Lesson 1: 2
When should this be quizzed? At the end of the chapter
Question. Which of the following contains information
about the physical database structure?
Correct Control files
Incorrect Data files
Incorrect Parameter file
Incorrect Redo log files

Quiz Lesson 2: 1
When should this be quizzed? At the end of the chapter
Question. Identify the option that is not a feature of Oracle
Flexible architecture
Incorrect Facilitates switching between multiple Oracle
databases.
Incorrect Helps eliminate fragmentation of free space in
the data dictionary.
Incorrect Facilitates routine administrative tasks that are
often vulnerable to data corruption.
Correct Enables the high-speed transfer of data from
one database to another.

Quiz Lesson 2: 2
When should this be quizzed? At the end of the chapter
Question. Which of the following options can you use with
the emctl command to administer Enterprise
Manager from the command line? (Choose
Four)
Correct Set
Correct Status
Incorrect Show
Correct Start
Correct Stop

Quiz Lesson 2: 3
When should this be quizzed? At the end of the chapter
Question. Which of the following network components
can you configure using the Oracle Net
Configuration Assistant? (Choose Four)
Correct Directory server usage
Correct Listener names and protocol addresses
Correct Net service names in a tnsnames.ora file
Incorrect Host name and corresponding IP address in
the host file
Correct Naming methods that the client uses to resolve
connect identifiers to connect descriptors

Quiz Lesson 2: 4
When should this be quizzed? At the end of the chapter
Question. Identify the features of database control.
(Choose three)
Incorrect Has a default port number 5000.
Incorrect Requires the SYSDBA role to log on to the
public schema.
Correct Requires the dbconsole process to be running
on the server.
Correct Allows connection to the SYSOPER role that
has restricted SESSION privileges.
Correct Is used to manage a database instance not
connected to a grid.

Quiz Lesson 3: 1
When should this be quizzed? At the end of the chapter
Question. Which of the following tasks can you perform
using the Database Configuration Assistant
(DBCA)? (Choose Four)
Correct Delete a database.
Correct Configure database options.
Incorrect Configure Automatic Workload Repository.
Correct Configure Automatic Storage Management.
Correct Create a new database.

Quiz Lesson 3: 2
When should this be quizzed? At the end of te chapter
Question. Which of the following initialization parameters
cannot be changed after the database is
created? (Choose two)
Correct CHARACTER_SET
Correct DB_BLOCK_SIZE
Incorrect SGA_MAX_SIZE
Incorrect CORE_DUMP_DEST

Quiz Lesson 4: 1
When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
regarding the Server Parameter File? (Choose
two)
Incorrect SPFILE is a binary file that can be edited
manually.
Incorrect If PFILE and SPFILE are both available in the
default location, and no location is specified at
startup, then the database is started with the
PFILE.
Incorrect You can specify the location of SPFILE with the
STARTUP command.
Correct SPFILE is persistent across the startup and
shutdown operations.
Correct The SPFILE location can be specified in PFILE.

Quiz Lesson 4: 2
When should this be quizzed? At the end of the chapter
Question. Identify the tasks that are performed when you
are mounting a database. (Choose three)
Incorrect Locating and opening the online data files
Correct Locating and opening the control files specified
in the parameter file
Correct Reading the control files to obtain the names
and statuses of the data files and online redo
log files
Correct Associating a database with a previously
started instance
Incorrect Locating and opening the online redo log files

Quiz Lesson 4: 3
When should this be quizzed? At the end of the chapter
Question. If any of the data files or online redo log files is
not present when you attempt to start up the
database, the database will throw an error. In
which of the following state will the database
be?
Correct MOUNT
Incorrect OPEN
Incorrect SHUTDOWN
Incorrect NOMOUNT

Quiz Lesson 5: 1
When should this be quizzed? At the end of the chapter
Question. Which statements are true regarding Automatic
Storage Management (ASM)? (Choose two)
Correct ASM distributes input/output (I/O) load across
all available resources to optimize
performance.
Correct ASM provides a vertical integration of the file
system and the volume manager that is
specifically built for Oracle database files.
Incorrect ASM provides mirroring protection by
integrating with third-party Logical Volume
Managers.
Incorrect ASM restripes all the data and moves an
amount of data proportional to the change, to
evenly redistribute the files and maintain a
balanced load across the disks whenever there
is a change in the storage capacity.

Quiz Lesson 5: 2
When should this be quizzed? At the end of the chapter
Question. Which of the following features are true about
tablespaces? (Choose two)
Correct Tablespaces consist of one or more data files.
Incorrect Tablespaces containing active segments can
be dropped.
Correct Tablespaces can belong to only one database.
Incorrect Tablespaces are broken into further units of
storage called extents.

Quiz Lesson 5: 3
When should this be quizzed? At the end of the chapter
Question. You are creating a locally managed tablespace.
Which two features are true about locally
managed tablespace? (Choose two)
Correct Each bit in the bitmap corresponds to a block
or group of blocks. The bit value indicates free
or used extents.
Incorrect You can use the default storage clause while
creating a locally managed tablespace.
Incorrect Appropriate tables in the data dictionary are
updated when extents are allocated or
unallocated.
Correct A bitmap is used to record free extents.

Quiz Lesson 5: 4
When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
about dropping a tablespace? (Choose two)
Incorrect You can drop a tablespace that contains active
segments.
Correct When you drop a tablespace, the file pointers
in the control file of the associated database
are removed.
Incorrect You can drop the current undo tablespace.
Correct You must have the DROP TABLESPACE
system privilege to drop a tablespace.

Quiz Lesson 5: 5
When should this be quizzed? At the end of the chapter
Question. Select features of a tablespace structure in
Oracle database 10g. (Choose three)
Correct Data blocks are mapped to OS blocks.
Incorrect Tablespaces are used to store physical data.
Incorrect The size of an extent is independent of the size
of the OS blocks.
Correct Each tablespace comprises one or more data
files.
Correct Segments are made of a collection of extents.

Quiz Lesson 5: 6
When should this be quizzed? At the end of the chapter
Question. Select the properties of a tablespace that can
be changed using the edit tablespace page of
EM. (Choose three)
Incorrect You can change the type of tablespace.
Correct You can enable or disable logging for the
tablespace.
Correct You can change the thresholds at which
warnings and critical alerts are generated for a
tablespace.
Correct You can add a data file to a tablespace.
Incorrect You can change the type of extent
management for a tablespace.

Quiz Lesson 6: 1
When should this be quizzed? At the end of the chapter
Question. Which statement is true about the sys and
system accounts?
Incorrect The sys and system users can both perform
recovery of the database.
Incorrect The sys and system users can start up and
shutdown the database by default.
Correct The sys and system accounts cannot be
dropped.
Incorrect The sys and system users have all privileges
with ADMIN option.

Quiz Lesson 6: 2
When should this be quizzed? At the end of the chapter
Question. Raghavan has recently joined as a manager.
He has been granted the SYSOPER privilege.
What are the tasks that he can perform using
this privilege? (Choose two.)
Incorrect Delete a database.
Correct Perform complete recovery of the database.
Incorrect Perform incomplete recovery of the database.
Correct Start up and shutdown the database.
Quiz Lesson 6: 3
When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
about Roles? (Choose two.)
Incorrect A role is always owned by the SYS user.
Correct A role can be enabled or disabled for each user
who is granted the role.
Correct A role can require a password to be enabled.
Incorrect A role can consist of either system privileges or
object privileges only and not both.

Quiz Lesson 7: 1
When should this be quizzed? At the end of the chapter
Question. To enforce a UNIQUE constraint on all new
rows inserted into a table and ignore the status
of already existing rows, the UNIQUE
constraint should be in which of the following
states?
Correct ENABLE NOVALIDATE
Incorrect DISABLE NOVALIDATE
Incorrect ENABLE VALIDATE
Incorrect DISABLE VALIDATE

Quiz Lesson 7: 2
When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
about sequences? (Choose two.)
Incorrect A sequence is always associated with a
particular table or column.
Correct The NEXTVAL pseudocolumn increments the
sequence and returns the next value that is
available in the sequence.
Correct The CURRVAL pseudocolumn returns the
current value of a sequence.
Incorrect A sequence cannot cycle when a limit is
reached.

Quiz Lesson 7: 3
When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
about data dictionary? (Choose three.)
Incorrect It should always be modified directly by using
SQL.
Correct It is used by the Oracle database server to find
information about users, objects, constraints,
and storage.
Correct It is owned by the SYS user.
Incorrect It is accessible only to users with SYSDBA
privileges.
Correct It is maintained by the Oracle database server
as object structures or definitions are modified.
Quiz Lesson 8: 1
When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
about a package body? (Choose two.)
Correct A package body contains implementation
details and private declarations.
Incorrect A package body is a collection of procedures
and functions that are not related logically.
Incorrect A package body is a PL/SQL block that is
executed when a DML event occurs in the
database.
Correct A package body fully defines cursors and
subprograms.

Quiz Lesson 8: 2
When should this be quizzed? At the end of the chapter
Question. Which built-in package provides the CPU time
and version information?
Incorrect DBMS_STATS
Incorrect UTL_FILE
Correct DBMS_UTILITY
Incorrect DBMS_RANDOM

Quiz Lesson 8: 3
When should this be quizzed? At the end of the chapter
Question. Which of the following conditions can cause a
deadlock to occur?
Incorrect Dropping a table
Incorrect Logging out of the session
Incorrect Creation of tables.
Correct Uncommitted DML statements

Quiz Lesson 9: 1
When should this be quizzed? At the end of the chapter
Question. Which statements are true about undo
segments? (Choose two.)
Incorrect Undo segments are owned by the system user.
Correct Undo segments can exist only in a specialized
form of tablespace called an undo tablespace.
Incorrect An undo segment can service only one
transaction at a time.
Correct Undo segments automatically grow and shrink.

Quiz Lesson 9: 2
When should this be quizzed? At the end of the chapter
Question. You have created an undo tablespace called
undotbs. Which statements are true about undo
tablespaces? (Choose two.)
Correct Undo tablespaces always have automatic
extent allocation.
Incorrect Undo tablespaces can be recovered only while
the instance is in the OPEN state.
Correct Undo tablespaces are permanent.
Incorrect Undo tablespaces are dictionary-managed
tablespaces.

Quiz Lesson 9: 3
When should this be quizzed? At the end of the chapter
Question. Which statements are true about undo data?
(Choose two.)
Correct Undo data is used for rollback, read-
consistency.
Correct Undo data is stored in undo segments.
Incorrect Undo data is a record of how to reproduce a
change.
Incorrect Undo data protects against data loss in
multiuser systems.

Quiz Lesson 9: 4
When should this be quizzed? At the end of the chapter
Question. Automatic undo management is performed at
which of the following levels?
Incorrect Blocks
Incorrect Extents
Correct Tablespace
Incorrect Segments

Quiz Lesson 10: 1


When should this be quizzed? At the end of the chapter
Question. Which of the following statements is true about
the principle of least privilege? Principle of least
privilege means:
Incorrect The user has the connect privilege to connect
to the database.
Incorrect The user must be given only those privileges
with which he or she can create tables in his or
her schema.
Incorrect The user must be given only those privileges
with which he or she can select data from a
table.
Correct The user must be given only those privileges
that are required to efficiently complete a task.

Quiz Lesson 10: 2


When should this be quizzed? At the end of the chapter
Question. Which statement is always audited regardless
of the policy definition within an FGA?
Correct DELETE
Incorrect MERGE
Incorrect UPDATE
Incorrect INSERT

Quiz Lesson 10: 3


When should this be quizzed? At the end of the chapter
Question. Which statement is true about value-based
auditing?
Incorrect Value-based auditing is set at the system level
by using the AUDIT_TRAIL initialization
parameter.
Incorrect Value-based auditing refers to the monitoring of
the DBA activities in an operating system audit
trail.
Correct Value-based auditing extends standard
database auditing, capturing not only the
audited event that has occurred but also the
actual values that have been inserted, updated,
or deleted.
Incorrect Value-based auditing extends standard
database auditing, capturing the actual SQL
statement that has been issued rather than
providing the information that the event has
occurred.

Quiz Lesson 10: 4


When should this be quizzed? At the end of the chapter
Question. Which statements are true about FGA
guidelines? (Choose three.)
Incorrect If the audited column does not exist in the
table, the full table is audited.
Correct If the event handler does not exist, no error is
returned and the audit record is still created.
Incorrect To audit all statements, use a not null
condition.
Correct The audited table or view must already exist
when you create the policy.
Correct If the audit condition syntax is invalid, an ORA-
28112 error is raised when the audited object is
accessed.

Quiz Lesson 11: 1


When should this be quizzed? At the end of the chapter
Question. Which of the following files is required in the
client side for a local naming method?
Incorrect LISTENER.ORA
Incorrect SQLNET.ORA
Correct TNSNAMES.ORA
Incorrect HOSTS file
Quiz Lesson 11: 2
When should this be quizzed? At the end of the chapter
Question. Which of the following naming method does not
require any configuration?
Correct Easy Connect naming method
Incorrect External naming method
Incorrect Directory naming method
Incorrect Oracle naming method
Incorrect Local naming method

Quiz Lesson 11: 3


When should this be quizzed? At the end of the chapter
Question. Which of the following methods uses a TCP/IP
connect string?
Incorrect External naming
Incorrect Directory naming
Correct Easy connect naming
Incorrect Local naming

Quiz Lesson 11: 4


When should this be quizzed? At the end of the chapter
Question. While configuring service aliases, using the
"Create Net Service Name" page in the EM
console, which of the advanced connection
function is enabled on choosing "Use each
address in order until the destination is
reached" assistant?
Incorrect Load balancing
Correct Source routing
Incorrect Failover

Quiz Lesson 12: 1


When should this be quizzed? At the end of the chapter
Question. Which of the following is true about Optimizer
statistics? (Choose two.)
Correct Optimizer statistics decides on the data access
based on the statistics of data storage and
distribution.
Correct Optimizer statistics are collected automatically
by the preconfigured GATHER_STATS_JOB.
Incorrect Optimizer statistics include tablespace
statistics.
Incorrect Optimizer statistics provide real-time data.

Quiz Lesson 12: 2


When should this be quizzed? At the end of the chapter
Question. Which statements are true regarding Automatic
Workload Repository (AWR)? (Choose two.)
Correct AWR snapshots are accessible through data
dictionary views.
Incorrect All AWR tables belong to the SYS schema.
Correct The Oracle database does not support direct
SQL access to the repository.
Incorrect By default, snapshots are retained for 14 days.

Quiz Lesson 12: 3


When should this be quizzed? At the end of the chapter
Question. Which of the following are the common issues
that can be detected by ADDM? (Choose four.
Correct Lock contention
Incorrect Deadlock information
Correct CPU bottlenecks
Correct Input/output (I/O) capacity
Correct High-load SQL statements

Quiz Lesson 12: 4


When should this be quizzed? At the end of the chapter
Question. Which advisor looks for tables and indexes that
consume more space than they require?
Correct Segment Advisor
Incorrect Undo Management Advisor
Incorrect SQL Access Advisor
Incorrect SQL Tuning Advisor

Quiz Lesson 13: 1


When should this be quizzed? At the end of the chapter
Question. Which statement is true regarding SQL Access
Advisor?
Incorrect You can use the SQL Access Advisor to
analyze SQL statements and obtain
performance recommendations.
Incorrect You can run the SQL Access Advisor when you
want to analyze the top SQL statements
consuming the most CPU time, I/O, and
memory.
Incorrect SQL Access Advisor shows you the statistics
for a cursor that represents a SQL statement.
Correct SQL Access Advisor analyzes all SQL
statements that are issued within a given
period and suggests the creation of additional
indexes or materialized views that improve
performance.

Quiz Lesson 13: 2


When should this be quizzed? At the end of the chapter
Question. Which of the following parameters are
automatically sized when you configure
Automatic Segment Space Management
(ASMM)? (Choose four)
Correct DB_CACHE_SIZE
Correct JAVA_POOL_SIZE
Correct LARGE_POOL_SIZE
Incorrect SGA_MAX_SIZE
Correct STREAMS_POOL_SIZE

Quiz Lesson 13: 3


When should this be quizzed? At the end of the chapter
Question. For which of the following memory structures
do the Memory advisors provide
recommendations? (Choose two)
Correct Shared pool
Correct Buffer cache
Incorrect Java pool
Correct Program Global Area (PGA)
Incorrect Log Buffer

Quiz Lesson 13: 4


When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
regarding SQL Tuning Advisor? (Choose
three.)
Correct You can run the SQL Tuning Advisor when you
want to analyze the top SQL statements
consuming the most CPU time, I/O, and
memory.
Correct You can use the SQL Tuning Advisor to
analyze SQL statements and obtain
performance recommendations.
Incorrect SQL Tuning Advisor analyzes all SQL
statements that are issued within a given
period and suggests the creation of additional
indexes or materialized views that will improve
performance.
Incorrect SQL Tuning Advisor is invoked directly.
Correct SQL Tuning Advisor shows you the statistics
for a cursor that represents a SQL statement.

Quiz Lesson 14: 1


When should this be quizzed? At the end of the chapter
Question. You try to connect to the database and notice
that the connection is not successful because
the listener has failed. Which category does
this type of a failure fall in to?
Incorrect User Process failure
Correct Network failure
Incorrect Instance failure
Incorrect User error

Quiz Lesson 14: 2


When should this be quizzed? At the end of the lesson
Question. Which of the following statements are true
about the checkpoint process CKPT? (Choose
three.)
Correct The checkpoint information written by the
CKPT process includes checkpoint position,
system change number, and location in the
online redo log file to begin recovery.
Correct The CKPT process does not write redo blocks
to the online redo log files.
Incorrect CKPT signals the LGWR process at
checkpoints.
Correct When there is a log switch, the CKPT process
writes this checkpoint information to the
headers of data files.
Incorrect The CKPT process does not help in instance
recovery.

Quiz Lesson 14: 3


When should this be quizzed? At the end of the chapter
Question. When the database is in ARCHIVELOG mode,
you can recover the database till what point?
Incorrect Until the time of the last backup.
Correct Until the time of the last commit.
Incorrect Until the time of last uncommitted DML

Quiz Lesson 15: 1


When should this be quizzed? At the end of the chapter
Question. You decided to backup the control file using the
following command:
SQL> ALTER DATABASE BACKUP
CONTROLFILE TO TRACE;
Which parameter determines the location of the
trace backup?
Incorrect CONTROL_FILES
Correct USER_DUMP_DEST
Incorrect BACKGROUND_DUMP_DEST
Incorrect DB_RECOVERY_FILE_DEST

Quiz Lesson 15: 2


When should this be quizzed? At the end of the chapter
Question. Your database is configured in ARCHIVELOG
mode. You decided to keep the archive log files
in the flash recovery area. Which parameter
helps you to achieve this goal?
Incorrect LOG_ARCHIVE_DEST_n
Incorrect FLASH_RECOVERY_AREA
Incorrect LOG_ARCHIVE_CONFIG
Incorrect DB_RECOVERY_FILE_DEST
Correct USE_DB_RECOVERY_AREA

Quiz Lesson 15: 3


When should this be quizzed? At the end of the chapter
Question. Which three are the characteristics of an image
copy? (Choose three.)
Correct An image copy does not support tape devices.
Incorrect An image copy contains only used blocks.
Correct An image copy can be restored using the
RESTORE command in RMAN.
Correct Information about image copies is available in
the RMAN Repository.
Incorrect An image copy can be created using the
BACKUP command in RMAN.

Quiz Lesson 15: 4


When should this be quizzed? At the end of the chapter
Question. Which of the following are true about a
consistent backup using RMAN? (Choose two.)
Correct At the time of the consistent backup, the
system change number (SCN) in data file
headers matches the SCN in the control files.
Incorrect Consistent backups are taken while the
database is not mounted.
Correct Consistent backup is also known as offline
backup.
Incorrect Consistent backups require recovery in order to
be used.
Incorrect Consistent backups are taken while the
database is open.

Quiz Lesson 16: 1


When should this be quizzed? At the end of the chapter
Question. You have multiplexed the control files. One of
the control files has been deleted by mistake.
You have to recover the control file by copying
one of the multiplexed copies of the control file.
This action can be performed when the
database is in mode.
Correct SHUTDOWN state
Incorrect OPEN state
Incorrect MOUNT state
Incorrect NOMOUNT state

Quiz Lesson 16: 2


When should this be quizzed? At the end of the chapter
Question. With the database in ARCHIVELOG mode, the
data file of the undo tablespace is corrupt.
Which of the following is true in this scenario?
Incorrect The database will perform recovery of the data
file automatically.
Incorrect You will be able to access the database
normally.
Correct The database will be shutdown and you need
to perform the recovery operation to restore the
data file.
Incorrect You will be able to access the other parts of the
database.

Quiz Lesson 16: 3


When should this be quizzed? At the end of the chapter
Question. You have lost a member of a redo log file
group. However the group consists one more
member. You want to recover the lost member.
Which of the following statement is true in this
scenario.
Correct You receive a message in the alert log notifying
you that a member cannot be found.
Incorrect You cannot restore the missing log file by
copying the remaining member's file from the
same group.
Incorrect Normal operation of the instance is affected

Quiz Lesson 16: 4


When should this be quizzed? At the end of the chapter
Question. The database is in ARCHIVELOG mode. An
noncritical data file is deleted by mistake. To
recover the noncritical data file, the database
cannot be in:
Incorrect OPEN state
Correct SHUTDOWN state
Incorrect MOUNT state

Quiz Lesson 17: 1


When should this be quizzed? At the end of the chapter
Question. Which statements are true about the flashback
technology? (Choose four.)
Correct Flashback Table recovers a table to a point in
time in the past without having to restore from a
backup.
Correct Flashback Drop restores accidentally dropped
tables.
Incorrect Flashback technology cannot be used when a
logical corruption occurs in the Oracle
database.
Correct Flashback technology is very fast because
changes are indexed by row and by
transaction.
Correct Flashback Database brings the database to an
earlier point in time by undoing all changes
made since that time.
Quiz Lesson 17: 2
When should this be quizzed? At the end of the chapter
Question. In which of the following situations you cannot
use flashback Database? (Choose three.)
Incorrect When the database is in ARCHIVELOG mode.
Incorrect Once a log group has been dropped.
Correct A tablespace has been dropped.
Correct A data file has been shrunk.
Correct After the control file has been restored or re-
created.

Quiz Lesson 17: 3


When should this be quizzed? At the end of the chapter
Question. For objects residing in which of the following
tablespaces does FLASHBACK DROP not
work?
Incorrect EXAMPLE
Incorrect TEMP
Incorrect UNDO
Correct SYSTEM

Quiz Lesson 17: 4


When should this be quizzed? At the end of the chapter
Question. Which objects are not supported by the
flashback VERSION clause? (Choose four.)
Correct Fixed tables
Correct Temporary tables
Correct Views
Correct External tables
Incorrect Tables

Quiz Lesson 18: 1


When should this be quizzed? At the end of the chapter
Question. Which of the following functional components
of Data Pump helps to minimize data
conversion and parsing at both unload and load
time?
Correct Direct Path API
Incorrect External Table API
Incorrect SQL*Loader
Incorrect expdp and impdp

Quiz Lesson 18: 2


When should this be quizzed? At the end of the chapter
Question. What type of information does the SQL*Loader
control file contain?
Correct Where SQL*Loader finds the data to load.
Correct How SQL*Loader is being configured as it
loads the data.
Correct How SQL*Loader manipulates the data being
loaded.
Incorrect How SQL*Loader parses the statement into
SGA.
Correct How SQL*Loader expects that data to be
formatted.

Quiz Lesson 18: 3


When should this be quizzed? At the end of the chapter
Question. Which of the following statements are true
regarding the Conventional Loading method of
SQL*Loader?
Correct It enforces all integrity constraints.
Incorrect It does not load data into clusters.
Incorrect It prevents other users to modify tables during
load operation.
Correct It always generates redo entries.
Correct It fires INSERT triggers.

Quiz Lesson 18: 4


When should this be quizzed? At the end of the chapter
Question. Which of the following parameters can
influence the performance of Data Pump?
Incorrect SGA_MAX_SIZE
Correct DB_BLOCK_CHECKING
Incorrect DB_BLOCK_SIZE
Correct SHARED_POOL_SIZE
Correct DB_BLOCK_CHECKSUM

Você também pode gostar