学习是一种信仰。
发布时间:2013-12-03 18:04:05
探查 JDBC 故障(一)问题描述 配置 JDBC 连接池或使用不推荐的编程技术可引发许多与 JDBC 池连接、相关数据库或 WebLogic Server 实例有关的各类问题。此外,底层数据库与网络配置和体系结构也可能导致 JDBC 连接问题。 故障排除 本模式提供了针对其中若干主题的故障排除技巧以及如何进一步探查 JDBC.........【阅读全文】
发布时间:2013-12-03 17:52:39
<BEA-000449> <Closing socket as no data read from it on 10.14.38.101:50,465 during the configured idle timeout of 5 secs> 网上解决方法:I had the same problem on my production environment. This message is logged when user does not wait for the whole page to load and clicks on some other link.........【阅读全文】
发布时间:2013-11-30 20:42:12
Oracle10g数据库系统管理滕永昌 著机械工业出版社2006年1月 第一章:Oracle10g数据库新特性1、Oracle Database 10g的产品组成:2、Oracle 10g数据库系统管理:(1)电子邮件自动通知功能;(2)不同平台之间的表空间传输;(3)闪回(Flashback)功能;(4)数据库配置与升级工具的简化;(5)刷新数.........【阅读全文】
发布时间:2013-11-30 20:39:50
第24章 EXP和IMPexp和imp有三种情况:导出导入表、导出导入方案、导出导入数据库。E:\>exp -helpExport: Release 11.2.0.1.0 - Production on 星期五 3月 15 15:31:29 2013Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.通过输入 EXP 命令和您的用户名/口令, 导出操作将.........【阅读全文】