How does sqlplus in 19c RAC find the spfile?
In 11g RAC, the init.ora file points the spfile in ASM, so sqlplus can find it.
but in 19c, sqlplus can startup even without the spfile nor init.ora,
how does that happen?
(I understand when I startup with svrctl , it will create a init.ora automatically)
Thank you.