Archive for the ‘Init Parameters’

Initialization Parameter files: PFILEs vs. SPFILEs

When an Oracle Instance is started, the characteristics of the Instance are established by parameters specified within the initialization parameter file. These initialization parameters are either stored in a PFILE or S[...]


Show latent parameter changes

select name , value from v$parameter where ismodified != 'FALSE' / [...]


Reset/Unset a spfile parameter

Setting a parameter to =’ ‘ often isn’t enough. Do this instead… alter system reset <parameter> scope=spfile sid='*' / The sid='*' bit is always necessary, even in non RAC database. [...]


Show non-default parameters

select name , value from v$parameter where ismodified != 'FALSE' / or for name='parameter' style... set pages 999 lines 100 select name || '=' || decode(type, 2, '''') || value || decode(type, 2, '''') param[...]


You Ads Here!


2 visitors online now
2 guests, 0 members
Max visitors today: 3 at 12:56 am CET
This month: 7 at 03-08-2010 09:18 pm CET
This year: 13 at 02-28-2010 05:55 am CET
All time: 14 at 12-23-2009 11:57 am CET