时间:2021-07-01 10:21:17 帮助过:3人阅读
1 SYS@orcl> col table_name for a30; 2 SYS@orcl> col comments for a30; 3 SYS@orcl> select * from dict; 4 5 TABLE_NAME COMMENTS 6 ------------------------------ ------------------------------ 7 DBA_CONS_COLUMNS Information about accessible c 8 olumns in constraint definitio 9 ns 10 11 DBA_LOG_GROUP_COLUMNS Information about columns in l 12 og group definitions 13 14 DBA_LOBS Description of LOBs contained 15 in all tables 16 17 DBA_CATALOG All database Tables, Views, Sy
1 SYS@orcl> col view_name format a15; 2 SYS@orcl> col view_definition format a30000; 3 SYS@orcl> select * from v$fixed_view_definition where rownum<=10; 4 5 VIEW_NAME VIEW_DEFINITION 6 ---------------------------------------------------------------------------------------------- 7 GV$WAITSTAT select inst_id,decode(indx,1,‘data block‘,2,‘sort block‘,3,‘save undo block‘, 4, 8 ‘segment header‘,5,‘save undo header‘,6,‘free list‘,7,‘extent map‘, 8,‘1st level 9 bmb‘,9,‘2nd level bmb‘,10,‘3rd level bmb‘, 11,‘bitmap block‘,12,‘bitmap index b 10 lock‘,13,‘file header block‘,14,‘unused‘, 15,‘system undo header‘,16,‘system und 11 o block‘, 17,‘undo header‘,18,‘undo block‘), count,time from x$kcbwait where ind 12 x!=0
1 [oracle@localhost ~]$ sqlplus / as sysdba; 2 3 SQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 8 23:27:12 2016 4 5 Copyright (c) 1982, 2011, Oracle. All rights reserved. 6 7 8 Connected to: 9 Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production 10 With the Partitioning, OLAP, Data Mining and Real Application Testing options 11 12 SYS@orcl> col file_name format a50; 13 SYS@orcl> set linesize3000; 14 SYS@orcl> select file_name,tablespace_name from dba_data_files where rownum<=10; 15 16 FILE_NAME TABLESPACE_NAME 17 -------------------------------------------------- ------------------------------ 18 /u01/app/oracle/oradata/orcl/users01.dbf USERS 19 /u01/app/oracle/oradata/orcl/undotbs01.dbf UNDOTBS1 20 /u01/app/oracle/oradata/orcl/sysaux01.dbf SYSAUX 21 /u01/app/oracle/oradata/orcl/system01.dbf SYSTEM 22 /u01/app/oracle/oradata/orcl/example01.dbf EXAMPLE 23 24 SYS@orcl>
-----------------
Oracle DBA 必须掌握的 查询脚本:
标签:evel group span user false 标准 value rac bsp