-------------------------------------------------------------------------------------------- Yes the data is from table. which is retrieved using some queries in to cx_oracel cursor. I am able to read the data row by row. One more information, I am Able to load the data in to dictionary by removing some some data from table.
-Ram -------------------------------------------------------------------------------------------- > Is the data one row from the table, or could you work with it row-by-row? > > ChrisA > -- > http://mail.python.org/mailman/listinfo/python-list -------------------------------------------------------------------------------------------- On 7/6/11, Chris Angelico <ros...@gmail.com> wrote: > On Wed, Jul 6, 2011 at 5:49 PM, Rama Rao Polneni <ram...@gmail.com> wrote: >> Hi All, >> >> I am facing a problem when I am storing cursor fetched(Oracle 10G) >> data in to a dictionary. >> As I don't have option to manipulate data in oracle10G, I had to stick >> to python to parse the data for some metrics. >> >> After storing 1.99 GB data in to the dictionary, python stopped to >> store the remaining data in to dictionary. > > -- http://mail.python.org/mailman/listinfo/python-list