Re: Not able to store data to dictionary because of memory limitation

2011-07-31 Thread Rama Rao Polneni
Eckhardt wrote: > Rama Rao Polneni wrote: >> After storing 1.99 GB data in to the dictionary, python stopped to >> store the remaining data in to dictionary. > > Question here: > - Which Python? > - "stopped to store" (you mean "stopped storing", btw

Re: Not able to store data to dictionary because of memory limitation

2011-07-06 Thread Rama Rao Polneni
nfo/python-list On 7/6/11, Chris Angelico wrote: > On Wed, Jul 6, 2011 at 5:49 PM, Rama Rao Polneni wrote: >> Hi All, >> >> I am facing a problem when I am storing cursor fetched(Oracle 10G) >> data in

Not able to store data to dictionary because of memory limitation

2011-07-06 Thread Rama Rao Polneni
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 rem