Patching Oracle 19c Single Instance Database on Windows 10
Environment
Component
Value
OS
Windows 10
Database Version
19.3.0.0.0
SID
orcl
OPatch Configuration
Extracting OPatch
Unnzip the OPatch utility to the Oracle home directory location.
Verify Version
OPatch version
Patch Preparation
Extract Patch Bundle
unzip p35962832_190000_MSWIN-x86-64.zip
Pre-Installation Conflict Check
cd 359 ...
Posted on Tue, 25 Aug 2026 16:18:18 +0000 by ypirc
Resolving Data Guard Standby Gaps Using RMAN FROM SERVICE in Oracle 19c
Network-Based Restore and Recovery OverviewIn Oracle Data Guard environments, archivelog gaps can occur when primary archives are deleted before the standby database receives them, halting the redo apply process. Traditionally, resolving this required taking an incremental backup on the primary based on the standby's current SCN, transferring i ...
Posted on Sat, 25 Jul 2026 16:44:30 +0000 by cleanice
Understanding Oracle 19c's sec_case_sensitive_logon Parameter and ORA-01017
Introduced in Oracle 11g, the sec_case_sensitive_logon parameter controls password case sensitivity.
sec_case_sensitive_logon=TRUE means passwords are case-sensitive.
sec_case_sensitive_logon=FALSE means passwords are not case-sensitive.
Starting with Oracle 12c, this parameter is deprecated. However, it is retained in Oracle 19c for backward ...
Posted on Sun, 10 May 2026 06:48:05 +0000 by Ell20
Understanding Oracle 19c's sec_case_sensitive_logon Parameter and ORA-01017
Introduced in Oracle 11g, the sec_case_sensitive_logon parameter controls password case sensitivity.
sec_case_sensitive_logon=TRUE means passwords are case-sensitive.
sec_case_sensitive_logon=FALSE means passwords are not case-sensitive.
Starting with Oracle 12c, this parameter is deprecated. However, it is retained in Oracle 19c for backward ...
Posted on Thu, 07 May 2026 05:18:47 +0000 by greensweater