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
try (PreparedStatementstmt = conn.prepareStatement("select version from product_component_version where product like 'Oracle Database%'")) {
36
+
try (PreparedStatementstmt = conn.prepareStatement("select version from product_component_version where product like 'Oracle Database%' or product like 'Oracle AI Database%'")) {
0 commit comments