Not able to store data to dictionary because of memory limitation

Chris Angelico rosuav at gmail.com
Wed Jul 6 04:33:51 EDT 2011


On Wed, Jul 6, 2011 at 5:49 PM, Rama Rao Polneni <ramp99 at 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.

Is the data one row from the table, or could you work with it row-by-row?

ChrisA



More information about the Python-list mailing list