Change many oracle database parameters using a temporary pfile/init.ora from spfile
Spfiles are better than pfiles (init.ora’s) for most purposes, since they allow parameters to be changed with “alter system set parameter” SQL commands. However if you want to change a whole load of parameters in one go, it is easier to temporarily switch back to the old pfile/init.ora method to allow you to edit all […]
Read More Change many oracle database parameters using a temporary pfile/init.ora from spfile