set linesize 300 set pagesize 3000 column PLATFORM_NAME format a40 select inst_id,startup_time,version,archiver from gv$instance; select inst_id,dbid,name,created,log_mode,platform_id,platform_name,flashback_on from gv$database;