Required Parameters For Oracle Database

When the database is first created, there are some basic parameters that are most necessary. We can see these parameters with the following query, SQL> select name from v$parameter where isbasic=’TRUE’ order by 1;   There are 342 parameters in the database. But 30 of them are absolutely necessary. Now let’s examine them closely.   cluster_database … Continue reading Required Parameters For Oracle Database