摘要:Oracle11gR2设置连接数process与会话session值
阅读全文
摘要:Oracle 11g用exp无法导出空表的处理方法
阅读全文
摘要:Oracle取查询结果数据的第一条记录SQL: select * from (select * from order by ) where rownum=1; select * from (select * from order by desc) where rownum=1;
阅读全文
摘要:Windows平台下Oracle实例启动过程中日志输出记录。 路径:D:\app\Administrator\diag\rdbms\orcl\orcl\trace\alert_orcl.log 输出内容: Sat Aug 06 20:39:55 2016 Starting ORACLE instance (normal) LICENSE_MAX_SESSION = 0 LICENSE_SES...
阅读全文
摘要:Windows平台下Oracle监听服务启动过程中日志输出记录。 日志目录:D:\app\Administrator\diag\tnslsnr\WIN-RU03CB21QGA\listener\trace\listener.log 日志输出内容: Sat Aug 06 20:38:44 2016 系统参数文件为D:\app\Administrator\product\11.2.0\dbhom...
阅读全文
摘要:近期部署在生产环境的应用突然无法访问,查看应用日志发现无法获取数据库连接。 SystemErr R Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection SystemErr R at oracle.net.nt.ConnStrategy.ex...
阅读全文