How to see database property values




SELECT property_name,
       property_value
FROM   database_properties
ORDER BY property_name;

Comments