Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Modify init.ora
In 9i, a new parameter file called SPFILE is introduced.
A SPFILE enable you to self-tune the parameter values that are
recorded in the file. You can use
ALTER SYSTEM parameter = value [ SCOPE=MEMORY|SPFILE|BOTH] command
to change the values of the dynamic instance parameters.
Thanks.
Anthony
-----Original Message-----
Sent: Tuesday, October 08, 2002 10:18 AM
To: Multiple recipients of list ORACLE-L
INIT.ORA is looked up at the time of STARTUP only.
PROCESSES cannot be changed until the DB is bounced. To see whether a particular parameter can be modified without bouncing the DB query the V$PARAMETER view
Regards
Naveen
-----Original Message-----
Sent: Tuesday, October 08, 2002 6:54 PM
To: Multiple recipients of list ORACLE-L
Hi! DBAs,
If I modify the "Process" in init.ora after database was created and running
for quite a long while,
is it true that the maximum of the process will increase as what i changed?
do i need to change anything?
init.ora will be used everytime the database start, right? or just for the initialization for db creation?
thanks in advance.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hsu, Anthony C., ,CPMS
INET: anthony.hsu_at_cpms.osd.mil
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Oct 08 2002 - 10:04:01 CDT
![]() |
![]() |