2018年1月7日 星期日

Oracle Monitor


ORA TNS


SELECT distinct (message_text) , count(1)
FROM x$dbgalertext
where 1=1
and  originating_timestamp > sysdate - 1/24
and  message_text like 'ORA-%' or message_text like 'TNS-%'
group by message_text

沒有留言:

RHEL install EPEL

  https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...