-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using appcontext
with SessionPool
#546
Comments
There doesn't seem to be a direct way. Is calling What are you using contexts for? |
We have a
Since I cannot get past the logon trigger, I assumed the What I tried was to create a simple all denying logon trigger like this one and use
EDIT: |
Hello , were you able to resolve the issue? I am facing same case Thanks |
Unfortunately no, not at the time of discussion. We went ahead with an internal workaround that is not relevant to this issue. |
When I want to get a connection using
cx_Oracle.connection(..., appcontext=CTX_ENTRIES)
, I succesfully see that context entries are applied.But when I want to use a connection pool, I was unable to find a way to provide an
appcontext
.So my question is, is there a way to provide
appcontext
when usingSessionPool
, such as:pool = cx_Oracle.SessionPool(..., appcontext=CTX_ENTRIES)
The text was updated successfully, but these errors were encountered: