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.
May 11, 2020
How to install Oracle 19.1.0.0.4 GoldenGate on Linux 7
May 9, 2020
How to apply RUR Patch in Dataguard Environment in 19c
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
Oracle Database 26ai Installation Using RPM on Oracle Linux 9 (OEL 9) – Step-by-Step Guide
In this post I will describe the installation of Oracle Database 26ai 64-bit on Oracle Linux 9 (OL8) 64-bit. The installation requires a m...
-
Oracle 11.2.0.4 download link for Linux x86_64:- p13390677_112040_Linux-x86-64_1of7.zip- https://mega.nz/file/rB5FCC7A#YfSa5BIC25CgP8A...
-
In this topic I will show how to create an object storage in OCI In OCI there are two kind of object storage available. Standard Object sto...
-
In this article, I'll walk you through the steps I used to patch an Oracle Database 19c environment from version 19.29 to 19.31 follow...