转://工作中 Oracle 常用数据字典集锦

DBA工作中数据字典就等同于我们本和笔,时时刻刻也分不开的,不管是看状态,还是监控,都需要数据字典的支持,本文整理出来常用的数据字典系列,帮助大家来记住和汇总以便查询利用

ALL_CATALOG All tables, views, synonyms, sequences accessible to the user  
ALL_COL_COMMENTS Comments on columns of accessible tables and views  
ALL_COL_GRANTS_MADE Grants on columns for which the user is owner or grantor  
ALL_COL_GRANTS_RECD Grants on columns for which the user 
                    or PUBLIC is the grantee  
ALL_COL_PRIVS Grants on columns for which the user is the grantor, grantee,
               owner, or an enabled role or PUBLIC is the grantee  
ALL_COL_PRIVS_MADE Grants on columns for which the user is owner or grantor  
ALL_COL_PRIVS_RECD Grants on columns for which the user, 
                   PUBLIC or enabled role is the grantee  
ALL_CONSTRAINTS Constraint definitions on accessible tables  
ALL_CONS_COLUMNS Information about accessible columns 
                 in constraint definitions  
ALL_DB_LINKS Database links accessible to the user  
ALL_DEF_AUDIT_OPTS Auditing options for newly created objects  
ALL_DEPENDENCIES Dependencies to and from objects accessible to the user  
ALL_ERRORS Current errors on stored objects that user is allowed to create  
ALL_INDEXES Descriptions of indexes on tables accessible to the user  
ALL_IND_COLUMNS COLUMNs comprising INDEXes on accessible TABLES  
ALL_OBJECTS Objects accessible to the user  
ALL_REFRESH All the refresh groups that the user can touch  
ALL_REFRESH_CHILDREN All the objects in refresh groups, 
                     where the user can touch the group  
ALL_SEQUENCES Description of SEQUENCEs accessible to the user  
ALL_SNAPSHOTS Snapshots the user can look at  
ALL_SOURCE Current source on stored objects that user is allowed to create  
ALL_SYNONYMS All synonyms accessible to the user  
ALL_TABLES Description of tables accessible to the user  
ALL_TAB_COLUMNS Columns of all tables, views and clusters  
ALL_TAB_COMMENTS Comments on tables and views accessible to the user  
ALL_TAB_GRANTS_MADE User‘s grants and grants on user‘s objects  
ALL_TAB_GRANTS_RECD Grants on objects for which the user or PUBLIC 
                     is the grantee  
ALL_TAB_PRIVS Grants on objects for which the user is the grantor, 
             grantee, owner, or an enabled role or PUBLIC is the grantee  
ALL_TAB_PRIVS_MADE User‘s grants and grants on user‘s objects  
ALL_TAB_PRIVS_RECD Grants on objects for which the user, 
                    PUBLIC or enabled role is the grantee  
ALL_TRIGGERS Triggers accessible to the current user  
ALL_TRIGGER_COLS Column usage in user‘s triggers or in 
                        triggers on user‘s tables  
ALL_USERS Information about all users of the database  
ALL_VIEWS Text of views accessible to the user  
USER_AUDIT_CONNECT Audit trail entries for user logons/logoffs  
USER_AUDIT_OBJECT Audit trail records for statements concerning objects, 
                  specifically: table, cluster, view, index, sequence, 
                  [public] database link, [public] synonym, procedure, trigger,
                   rollback segment, tablespace, role, user  
USER_AUDIT_SESSION    
USER_AUDIT_STATEMENT Audit trail records concerning grant, 
                     revoke, audit, noaudit and alter system  
USER_AUDIT_TRAIL Audit trail entries relevant to the user  
USER_CATALOG Tables, Views, Synonyms and Sequences owned by the user  
USER_CLUSTERS Descriptions of user‘s own clusters  
USER_CLU_COLUMNS Mapping of table columns to cluster columns  
USER_COL_COMMENTS Comments on columns of user‘s tables and views  
USER_COL_GRANTS Grants on columns for which the user 
                 is the owner, grantor or grantee  
USER_COL_GRANTS_MADE All grants on columns of objects owned by the user  
USER_COL_GRANTS_RECD Grants on columns for which the user is the grantee  
USER_COL_PRIVS Grants on columns for which the user 
                is the owner, grantor or grantee  
USER_COL_PRIVS_MADE All grants on columns of objects owned by the user  
USER_COL_PRIVS_RECD Grants on columns for which the user is the grantee  
USER_CONSTRAINTS Constraint definitions on user‘s own tables  
USER_CONS_COLUMNS Information about accessible columns 
                  in constraint definitions  
