on 2013 Nov 25 3:32 PM
Is there a way in SA 12.0.1 to see the prepared statements that a connection has created via dbisql or dbconsole? I know Oracle has a table that can be queried to see the prepared statements a connection has and was wondering if SA has something similar.
Thanks
The PrepStmt connection property can be used to determine the number of prepared statements on a specific connection. If you enable the -zl switch, the sa_conn_activity procedure contains information on the last prepared statement for each connection. Beyond the last prepare, I don't believe the SQL statements for previous prepares are retained.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.