Change sessions, transaction and processes parameters in Oracle 10g
来自: http://snippets.dzone.com/posts/show/3266
转载请注明出处,尊重版权从我做起
alter system set PROCESSES=100 scope=SPFILE;
alter system set TRANSACTIONS=126 scope=SPFILE;
alter system set SESSIONS=115 scope=SPFILE;
10月 25th, 2008 at 11:33 pm
恩 好东西 学习