摘要:
在Oracle 11g中dbms_resource_manager PL/SQL包提供了calibrate_io过程可以用来对Oracle数据库的IO子系统进行IO能力测试, 在使用前,先要满足以下条件: The user must be granted the SYSDBA privilege t 阅读全文
摘要:
Oracle中,对表上的lob字段是单独存储的,所以使用segment_name = 表名的时候,只能统计非 lob 字段的数据大小,无法统计上lob字段的。 为了方面统计,在MOS上找到一篇参考文章: How to Compute the Size of a Table containing Ou 阅读全文
摘要:
之前都是客户端对服务器的单线程操作。接下来学习 SocketServer 多线程 SockServer class SocketServer.BaseServer SocketServer.BaseRequestHandler The request handler class must defin 阅读全文