Anonymous | Login | Signup for a new account | 12-17-2024 08:55 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001472 | [Quercus] | major | always | 11-24-06 08:52 | 05-30-08 16:39 | ||||
Reporter | foxtango | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.0 | ||||||
Summary | 0001472: OutOfMemoryError with OCIFetchStatement | ||||||||
Description |
On using OCIFetchStatement in a php page that runs over quercus we receive an OutOfMemoryError exception: "java.lang.OutOfMemoryError: Java heap space" We created a very simple case to reproduce this bug. See in additional info please. |
||||||||
Additional Information |
<? function getConnection() { $db = OCILogon('user', 'pass', '//server:1521/ORCL'); return $db; } $db = getConnection(); $curs = OCINewCursor($db); $sql = OCIParse($db, 'BEGIN user.package.sp_xxxx(:return_cursor); END;'); OCIBindByName($sql, ':return_cursor', &$curs, -1, OCI_B_CURSOR); OCIExecute($sql); OCIExecute($curs); $pes = array(); // !!! HERE THE PROBLEM OCCOURS !!! OCIFetchStatement($curs, $pes); ?> |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 28 unique queries executed. |