You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/02/11 03:43:25 UTC

[jira] [Created] (DERBY-6477) OutOfMemoryError selecting from SYS.SYSALIASES

Rick Hillegas created DERBY-6477:
------------------------------------

             Summary: OutOfMemoryError selecting from SYS.SYSALIASES
                 Key: DERBY-6477
                 URL: https://issues.apache.org/jira/browse/DERBY-6477
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.11.0.0
            Reporter: Rick Hillegas


The following query raises an OutOfMemoryError:

if> select a.alias, a.aliastype
from sys.sysaliases a
where a.javaclassname like 'org.apache.derby.catalog.SystemProcedures%';
ERROR XJ001: Java exception: 'Requested array size exceeds VM limit: java.lang.OutOfMemoryError'.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)