dbca silent install in 18c/19c ignores some parameters
I noticed dbca silent install in 18c/19c ignores certain parameters. This was fine in 12.1:
1. Ignores spfile specified in the template. It always creates the spfile in $ORACLE_HOME/dbs, ignoring what's specified in the template.
2. Ignores local_listener parameter in the template. It also ignores it when specified on the command line using -initParms. In 12.1 also local_listener was ignored in the template, but was picked up correctly from the command line. However, 18c/19c ignores that too.
Does anyone know of a workaround? I can't think of any short of re-creating/moving spfile and specifying local_listener after dbca creates the database.