Home » RDBMS Server » Server Administration » Pfile very small(2 Merged) (Oracle 10G / Windows)
Pfile very small(2 Merged) [message #513306] Sun, 26 June 2011 09:33 Go to next message
Karlia
Messages: 40
Registered: May 2011
Location: Algiers
Member
When creating manually a pfile from an spfile
create pfile ='mypfile.ora' from spfile;

I noticed that many parameters are missing in the generated pfile, there are just some 20 parameters instead of 250 ! where are the others ?

Can some one enlighten me ?

Thanks
Re: pfile very small [message #513308 is a reply to message #513306] Sun, 26 June 2011 09:44 Go to previous messageGo to next message
John Watson
Messages: 8931
Registered: January 2010
Location: Global Village
Senior Member
This may explain:
select name,value,isspecified from v$spparameter order by 3,1;

Re: Pfile very small [message #513310 is a reply to message #513306] Sun, 26 June 2011 09:46 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Can some one enlighten me ?
parameters in pfile are only those parameters with non-default values.

parameters with defaults values do not need to be specified.
Re: Pfile very small [message #513312 is a reply to message #513310] Sun, 26 June 2011 11:11 Go to previous message
Karlia
Messages: 40
Registered: May 2011
Location: Algiers
Member
Great !
Thank you guys
Previous Topic: Version_time in v$database
Next Topic: SPFILE problem
Goto Forum:
  


Current Time: Thu May 02 04:34:22 CDT 2024