SQL Statement

dm

Member
Is there a reason that I can only see the first 80 or so characters in the Sessions window, under the Cursor tab, field SQL Text?

Is there a way to view the entire SQL statement?
 
The v$open_cursor view that is queried only contains a limited amount of the SQL text. You can only see the complete text for the current statement under the SQL Text tab page. See also this topic .
 
Back
Top