Bug 44456

Informational

GemConnect

2.4, 2.3, 2.2.3, 2.2.2, 2.2, 2.1.1, 2.1, 2.0.1, 2.0, 1.1.6, 1.1.5, 1.1.4

All Platforms

Operations on Oracle Objects trigger SIGSEGV

Any attempt to access a field in Oracle that contains an Oracle object or object reference may trigger a SIGSEGV and terminate the session.

Workaround

Avoid operations that reference objects.  For example, if table MYTABLE contains columns C1, C2, and C3, and C2 refers to objects, rather than execute "SELECT * FROM MYTABLE" instead explicitly mention the columns C1 and C3 and skip C2:  "SELECT C1, C3 FROM MYTABLE".


                

Last updated: 10/2/23