新装的centos6.3+db29.7,数据库导入完了的之后用Toad连接访问之的时候出错了。DB2 Database Error: ERROR [08001] [IBM] SQL30081N A communication error has been detected. Communicatio...
分类:
数据库 时间:
2014-10-23 12:19:11
阅读次数:
450
Centos6iptables配置Ben2011/12/24[root@localhostben.liu]#serviceiptablesstatusTable:filterChainINPUT(policyACCEPT)numtargetprotoptsourcedestination1ACCEP...
分类:
数据库 时间:
2014-10-23 12:14:00
阅读次数:
153
最近工作中需要跨服务器同步数据,在数据库DB1中的表T1插入数据,同时触发T1的触发器(这里暂不讨论触发器的效率问题),向另一台服务器DB2中的相同的一张表T2插入数据,查看了一些资料说,需要打开DTC(分布式交易协调器)协调跨多个数据库、消息队列、文件系统等资源管理器的事务,于是按照网上说的,将自...
分类:
数据库 时间:
2014-10-23 11:58:11
阅读次数:
264
1.执行db2_install的时候报了错,安装通过了,后来发现解压包下有个预检的脚本,拿来重新执行了下[root@localhost lib64]# /server/db2prereqcheckWARNING: The 32 bit library file libstdc++.so.6 is n...
分类:
数据库 时间:
2014-10-22 18:02:28
阅读次数:
2299
此次安装以设备SHIPSV13(IP地址为:x.x.x.x)为例,详细安装过程如下:一、确认系统版本bash-4.2# uname -aHP-UX SHIPSV13 B.11.23 U ia64 1660023518 unlimited-user license二、下载相应系统版本的jdkhttps...
分类:
其他好文 时间:
2014-10-22 17:47:11
阅读次数:
550
Technote (troubleshooting)Problem(Abstract)Websphere Message Broker message flow fails to connect to a DB2 datasource, failing with error 'SQL30082N'....
分类:
数据库 时间:
2014-10-22 17:24:44
阅读次数:
3475
测试开启前的设备系统准备工作。
接口
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compl...
分类:
其他好文 时间:
2014-10-22 15:59:16
阅读次数:
324
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo...
分类:
移动开发 时间:
2014-10-22 12:57:52
阅读次数:
283
helloworld.c 代码#include #include MODULE_LICENSE("Dual BSD/GPL");static int hello_init(void){ printk(KERN_ALERT "Hello world\n"); return ...
分类:
其他好文 时间:
2014-10-22 12:33:04
阅读次数:
172
如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source ...
分类:
数据库 时间:
2014-10-22 12:22:59
阅读次数:
307