Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

cx_oracle objects in python cgi session

147458Jun 14 2009 — edited Jun 29 2009
Hi,

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
This post has been answered by Christopher Jones-Oracle on Jun 23 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2009
Added on Jun 14 2009
2 comments
6,599 views