Datafile convert for Standby to Primary
Oracle database 19c RAC One Node with Dataguard.
I currently have a Standby database running as the Primary database.
I had to add a datafile to a tablespace however the database path did not converted on the real Primary that is currently acting as the Standby after adding the datafile.
I had to manually alter the datafile path on the real Primary.
It seems that db_file_name_convert only works when the real Primary is running as the primary and the standby database is the actual standby.
Has anyone one else had this issue?