TopLink Exception
371747Sep 5 2003 — edited Sep 14 2003Hi.
I make test program with jDeveloper & TopLink. when I run the program, I get exceptions exception below:
EXCEPTION [TOPLINK-168] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DescriptorException
EXCEPTION DESCRIPTION: Problem in creating new instance using the default constructor. The default constructor triggered an exception.
INTERNAL EXCEPTION: java.lang.reflect.InvocationTargetException
TARGET INVOCATION EXCEPTION: EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00020: maximum number of processes (50) exceeded
INTERNAL EXCEPTION: java.sql.SQLException: ORA-00020: maximum number of processes (50) exceeded
ERROR CODE: 20
DESCRIPTOR: Descriptor(mypackage1.Disc --> [DatabaseTable(ws2_disc)])
RUNTIME EXCEPTIONS:
Please help me to figure out what's wrong
Thanks