Dive into our comprehensive blog, your go-to resource for all things related to Oracle Database, Middleware, MSSQL, MySQL, and beyond. Whether you're a seasoned database administrator, an IT professional, or a tech enthusiast, you'll find valuable insights, expert tips, and the latest updates to help you master these powerful technologies and elevate your skills.
April 19, 2020
How To Clone A Pluggable Database from a Existing PDB in 19C
April 17, 2020
Rolling Forward Standby Database When Archive log is missing in Primary DB
April 15, 2020
ORA-16698 member has a LOG_ARCHIVE_DEST_n parameter with SERVICE attribute set
April 13, 2020
How to create physical standby database on Oracle 19c
April 3, 2020
Oracle Database 19c Installation On Oracle Linux 7
Oracle Database 19c Installation On Oracle Linux 7
- Download Software
Oracle Database 19c (19.3) Software (64-bit)
Add hosts entry in hosts file
[root@oel7 ~]# cat /etc/hosts
127.0.0.1 localhost
localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost
localhost.localdomain localhost6 localhost6.localdomain6
192.168.118.128 oel7.soumya.com oel7
Install the "oracle-database-preinstall-19c"
package to perform all the prerequisite setup
# yum install -y oracle-database-preinstall-19c
How to Delete Old (Inactive) Patches in Oracle 19c Using OPatch
How I Clean Up Old (Inactive) Patches in Oracle Using OPatch Problem: After multiple Oracle RU patch cycles, old inactive patches acc...