Database Metrics and Alerts:
Metrics and Statistics
Histograms
Database Alerts - DBA_THRESHOLDS gives you the threshold settings defined for the instance
Programming is like sex: one mistake and you have to support it for the rest of your life. - Michael Sinz
SELECT Property_Name, Property_Value, Description
FROM Database_Properties
SELECT Release_name FROM Fnd_Product_Groups
SELECT Multi_Org_Flag FROM Fnd_Product_Groups
SELECT Multi_Lingual_Flag FROM Fnd_Product_Groups
SELECT Multi_Currency_Flag FROM Fnd_Product_Groups
Get the tablespace name using the below query:
SELECT * FROM dba_users WHERE username = 'xyz'
Tablespace details if required, can be viewed from dba_tablespaces table.