Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Change parameter without restart db
Also look in the table v$parameter.
There is a collumn called ISSES_MODIFYABLE. The name stands for Is Session Modifiable. i.e. Can you change the parameter on the fly in the session. If this is true, then a bounce is not required.
-----Original Message-----
Sent: Tuesday, August 28, 2001 9:11 AM
To: Multiple recipients of list ORACLE-L
Depends on the parameter. Check out 'alter system' and 'alter database'
also a
look through the reference manual for your version will have a list of
parameters and if their dynamic (you can change them without a restart) or
static (meaning you'll have to bounce the database).
Dick Goulet
____________________Reply Separator____________________ Author: "Sinardy" <sinardyxing_at_bcsis.com> Date: 8/28/2001 4:05 AM
Hi all,
I have a stupid question for all of you.
To change our Oracle parameters can we modify our "parameter table" to avoid downtime (restart DB).
Thank you
Sinardy
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Sinardy
INET: sinardyxing_at_bcsis.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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 Aug 28 2001 - 09:44:25 CDT
![]() |
![]() |