Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-24323

Status
Not open for further replies.

moin73

Programmer
Jul 15, 2005
14
CA
We have a web application where user connect to the oracle db (10g).

User are getting following error when they execute specific report (ACTUATE).

Note: WEBLOGIC is connect to the oracle through JDBC.

ORA-24323: value not allowed
 
Moin,

This error typically results from an artificial limitation imposed by your operating system (which you can overcome). The scenario happens when your Oracle PROCESSES parameter is within 18 of your operating system SEMMNS parameter.

For example, if your SEMMNS = 650, the largest value you can have for the Oracle PROCESSES parameter is 632.

Please post the respective values for these parameters so that we can rule them out as an issue.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[ Providing low-cost remote Database Admin services]
Click here to join Utah Oracle Users Group on Tek-Tips if you use Oracle in Utah USA.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top