DBA Parameters
Description
Categories: Enginatics
Repository: Github
Repository: Github
To validate recommended settings validate following notes:
Database Initialization Parameters for Oracle E-Business Suite Release 12 (Doc ID 396009.1)
EBS Database Performance and Statistics Analyzer (Doc ID 2126712.1)
Get Proactive with Oracle E-Business Suite - Product Support Analyzer Index (Doc ID 1545562.1)
Database Initialization Parameters for Oracle E-Business Suite Release 12 (Doc ID 396009.1)
EBS Database Performance and Statistics Analyzer (Doc ID 2126712.1)
Get Proactive with Oracle E-Business Suite - Product Support Analyzer Index (Doc ID 1545562.1)
select x.* from ( select gp.*, count(distinct gp.value) over (partition by gp.name) dupl_count from gv$parameter gp union all select to_number(sys_context('userenv','instance')) inst_id, vp.*, 1 dupl_count from v$parameter vp where vp.name not in (select gp.name from gv$parameter gp) ) x where 1=1 order by x.name, x.inst_id |
| Parameter Name | SQL text | Validation | |
|---|---|---|---|
| Parameter Name |
| LOV | |
| Non Default only |
| LOV | |
| Different across Instances only |
| LOV |