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

Your Linux is 64-bit, Java ME VM is 32-bit application, so 32-bit support libraries have to be installed before you can use ME SDK. This is actually described in docs: https://docs.oracle.com/javame/8.2/sdk-dev-guide/install.htm#sthref10

Docs has an example how to do it under Ubuntu, but under CentOS this also should not be a problem.

Please, also, note that CentOS is not officially supported platform.

1 - 1
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,598 views