USER_CROSS_REFS Cross references for user‘s views and synonyms  
USER_DB_LINKS Database links owned by the user  
USER_DEPENDENCIES Dependencies to and from a users objects  
USER_ERRORS Current errors on stored objects owned by the user  
USER_EXTENTS Extents comprising segments owned by the user  
USER_FREE_SPACE Free extents in tablespaces accessible to the user  
USER_INDEXES Description of the user‘s own indexes  
USER_IND_COLUMNS COLUMNs comprising user‘s 
                        INDEXes or on user‘s TABLES  
USER_JOBS All jobs owned by this user  
USER_OBJECTS Objects owned by the user  
USER_OBJECT_SIZE Sizes, in bytes, of various pl/sql objects  
USER_OBJ_AUDIT_OPTS Auditing options for user‘s own tables and views  
USER_REFRESH All the refresh groups  
USER_REFRESH_CHILDREN All the objects in refresh groups, 
                       where the user owns the refresh group  
USER_RESOURCE_LIMITS Display resource limit of the user  
USER_ROLE_PRIVS Roles granted to current user  
USER_SEGMENTS Storage allocated for all database segments  
USER_SEQUENCES Description of the user‘s own SEQUENCEs  
USER_SNAPSHOTS Snapshots the user can look at  
USER_SNAPSHOT_LOGS All snapshot logs owned by the user  
USER_SOURCE Source of stored objects accessible to the user  
USER_SYNONYMS The user‘s private synonyms  
USER_SYS_PRIVS System privileges granted to current user  
USER_TABLES Description of the user‘s own tables  
USER_TABLESPACES Description of accessible tablespaces  
USER_TAB_AUDIT_OPTS Auditing options for user‘s own tables and views  
USER_TAB_COLUMNS Columns of user‘s tables, views and clusters  
USER_TAB_COMMENTS Comments on the tables and views owned by the user  
USER_TAB_GRANTS Grants on objects for which the user 
                is the owner, grantor or grantee  
USER_TAB_GRANTS_MADE All grants on objects owned by the user  
USER_TAB_GRANTS_RECD Grants on objects for which the user is the grantee  
USER_TAB_PRIVS Grants on objects for which the user is the owner, grantor or grantee  
USER_TAB_PRIVS_MADE All grants on objects owned by the user  
USER_TAB_PRIVS_RECD Grants on objects for which the user is the grantee  
USER_TRIGGERS Triggers owned by the user  
USER_TRIGGER_COLS Column usage in user‘s triggers  
USER_TS_QUOTAS Tablespace quotas for the user  
USER_USERS Information about the current user  
USER_VIEWS Text of views owned by the user  
AUDIT_ACTIONS Description table for audit trail action type codes. 
                 Maps action type numbers to action type names  
COLUMN_PRIVILEGES Grants on columns for which the user is the grantor, 
              grantee, owner, or an enabled role or PUBLIC is the grantee  
DICTIONARY Description of data dictionary tables and views  
DICT_COLUMNS Description of columns in data dictionary tables and views  
DUAL    
GLOBAL_NAME global database name  
INDEX_HISTOGRAM statistics on keys with repeat count  
INDEX_STATS statistics on the b-tree  
RESOURCE_COST Cost for each resource  
ROLE_ROLE_PRIVS Roles which are granted to roles  
ROLE_SYS_PRIVS System privileges granted to roles  
ROLE_TAB_PRIVS Table privileges granted to roles  
SESSION_PRIVS Privileges which the user currently has set  
SESSION_ROLES Roles which the user currently has enabled.  
TABLE_PRIVILEGES Grants on objects for which the user is the grantor, 
                 grantee, owner, or an enabled role or PUBLIC is the grantee  
