ORA-16245: change db_name to string in the server-side parameter file (SPFILE) Cause: An ALTER DATABASERECOVER TO LOGICAL STANDBY new-dbname
command was successfully executed without a modifiable server parameter file
(SPFILE). Action: The server-sideparameter file must be modified so that db_name is set to
the given name before mounting the database again. You must do this by
executing CREATE PFILE FROM SPFILE, editing the resulting text parameter file,
and then executing CREATE SPFILE FROM PFILE.