单项选择题
You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason.
Which action would you consider to overcome the performance degradation?()
A.Configure Java Pool to cache the java objects.
B.Configure Streams Pool to enable parallel processing.
C.Increase Shared Pool size to cache more PL/SQL objects.
D.Increase Database Buffer Cache size to increase cache hits.
E.Configure Large Pool to be used by RMAN and shared server.
F.Increase the total System Global Area (SGA) size to increase memory hits.
相关考题
-
多项选择题
WhichthreestatementsaretrueregardingthelogicalstructureoftheOracledatabase?()
A.Each segment contains one or more extents.
B.Multiple tablespaces can share single data file.
C.A data block is the smallest unit of I/O for data files.
D.It is possible to have tablespaces of different block sizes in a database.
E.Each data block in the database always corresponds to one OS block. -
多项选择题
WhichtwostatementsregardingtheLOGGINGclauseoftheCREATETABLESPACE...statementarecorrect?()
A.This clause is not valid for a temporary or undo tablespace.
B.If the tablespace is in the NOLOGGING mode, no operation on the tablespace will generate redo.
C.The tablespace will be in the NOLOGGING mode by default, if not specified while creating a tablespace.
D.The tablespacelevel logging attribute can be overridden by logging specifications at the table, index, materialized view, materialized view log, and partition levels. -
多项选择题
InyourOracle10gdatabase,youhavescheduledajobtoupdatetheoptimizerstatisticsat05:00pmeveryFriday.Thejobhassuccessfullycompleted.Whichthreepiecesofinformationwouldyouchecktoconfirmthatthestatisticshavebeencollected?()
A.average row size
B.last analyzed date
C.size of table in bytes
D.size of table in database blocks
E.number of free blocks in the free list
F.number of extents present in the table
