You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HHH-19852 Replace exception-based MAX_STRING_SIZE detection with direct query
Query database_properties view directly instead of attempting a
varchar2(32000) cast to determine if MAX_STRING_SIZE is EXTENDED.
HHH-19852 fix condition
HHH-19852 fix fomatting problem
0 commit comments