a month ago
Hi All,
In the M_EXPENSIVE_STATEMENTS view , I can see statement_string as below & its occupying more memory.
But, I wanted to know the exact SQL code which is being executed & causing the higher memory consumption.
Could you please confirm if there any way to decode & get the underlying SQL code for it ?
Example : STATEMENT_STRING = CALL SYS.TREXviaDBSL ( ?, ?, ? )
Br
Kiran K
What you see here is the log of the parameterised call to the text search service.
I don't think you will be able to see the parameters as they are usually hidden for security reasons, as they may contain sensitive information.
You might try increasing the log level in the traces to see if you can see some more detail.
Or maybe there is the execution plan in the cache, look in the M_SQL_PLAN_CACHE view for the STATEMENT_STRING field to see if there is something with TREXviaDBSL.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.