Bug report ORA-06500

msokolov

Member
Developer 7.1.3 1380 caused error ORA-06500 in PL/SQL procedure.
sqlplus and Developer 7.1.1 work without this error. This tested at computers with different amount of memory, 1-4 GB

PL/SQL Developer
Version 7.1.1.1339
02.43485 - Unlimited user license
Windows XP Professional 5.1 Build 2600 (Service Pack 2)

Physical memory : 1
 
To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
debug.txt

PL/SQL Developer
Version 7.1.3.1381
Windows XP Professional 5.1 Build 2600 (Service Pack 2)

Physical memory : 2
 
ORA-04030: out of process memory when trying to allocate 16396 bytes
It seems there is not enough memory on the server. You may want to follow the instructions from Oracle Tech Note 233869.1 (Diagnosing and Resolving ORA-4030 errors).
 
Back
Top