摘要:
2019-02-14 05:13:09 WARNING OGG-01519 Waiting at EOF on input trail file /home/u01/app/ogg/dirdat/MB000000002, which is not marked as complete; but su 阅读全文
摘要:
alert报错2019-01-12T10:10:11.499130+08:00Errors in file /u01/app/oracle/diag/rdbms/rac1/rac112/trace/rac112_j000_119621.trc:ORA-12012: error on auto exe 阅读全文
摘要:
1.工资排序后取第一行到当前行范围内的最小值select ename, sal, /*因是按工资排序,所以这个语句返回的结果就是所有行的最小值*/ min(sal) over(order by sal) as min_11, /*上述语句默认参数如下,plan中可以看到*/ min(sal) ove 阅读全文