Mir Sayeed Hassan – Oracle Blog

Oracle DBA – Tips & Techniques | Learn with real-time examples

Archive for October, 2023

Apply the Latest OPatch (12.2.0.1.40) for Oracle Database 19c

Posted by Mir Sayeed Hassan on 31st October 2023

Apply the Latest OPatch (12.2.0.1.40) for Oracle Database 19C Check the status of Database SQL> select instance_name, version, open_mode from v$database, v$instance; INSTANCE_NAME VERSION OPEN_MODE ———————————————- testdb1 19.0.0.0.0 READ WRITE Check the last updated OPatch [oracle@test19cdb… Read more..

Posted in DB Patch | Comments Off on Apply the Latest OPatch (12.2.0.1.40) for Oracle Database 19c

Installation of Ansible Packages on Oracle Linux 7

Posted by Mir Sayeed Hassan on 29th October 2023

Installation of Ansible Packages in Oracle Linux Download the below require Packages to configure ansible. [root@ansible-test]# cd /u02/SOURCE/RPM_PKG/ansible/ [root@ansible-test]# ll total 17808 -rwxrwxrwx. 1 root root 17832207 Oct 29 15:26 ansible-2.9.27-1.el7.noarch (2).rpm -rwxrwxrwx. 1 root root 42303 Oct 29 15:26 python2-jmespath-0.9.4-2.el7.noarch… Read more..

Posted in DBA Administration | Comments Off on Installation of Ansible Packages on Oracle Linux 7