database init parameters to check whether they are dynamic or static

 MANUALLY GET LIST OF PARAMETERS:


You  can Manually check the parameters in your database by the parameter “v$parameter”.


And the query is


1. Immediate : List of dynamic parameters.


select name from v$parameter where ISSYS_MODIFIABLE=’IMMEDIATE’;


2. DEFERRED : Semi-Dynamic Parameters.


select name from v$parameter where ISSYS_MODIFIABLE=’DEFERRED’;


3. False : Static parameters list.\


select name from v$parameter where ISSYS_MODIFIABLE=’FALSE’;

Comments

Popular posts from this blog

adop UNEXPECTED Unable to find appltop_id for host ebsapp2 in database

adop failing ORA-06512: at line 2 (DBD ERROR: OCIStmtExecute)