2013年6月8日

解决XP在网络中最大共享连接数的问题

摘要: 解决XP在网络中最大共享连接数的问题XP默认并发数是10,若考虑用XP做文件服务器,只能修改TCP/IP并发数方案一:解决方案找一个更改连接数量的软件XP_SP2_TCPIP_Patch.exe下载:http://www.stu-shop.com/upload/XP_SP2_TCPIP_Patch.exe该补丁可把最大连接数修改为255,满足一般企业的需求了方案二:对于这种连接限制,首先到http://www.haozs.net/soft/msxpsp2.exe,下载一个EvID4226Patch的补丁。将其解压后,运行其中的EvID4226Patch.exe文件,此时会提示“Doyourea 阅读全文

posted @ 2013-06-08 15:41 newmanzhang 阅读(839) 评论(0) 推荐(0)

oracle索引

摘要: 1.创建索引SQL> create index inx_a on hr.a(employee_id) tablespace data01;Index created.2.查询索引 user_ind_columns 可以查询索引的具体栏位 dba_indexes,user_indexes里面statu栏位的状态为 VALID/UNUSABLESQL> select index_name,status from dba_indexes where index_name='INX_A';INDEX_NAME STATUS-------------------------- 阅读全文

posted @ 2013-06-08 11:41 newmanzhang 阅读(152) 评论(0) 推荐(0)

导航