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)

相关讨论

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)

好象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 阅读(1418) 回复(2)

Redhat Enterprise Linux4+Selinux报了以下错误: ========== Aug 15 13:02:00 cnsh-proxy02 kernel: security Scaffold v1.0.0 initialized Aug 15 13:02:00 cnsh-proxy02 kernel: SELinux: Initializing. Aug 15 13:02:00 cnsh-proxy02 kernel: SELinux: Starting in permissive mode Aug 15 13:02:00 cnsh-proxy02 kernel: There is already a security framework initialized, register_security failed. Aug 15 13:02:00...

by chasfer - Linux文档专区 - 2008-08-18 10:46:28 阅读(1215) 回复(0)

By David Barr. Background This is one system administrator's point of view why LD_library_PATH, as frequently used, is bad. This is written from a SunOS 4.x/5.x (and to some extent Linux) point of view, but this also applies to most other UNIXes. What LD_library_PATH does LD_library_PATH is an environment variable you set to give the run-time shared library loader (ld.so) an extra set of director...

by loughsky - Linux文档专区 - 2008-02-12 16:28:36 阅读(474) 回复(0)

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

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

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

by 只爱陌生人 - Solaris - 2004-04-26 18:21:06 阅读(2459) 回复(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 阅读(14140) 回复(34)

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

by sthcf - AIX - 2008-12-24 13:50:20 阅读(9906) 回复(26)

执行存储过程时报错: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 阅读(5888) 回复(7)