Database error 18 at COM
> ORA-00018: maximum number of sessions exceeded
Function COMMIT on connection R/3 failed
Process Chain->Activate DSOs
Reason:
怀疑是刚好两个激活DSO的操作撞车了,同时并行处理把Session占满了
Solution:
把业务数据链改成串行,看起来问题解决了…
edit file INIT.ora
use a higher value for SESSIONS and PROCESSES. check SAP note 830576 if using Oracle 10g.
Pasted from <http://forums.sdn.sap.com/thread.jspa?threadID=707843>
Hi,
increase number of processes parameter and restart the oralce
also look at sap Note 398927 - ORA error as the dimensions of the parameters are too small for reference
regards,
kaushal
Pasted from <http://forums.sdn.sap.com/thread.jspa?threadID=707858>