Oracle 26ai: Why nothing under v$flash_recovery_area_usage?

We had someone complaining saying why v$flash_recovery_area_usage is empty when DB is in archive log mode? Should not list everything there? This has been replicated on 26ai, but it is valid on previous releases. Answer is simple, log_archive_dest_1 is not set properly, lets replicate on a test db…. Initially ok, right? well….. Since this is... » read more

Oracle 19c: Steps for modifying SCAN NAME in oracle RAC

On this activity we are going to rename the scan name on a Oracle 19c RAC environment.We don’t want to change the IP’s, just the name. ORIGINAL NAME: CLUSTER-ORA-SCAN2 TARGET NAME: CLUSTER-ORA2-SCAN First, you need to make sure new SCAN NAME is pingable from all RAC servers (to avoid name resolution issues) 1:- Check current... » read more

TLS for Oracle Real Application Cluster (RAC)

Since there is not much out there in terms and easy guide to follow, on this activity we are going to configure an Oracle RAC cluster to allow TLS encrypted connections.Because SCAN listeners redirect you to the local listeners on each server, we also need to setup the local listeners. Here we are going to... » read more

Oracle 19c: Datapatch Fails with ORA-29532 after applying 19.28 RU

This exact scenario is on a Solaris sparc server without GI/HAS where we upgraded from 19.27 to 19.28. and a DB with CDB/PDB’s. Binary patching all went ok as expected: But at the time of running datapatch, it fails with this error: Nothing really clear on PDB_PLUG_IN_VIOLATIONS: Issue looks very similar to “19.28 OJVMRU Datapatch... » read more