摘要:
db2单个数据库重启.--------------------------------------------------------------db2 connect to bpm user db2admin using 12345678db2 quiesce db immediate force connectionsdb2 terminatedb2 deactivate db np55betaSQL1496W 释放数据库成功,但是未激活该数据库。db2 connect to bpm user db2admin using 12345678db2 unquiesce db按照以上的命令逐句 阅读全文
摘要:
1.1 数据库绑定用户授权命令db2 connect to opcadb2 grant dbadm,createtab,bindadd,connect,create_not_fenced_routine,implicit_schema,load,create_external_routine,quiesce_connect on database to user opca 阅读全文
摘要:
最近在做Domino 数据同步的问题,要用JAVA程序实现对Domino LDAP数据库进行添加操作。但是在添加用户的时候一直在提示:Failed, ambiguous DN specified, operation aborted。原来以为是DN的问题,因为是第一次做LDAP的数制同步也不知道具体是什么问题。今天在IBM官网搜索这个问题,看了篇关于这个问题的解决方法:修改LDAP目录的"Rules to follow when this directory is the primary directory, and there are multiple matches on the 阅读全文