2012-10-25 11gR2 "ADMINISTRATOR'S GUIDE" page 219 - 251


 

Comparing DRCP to Dedicated Server and Shared Server -- DRCP与专有模式和共享模式的比较

 

Shared Server Data Dictionary Views -- 与共享模式有关的数据字典视图

 

Configuring Database Resident Connection Pooling -- 配置DRCP
Oracle Database includes a default connection pool called SYS_DEFAULT_
CONNECTION_POOL. By default, this pool is created, but not started. To enable
database resident connection pooling, you must explicitly start the connection pool.
Oracle数据库中默认已有了SYS_DEFAULT_CONNECTION_POOL,但是并未使用。
命令如下:
Issue the following command:
SQL> EXECUTE DBMS_CONNECTION_POOL.START_POOL();

关闭的命令如下:
Issue the following command:
SQL> EXECUTE DBMS_CONNECTION_POOL.STOP_POOL();

 

Data Dictionary Views for Database Resident Connection Pooling -- 与DRCP有关的数据字典视图

 

Process and Session Data Dictionary Views -- 与进程和会话有关的数据字典视图

 

Memory Architecture Overview -- 内存结构的一张图,很清晰

 

If your database is running on Solaris or Oracle Linux, you can optionally add another
memory component: Database Smart Flash Cache (the flash cache). The flash cache is
an extension of the SGA-resident buffer cache, providing a level 2 cache for database
blocks. It can improve response time and overall throughput, especially for
read-intensive online transaction processing (OLTP) workloads. The flash cache
resides on one or more flash disk devices, which are solid state storage devices that use
flash memory.
如果你使用的操作系统是SOLARIS或LINUX,你还可以使用FLASH CACHE。

You cannot enable automatic memory management if the
LOCK_SGA initialization parameter is TRUE.
这里要注意,当你LOCK_SGA参数是TRUE,你便无使用自动内存管理。

 

Components and Granules in the SGA -- SGA中的内存分配粒度
If you specify a size for a component that is not a multiple of granule size, Oracle
Database rounds the specified size up to the nearest multiple. For example, if the
granule size is 4 MB and you specify DB_CACHE_SIZE as 10 MB, the database actually
allocates 12 MB.

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值