If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > SPFILE format

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-26-03, 06:31
ajdbn_za ajdbn_za is offline
Registered User
 
Join Date: Mar 2003
Posts: 20
Red face SPFILE format

Hi all,

What is the reason for having a *. in front of spfile parameters? E.g.

*.db_name = 'dba01'
*.db_domain = 'world'

Will it work without the *. ?
Reply With Quote
  #2 (permalink)  
Old 03-26-03, 06:52
jf_dba jf_dba is offline
Registered User
 
Join Date: Jan 2003
Posts: 10
Hi,

the *. infront of the parameter means the this parameter is applied to all instances.

If you have a RAC installation you can have multible instances. The Instances can share the spfile. Then you have one spfile and 2 or more instances. Parameters like db_name have the same value for all instances.

*.db_name = xyz

Parameters like instance_number must have different values for each insance.

inst1.instance_number = 1
inst2.instance_number = 2

In this way you can have one spfile (or pfile) for all instances.

regards jf
Reply With Quote
  #3 (permalink)  
Old 03-26-03, 10:06
ajdbn_za ajdbn_za is offline
Registered User
 
Join Date: Mar 2003
Posts: 20
That explains it. Thank you. :-)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On