Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68564

Problem in fetching blob or clob data with python and cx_oracle

Newsgroups comp.lang.python
Date 2014-03-19 16:03 -0700
Message-ID <bf000f0e-a5e6-46e0-8395-fa201d7e375c@googlegroups.com> (permalink)
Subject Problem in fetching blob or clob data with python and cx_oracle
From goswami.anjan@gmail.com

Show all headers | View raw


It seems that when I attempt to download blob or clob data using fetchmany, it can not keep track of the LOB variable in subsequent fetch. The problem is over if I fetch one row at a time but it is not optimal. Can anyone give me an idea how to efficiently fetch columns with clob or blob data from oracle DB using python.

Thank you,
Anjan

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Problem in fetching blob or clob data with python and cx_oracle goswami.anjan@gmail.com - 2014-03-19 16:03 -0700

csiph-web