首页 > Operation System > oracle 10g增加sessions和processes

oracle 10g增加sessions和processes

2008年8月8日 哈哈 发表评论 阅读评论

起因是碰到个12516的错误(ORA-12516)
看起来貌似是sessions和processes满造成的
所以就需要察看并调高sessions和processes
首先sqlplus连上数据库

sqlplus SYS/xxxx as SYSDBA
这里的”xxxx”是用户SYS的密码
SQL> show parameters sessions;
sessions缺省170
SQL> show parameters processes;
processes缺省是150
SQL> alter system set sessions=250 scope=spfile;
SQL> alter system set processes=300 scope=spfile;

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word