Jun 10, 2004 #1 oracle8 MIS Sep 30, 2000 69 PH hi, Can anybody tell me the command in editing the initialization parameter dynamically. I'm using oracle 8.05 in win2k. thanks, rommel
hi, Can anybody tell me the command in editing the initialization parameter dynamically. I'm using oracle 8.05 in win2k. thanks, rommel
Jun 10, 2004 #2 SantaMufasa Technical User Jul 17, 2003 12,588 US Rommel, If an initialization parameter is dynamically modifiable, you typically say: Code: ALTER SYSTEM SET <parameter> = <value>; Mufasa (aka Dave of Sandy, Utah, USA @ 05:27 (11Jun04) UTC (aka "GMT" and "Zulu"), 22:27 (10Jun04) Mountain Time) Upvote 0 Downvote
Rommel, If an initialization parameter is dynamically modifiable, you typically say: Code: ALTER SYSTEM SET <parameter> = <value>; Mufasa (aka Dave of Sandy, Utah, USA @ 05:27 (11Jun04) UTC (aka "GMT" and "Zulu"), 22:27 (10Jun04) Mountain Time)
Jun 10, 2004 #3 sem Programmer Jun 3, 2000 4,709 UA Rommel, don't forget that these changes will be discarded after restarting, thus to make persistent changes you still need to edit init.ora. Regards, Dima http://seminihin.narod.ru Upvote 0 Downvote
Rommel, don't forget that these changes will be discarded after restarting, thus to make persistent changes you still need to edit init.ora. Regards, Dima http://seminihin.narod.ru
Jun 11, 2004 Thread starter #4 oracle8 MIS Sep 30, 2000 69 PH thanks guys, you're all excellent always, rommel Upvote 0 Downvote