ACCESSIBLE_COLUMNS Synonym for ALL_TAB_COLUMNS  
ALL_COL_GRANTS Synonym for COLUMN_PRIVILEGES  
ALL_JOBS Synonym for USER_JOBS  
ALL_TAB_GRANTS Synonym for TABLE_PRIVILEGES  
CAT Synonym for USER_CATALOG  
CLU Synonym for USER_CLUSTERS  
COLS Synonym for USER_TAB_COLUMNS  
DBA_AUDIT_CONNECT Synonym for USER_AUDIT_CONNECT  
DBA_AUDIT_RESOURCE Synonym for USER_AUDIT_RESOURCE  
DBA_REFRESH_CHILDREN Synonym for USER_REFRESH_CHILDREN  
DICT Synonym for DICTIONARY  
IND Synonym for USER_INDEXES  
OBJ Synonym for USER_OBJECTS  
SEQ Synonym for USER_SEQUENCES  
SM$VERSION Synonym for SM_$VERSION  
SYN Synonym for USER_SYNONYMS  
TABS Synonym for USER_TABLES  
V$ACCESS Synonym for V_$ACCESS  
V$ARCHIVE Synonym for V_$ARCHIVE  
V$BACKUP Synonym for V_$BACKUP  
V$BGPROCESS Synonym for V_$BGPROCESS  
V$CIRCUIT Synonym for V_$CIRCUIT  
V$COMPATIBILITY Synonym for V_$COMPATIBILITY  
V$COMPATSEG Synonym for V_$COMPATSEG  
V$CONTROLFILE Synonym for V_$CONTROLFILE  
V$DATABASE Synonym for V_$DATABASE  
V$DATAFILE Synonym for V_$DATAFILE  
V$DBFILE Synonym for V_$DBFILE  
V$DBLINK Synonym for V_$DBLINK  
V$DB_OBJECT_CACHE Synonym for V_$DB_OBJECT_CACHE  
V$DISPATCHER Synonym for V_$DISPATCHER  
V$ENABLEDPRIVS Synonym for V_$ENABLEDPRIVS  
V$FILESTAT Synonym for V_$FILESTAT  
V$FIXED_TABLE Synonym for V_$FIXED_TABLE  
V$LATCH Synonym for V_$LATCH  
V$LATCHHOLDER Synonym for V_$LATCHHOLDER  
V$LATCHNAME Synonym for V_$LATCHNAME  
V$LIBRARYCACHE Synonym for V_$LIBRARYCACHE  
V$LICENSE Synonym for V_$LICENSE  
V$LOADCSTAT Synonym for V_$LOADCSTAT  
V$LOADTSTAT Synonym for V_$LOADTSTAT  
V$LOCK Synonym for V_$LOCK  
V$LOG Synonym for V_$LOG  
V$LOGFILE Synonym for V_$LOGFILE  
V$LOGHIST Synonym for V_$LOGHIST  
V$LOG_HISTORY Synonym for V_$LOG_HISTORY  
V$MLS_PARAMETERS Synonym for V_$MLS_PARAMETERS  
V$MTS Synonym for V_$MTS  
V$NLS_PARAMETERS Synonym for V_$NLS_PARAMETERS  
V$NLS_VALID_VALUES Synonym for V_$NLS_VALID_VALUES  
V$OPEN_CURSOR Synonym for V_$OPEN_CURSOR  
V$OPTION Synonym for V_$OPTION  
V$PARAMETER Synonym for V_$PARAMETER  
V$PQ_SESSTAT Synonym for V_$PQ_SESSTAT  
V$PQ_SLAVE Synonym for V_$PQ_SLAVE  
V$PQ_SYSSTAT Synonym for V_$PQ_SYSSTAT  
V$PROCESS Synonym for V_$PROCESS  
V$QUEUE Synonym for V_$QUEUE  
V$RECOVERY_LOG Synonym for V_$RECOVERY_LOG  
V$RECOVER_FILE Synonym for V_$RECOVER_FILE  
V$REQDIST Synonym for V_$REQDIST  
V$RESOURCE Synonym for V_$RESOURCE  
V$ROLLNAME Synonym for V_$ROLLNAME  
V$ROLLSTAT Synonym for V_$ROLLSTAT  
V$ROWCACHE Synonym for V_$ROWCACHE  
V$SESSION Synonym for V_$SESSION  
V$SESSION_CURSOR_CACHE Synonym for V_$SESSION_CURSOR_CACHE  
V$SESSION_EVENT Synonym for V_$SESSION_EVENT  
V$SESSION_WAIT Synonym for V_$SESSION_WAIT  
V$SESSTAT Synonym for V_$SESSTAT  
V$SESS_IO Synonym for V_$SESS_IO  
V$SGA Synonym for V_$SGA  
V$SGASTAT Synonym for V_$SGASTAT  
V$SHARED_SERVER Synonym for V_$SHARED_SERVER  
V$SQLAREA Synonym for V_$SQLAREA  
V$STATNAME Synonym for V_$STATNAME  
V$SYSSTAT Synonym for V_$SYSSTAT  
V$SYSTEM_CURSOR_CACHE Synonym for V_$SYSTEM_CURSOR_CACHE  
V$SYSTEM_EVENT Synonym for V_$SYSTEM_EVENT  
V$THREAD Synonym for V_$THREAD  
V$TIMER Synonym for V_$TIMER  
V$TRANSACTION Synonym for V_$TRANSACTION  
V$TYPE_SIZE Synonym for V_$TYPE_SIZE  
V$VERSION Synonym for V_$VERSION  
V$WAITSTAT Synonym for V_$WAITSTAT  
V$_LOCK Synonym for V_$_LOCK

时间: 2024-11-05 15:50:11

转://工作中 Oracle 常用数据字典集锦的相关文章

oracle常用数据字典

