[Zope-DB] DCOracle2 problem: Segmentation Fault (core dumped)

Leukel Rainer R.Leukel at sz-sb.de
Sun Mar 28 14:38:19 EST 2004


 
Dear list,
 
I do have a problem with retrieving lobs from an oracle XMLTYPE column:
 
        strSQL = "select lobfield from table where bla..."
        db = DCOracle2.connect('x/y')
        c = db.cursor()
        c.execute(strSQL)
        r = c.fetchone()
 
*           Segmentation Fault (core dumped)
 
The table has more than one XMLTYPE fields.
Inserted clob values for this lobfield are available in Oracles sqlplus.
 
Upgrading to DCOracle 2.1.3Beta do has a similar behaviour? Or is it reasonable?
What else can I do?
 
 
Used Versions:
Sun Microsystems Inc.   SunOS 5.9
Oracle 9i R2
DCOracle2.version1.2 -- DCOracle2 1.95 (dco2: 1.120 -DORACLE8i -DORACLE9i -DUSEOBJECT -D_REENTRANT )
Python: '2.3.3 (#9, Feb 28 2004, 12:10:26) \n[GCC 3.3]'
 
 
_____________________________________________
Rainer Leukel
Saarbrücker Zeitung Verlag und Druckerei GmbH
Multimedia EU Untertürkheimer Straße 15
D-66103 Saarbrücken
Tel.: +49 (0)681 502 1564
Fax: +49 (0)681 502 79 1564
Mobil: +49 (0)173 3212148
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope-db/attachments/20040328/b3a1537c/attachment.html


More information about the Zope-DB mailing list