I am executing the following statements for a connection as below:
statement #1
db_session.execute('SHOW WLM_QUERY_SLOT_COUNT).scalar;
statement#2
db_session.execute('SET WLM_QUERY_SLOT_COUNT=10');
statement #3
db_session.execute('SHOW WLM_QUERY_SLOT_COUNT).scalar;
I could get successful result for the above statement #1. Statement#2
execution is not setting to new value. Statement # 3 still shows the
original value.
Any help on this ?
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.