一个守望数据库的老菜鸟
发布时间:2019-09-03 09:30:54
博客文章除注明转载外,均为原创。转载请注明出处。ogg状态发现延迟:GGSCI (ceshi) 4> info allProgram Status Group Lag at Chkpt Time Since ChkptMANAGER RUNNING .........【阅读全文】
发布时间:2019-07-15 16:37:43
博客文章除注明转载外,均为原创。转载请注明出处。count(*)对行的所有数目进行计算,包含NULL值的行。count(column)对特定的列的值具有的行数进行计算,不包含NULL值的行。count(1)的结果和count(*)的结果是一样的。小例子:sys@orcl-192.168.0.21> select count(*) from v$session; COUNT(*)----------&.........【阅读全文】
发布时间:2019-07-11 14:16:33
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5823132.html开发反馈业务数据有问题,因此登录ogg检查发现ogg的复制进程abended状态。step1、ogg状态检查发现REP_BIG进程状态ABENDEDstep2、检查进程的错误日志view report REP_BIG检查后发现日志中错.........【阅读全文】
发布时间:2019-07-04 13:55:15
博客文章除注明转载外,均为原创。转载请注明出处。如果遇到ORA-02020:too many database links in use,可能是db link相关的问题。[oracle@orcl-db ~]$ oerr ora 2020 02020, 00000, "too many database links in use"// *Cause: The current session has exceeded the INIT.ORA open_links maximum.........【阅读全文】
发布时间:2019-04-10 16:14:09
博客文章除注明转载外,均为原创。转载请注明出处。Oracle sysaux表空间使用过大处理第三篇,前两篇请见Oracle sysaux表空间使用过大处理-1(http://blog.chinaunix.net/uid-31396856-id-5819732.html)和Oracle sysaux表空间使用过大处理-2(http://blog.chinaunix.net/uid-31396856-id-5819835.html)前面2篇都是用了非常.........【阅读全文】