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
Datapatch Fails in Oracle 12c on Windows – Root Cause and Step-by-Step Fix
Recently, while applying a patch on an Oracle 12c (12.2.0.1) database on Windows, I ran into a frustrating issue: datapatch kept failin...
-
Oracle 11.2.0.4 download link for Linux x86_64:- p13390677_112040_Linux-x86-64_1of7.zip- https://mega.nz/file/rB5FCC7A#YfSa5BIC25CgP8A...
-
Error Details: Database was cloned from source to target environment. While running autoconfig in DB tier autoconfig is failing with f...
-
Recently we faced one issue while applying DB PSU Apr 2025 patch on oracle database 19c. The error was like below. $ ./dat...