The query field it truncated when I try view queries doing full table scans.
I am looking for queries doing full table scans using the sys query below.
I am running the latest version of workbench and have max. field value length to display (in bytes) set to: 2147483647
select *
from sys.`x$statements_with_full_table_scans`
However, some of the more complex queries are truncated with ...
Any suggestions ?
I am looking for queries doing full table scans using the sys query below.
I am running the latest version of workbench and have max. field value length to display (in bytes) set to: 2147483647
select *
from sys.`x$statements_with_full_table_scans`
However, some of the more complex queries are truncated with ...
Any suggestions ?