Hello, I need to retrieve some database status information. This is more of a SQL question than a database (Oracle) question. This works returning standard values of an Oracle database: SELECT d.dbid,i.instance_name,i.host_name,d.open_mode,d.database_role,i.status,i.database_status, to_char(i.startup_time...