--数据字典表select * from v$fixed_table;select * from v$fixed_view_definition;select * from dictionary; --基础信息select * from v$version;select * from v$license;select * from v$database;select * from v$instance;select * from v$sga; select * from v$spparamete…
一.视图V$SESSION_WAIT显示了session的当前等待事 Column Datatype Description SID NUMBER Session identifier SEQ# NUMBER Sequence number that uniquely identifies this wait. Incremented for each wait. EVENT VARCHAR2(64) session当前等待的事件,或者最后一次等待事件 P1TEXT VARCHAR2(64) D…