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