Hi,
I user jdev 11.1.1.7.0
I wrote a function in the Application Module and I just run this function.
in this function I have to read all records from a table(containing 797,867 records ) and do some processing.
when I run this function in tester, suddenly after read 125,877 records, the exception below occurs :
Exception in thread "Timer-1" Exception in thread "Timer-0"
also I set AddVMOption -XX:MaxPermSize=1024M in jdev.conf
Habib