How to know database initialization parameter in oracle How to know database initialization parameter in oracle 1)SHOW PARAMETER option: If you
use SQL*Plus then you can use SHOW PARAMETER parameter_name to display
the values of parameters currently in u......