Single record view - timestamp column field sizing

Oracle 19.22 RAC
Toad Beta 24.2.276.4667
Oracle 19.24 Instant Client

Using the single record viewer, the field width for EVENT_TIMESTAMP is not large enough to display the entire value without scrolling inside the field. Datatype is TIMESTAMP(6).

This is the query that was run.

  SELECT event_timestamp,
         userhost,
         os_username,
         dbusername,
         client_program_name,
         action_name,
         return_code,
         CAST (sql_text AS VARCHAR2 (3999)) sql_text
    FROM unified_audit_trail
   WHERE event_timestamp > SYSDATE - 1 AND return_code > 0
ORDER BY 1 DESC;

Regards,
Doug

Hi Doug.

I see what you mean. Ok, I'll widen it for timestamps.

Thanks for reporting it.

-John