D dm Member Aug 27, 2004 #1 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?
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?
Marco Kalter Administrator Staff member Aug 30, 2004 #1 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 .
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 .