Hi,
Oracle version being used is 12.2.0.1.
I suddenly see cases where the sql_text in dba_hist_sqltext is cut after 4000 bytes, instead of holding the complete text of the statement being executed.
(i.e select dbms_lob.getlength(sql_text) from dba_hist_sqltext return 4000 bytes ).
I saw this happening for SELECT statements.
Any idea what can cause this phenomenon and how to overcome it?
Thanks,
Merav