cx_oracle objects in python cgi session
147458Jun 14 2009 — edited Jun 29 2009Hi,
I am trying some web pages using python cgi and using cx_oracle for data retrieval.
The page fetches many records and I wanted to display 10 records only at once.
So I tried to save the cx_oracle connection obj and cursor object in session variable. but session variable is not supporting to save those variables. :(
How do you guys do this? I dont want to connect and disconnect database every time. any method of doing this?
I am new to web programming, but good in pl/sql.
thanks
~Gouri