Opened 17 years ago

Closed 17 years ago

#4830 closed (worksforme)

session.set_test_cookie() and oracle backend returns "Unable to acquire Oracle environment handle"

Reported by: stefan@… Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: oracle
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Using the oracle backend, I have found that using session.set_test_cookie() gives me the error
"Unable to acquire Oracle environment handle". I'm using rev 5643.
Please ask for further details if necessary.

Change History (4)

comment:1 by Simon G. <dev@…>, 17 years ago

Summary: (svn) problems with session.set_test_cookie() and oracle backendproblems with session.set_test_cookie() and oracle backend
Triage Stage: UnreviewedAccepted

Some more info would be good, including, if possible a simple test case to help the oracle guys sort this out

comment:2 by Simon G. <dev@…>, 17 years ago

Summary: problems with session.set_test_cookie() and oracle backendsession.set_test_cookie() and oracle backend returns "Unable to acquire Oracle environment handle"

comment:3 by Simon G. <dev@…>, 17 years ago

Keywords: oracle added

comment:4 by anonymous, 17 years ago

Resolution: worksforme
Status: newclosed

I'm not sure if everything is fine now, but currently everything works.
A simple test case as I'm using it is in http://www.djangobook.com/en/beta/chapter12/ under Test Cookies.
I'll reopen the bug if there are problems again.

Note: See TracTickets for help on using tickets.
Back to Top