ChinaUnix.net
相关文章推荐:

certutil function failed security library bad database

A function is essentially a stored procedure that returns a result. This example demonstrates how to call functions with IN, OUT, and IN/OUT parameters. CallableStatement cs; try { // Call a function with no parameters; the function returns a VARCHAR // Prepare the callable statement cs = connection.prepareCall("{? = call myfunc}"); // Register the type o...

by 黑眼豆豆 - Java文档中心 - 2006-04-13 14:11:21 阅读(795) 回复(0)

相关讨论

好象SYBASE默认安装时没有安装security database? 请问安装完服务器后如何配置security database? 好象都没有这类的参考书?

by radmondlrx - Sybase - 2003-03-17 19:18:22 阅读(1348) 回复(2)

freebsd4.7release open mozilla error occured: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i 386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386 /ns600/libjavaplugin_oji.so"] so i wnet to google ,i find it is beacuse i did not install jdk1.3 , can any body sent me a copy of " /usr/local/jdk1.3.1/jre/plugin/i 386/ns600/lib...

by pigjj - BSD - 2003-02-19 11:58:24 阅读(1417) 回复(2)

PHP is a wonderful language for building dynamic web pages. Unfortunately, PHP's database access functions are not standardised. Every database extension uses a different and incompatibile API. This creates a need for a database class library to hide the differences between the different databases (encapsulate the differences) so we can easily switch databases. ADOdb stands for Active Data Objec...

by mhss - PHP - 2003-11-03 08:50:51 阅读(893) 回复(1)

这是个什么东东啊! 哪个大虾解释一下.

by 只爱陌生人 - Solaris - 2004-04-26 18:21:06 阅读(742) 回复(0)

HELP! 之前有个程序在解释文件(7000多个,每个20M),出现过这个错误提示The fork function failed. There is not enough memory available 后来没事了,配置到crontab ,现在整个机器做不了事了,什么命令都是这个错误,只有cd可以用, ping 可以通,telnet 不行 交换空间满了?进程数太多??不会只能重启机器了吧?:em16: 救命

by sthcf - AIX - 2008-12-24 14:00:05 阅读(14138) 回复(34)

机器在一个路由后面。路由上做的NAT,断口已经映射到vsftpd所在服务器 通过路由器的公网IP访问,能登陆,不能列目录、下载 [code] [root@www vsftpd]# ftp 61.52.112.30 2121 Connected to 61.52.112.30. 220 ▒▒ӭ▒▒▒ ▒▒FTP▒▒▒▒▒▒ 530 Please login with USER and PASS. 530 Please login with USER and PASS. KERBEROS_V4 rejected as an au...

by cnhnln - 服务器架设 - 2006-02-10 17:59:49 阅读(1202) 回复(2)

执行存储过程时报错:attempt to begin tranasction in database 'aa' failed because database is in bypass recovery mode 将AA的STATUS改为-32768,然后重起服务,清空日志,但还是不行,哪位有办法啊?急!!! OS:WIN2000 SYBASE:12.5 CPU:2.8 [ 本帖最后由 junqiang0904 于 2006-3-20 19:03 编辑 ]

by junqiang0904 - Sybase - 2006-11-29 09:01:34 阅读(5886) 回复(7)

HP11.0下写了个程序,调用第三方的库, 编译和链接都没有问题,但是运行的时候,报错如下: /usr/lib/dld.sl: bad system id for shared library: /usr/lib/libfoo.sl /usr/lib/dld.sl: Exec format error ABORT instruction (core dumped) 看了一下发现这个库是 PA-RISC2.0 shared library -not stripped 而其他系统自带的库都是PA-Risc1.1 但是相同的程序在11.11上运行正常。 打了一些最新的libc和dld.sl的patch,还是没用...

by gadfly - HP-UX - 2003-01-18 20:20:39 阅读(1971) 回复(0)
by deutsch555 - Web开发 - 2003-11-29 23:59:20 阅读(1683) 回复(0)

早晨发现很多应用变慢,登陆主机后发现很多命令报sh: The fork function failed. Too many processes already exist.错误.请问这是什么错误?

by lsnow8624 - HP-UX - 2008-07-28 14:26:10 阅读(5913) 回复(2)