select count(*), object_type
from dba_objects
where STATUS='INVALID'
group by object_type;
helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness
Monday, June 4, 2018
Subscribe to:
Comments (Atom)
Ubuntu - Install trivy image scanner
How to Install Trivy Image Scanner on Ubuntu (Step-by-Step Guide) Trivy is a popular open-source vulnerability scanner used in DevSecOps ...
-
Install htop in Oracle Linux 7 htop is not default install and it's not part of default repo so when we try to install htop it throw...
-
How to Stop Firewall on Oracle Linux 7 [root@ebs121db1 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source ...
-
Oracle DB Connect to Sybase database steps: 1. Install Oracle Gateway software in Oracle database 2. Configure Sybase server details $ORA...