How to migrate from ASM Filter driver (ASMFD) to ASMLIB v3 on 19c

Since Oracle 26ai does not support Oracle Filter Drive, this is the process of migrating from ASMFD to ASMLIB v3. This is the high level plan we are going to follow: 1. Verify AFD disks 2.Verify compatible parameter (Oracle recommends compatible.rdbms >= 12.2.0.1.0) 3. crsctl stop has 4. acfsload stop 5. asmcmd afd_deconfigure 6. Install... » read more

Why $ORACLE_HOME/bin/dbstart or dbshut does nothing?

On a Single Instance Standalone Database, If you want to stop/start everything that runs on a ORACLE_HOME, you can run this: But why sometimes it does nothing? Well.. .this is where the magic of N or Y at the end of the line in /etc/oratab. Just change to Y and process will stop/start DB and... » read more

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