----常用数据字典 USER_ 记录用户对象的信息,如user_tables包含用户创建的所有表:                                 user_views,user_constraints等; ALL_ 记录用户对象的信息及被授权访问的对象信息: DBA_ 记录数据库实例的所有对象的信息,如DBA_USERS包含数据库实例中 所有用户的信息,DBA的信息包含user和all的信息: V$ 当前实例的动态视图,包含系统管理和优化使用的视图: GV_ 分布环境下所有实

PHP中的常用正则表达式集锦

PHP中的常用正则表达式集锦: 匹配中文字符的正则表达式: [\u4e00-\u9fa5] 评注:匹配中文还真是个头疼的事,有了这个表达式就好办了 匹配双字节字符(包括汉字在内):[^\x00-\xff] 评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1) 匹配空白行的正则表达式:\n\s*\r 评注:可以用来删除空白行 匹配HTML标记的正则表达式:<(\S*?)[^>]*>.*?</\1>|<.*? /> 评注:网上流传的版本太糟糕,

工作中一些常用的linux命令

问题一: 绝对路径用什么符号表示?当前目录.上层目录用什么表示?主目录用什么表示? 切换目录用什么命令? 答案:绝对路径:如/etc/init.d当前目录和上层目录:./  ../主目录:~/切换目录:cd 问题二: 怎么查看当前进程?怎么执行退出?怎么查看当前路径?答案:查看当前进程:ps执行退出:exit查看当前路径:pwd 问题三: 怎么清屏?怎么退出当前命令?怎么执行睡眠?怎么查看当前用户 id?查看指定帮助用什么命令?答案:清屏:clear退出当前命令:ctrl+c 彻底退出执行睡眠

工作中最常用的Excel函数公式大全

电脑那些事儿2016-05-18 22:23:02微软 公式 工作阅读(22574)评论(1) 声明:本文由入驻搜狐公众平台的作者撰写,除搜狐官方账号外,观点仅代表作者本人,不代表搜狐立场.举报 Word.Excel.PPT是我们日常生活中,最长用到的三款工具.每一种工具在使用过程中都有一些知识与技巧,今天"电脑那些事儿"小编给大家带来的是Excel中函数公式汇总,尤其是文员或者学习会计的小伙伴赶快收藏,一起来涨知识吧! 一.数字处理 1.取绝对值 =ABS(数字) 2.取整 =INT

git工作中的常用操作

上班开始,打开电脑,git pull:拉取git上最新的代码: 编辑代码,准备提交时,git stash:将自己编辑的代码暂存起来,防止git pull时与库中的代码起冲突,否则自己的代码就白敲了: 然后,git pull:拉取一下代码,与库中代码,做到同步,有冲突则解决冲突,如果省了这一步,别人有提交的代码,没有更新,自己提交就会报错,再走这一步,就会把别人的代码拉取出来,然后一起提交,就相当于你提交了自己的代码,也提交了别人的代码:还有,有时这样会使库中代码乱掉,别人的心血也会丢失,你就是罪

工作中MySql常用操作

登录MySQL,如果连接远程数据库,需要用-h指定hostname. #mysql -h hostname -u root -p #mysql -uroot -p -S /data/3306/mysql.sock  #本地登录 更新数据库的权限/特权. mysql> flush privileges; 查看数据表的字段格式. mysql> desc [table name]; 删除一个数据库. mysql> drop database [database name]; 删除一个数据表.

【查缺补漏】工作中遇到的问题集锦01

目录 一.jquery:jsonp产生随机数 二.检测浏览器类型 三.移除元素 四.移动端禁止复制.选中文本 五.markdown中锚点的使用 一.jsonp产生随机数 使用jquery的ajax方法,发送跨域请求,发现请求的url中会带一串随机数.  代码如下: 1 $.ajax({ 2 type: "GET", 3 url: url, 4 dataType: "jsonp", 5 cache:true, 6 jsonpCallback: 'callback',

工作中mysql常用命令

连接本地mysql mysql -u root -p 连接远程mysql mysql -u root -p -h 192.168.1.2 导出本地数据库某张表(比如导出数据中的USERS表)   回车后要输入数据库密码 mysqldump  databases  -u root -p --tables USERS>/usr/tmp/users.sql 导出远程数据库某张表(USERS表)   回车后要输入数据库密码 mysqldump -h192.168.79.206 -p3306  datab

工作中比较常用的git命令

git config core.filemode false git忽略文件的权限 git - 查看远程仓库信息git remote show origin git拉取远程分支到本地 git checkout origin/remoteName -b localName git查看提交的文件名称记录 git log --name-only git 显示短的校验和,并与提交描述显示在同一行. git log --oneline git log - -author=CnPeng 就会展示出CnPen