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.
Answer: E 大缓冲池用于为大内存操作提供相对独立的内存空间,通过分配大缓冲池可以提高这些大内存操作的性能:1)使用共享服务器2)使用RMAN在磁带设备上执行备份、转储和恢复操作3)执行并行查询4)使用I/O slaves提高I/O新能
|