Title: Message
We never have specified sid= option ... because we always use spfile.
 
Raj
--------------------------------------------------------------------------------
Rajendra dot Jamadagni at nospamespn dot com
All Views expressed in this email are strictly personal.
QOTD: Any clod can have facts, having an opinion is an art !
-----Original Message-----
From: Molina, Gerardo [mailto:[EMAIL PROTECTED]
Sent: Friday, July 18, 2003 12:15 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Why are SPFILEs binary anyway? (was RE: How to make SPFILE

one spfile for all instances.
 
you use alter system but there is a sid= parameter that allows for instance granularity.
 
For example,
 
to affect all instances:
 
alter system set db_cache_size = 500m scope=both sid=*;
 
or to affect one:
 
alter system set db_cache_size = 500m scope=both sid=<instance_1>;
 
You can also specify a list of instances.
 
If you don't specify any sid, then I believe it affects instance you're connected to only.
 
Gerardo
 
-----Original Message-----
From: Jamadagni, Rajendra [mailto:[EMAIL PROTECTED]
Sent: Friday, July 18, 2003 8:59 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Why are SPFILEs binary anyway? (was RE: How to make SPFILE

Our spfile is shared by all instances in the RAC ...

Raj
--------------------------------------------------------------------------------
Rajendra dot Jamadagni at nospamespn dot com
All Views expressed in this email are strictly personal.
QOTD: Any clod can have facts, having an opinion is an art !


-----Original Message-----
From: Gogala, Mladen [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 18, 2003 11:49 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Why are SPFILEs binary anyway? (was RE: How to make SPFILE


SPFILE is instance specific, modified by "alter system", not
by "alter database". That means that RAC doesn't affect it.
You can try with raw device for the pfile, if you can do something
like "vi /dev/rdsk/c0d1s2" (I hate [EMAIL PROTECTED] Emacs). If you can,
please let me know which system allows that.

Mladen Gogala
Oracle DBA
Phone:(203) 459-6855
Email:[EMAIL PROTECTED]

*********************************************************************This e-mail 
message is confidential, intended only for the named recipient(s) above and may 
contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank 
you.*********************************************************************1

Reply via email to