eygle.com   eygle.com
eygle.com  
 

« 转引来自地震现场的报道 | Blog首页 | 关于 GoogleToolbarNotifier.exe 进程 »

MGMT_VIEW 用户的功能与作用

作者:eygle |【转载时请以超链接形式标明文章和作者信息及本声明
链接:
今天有朋友问到MGMT_VIEW用户是做什么用的,我们来看一下数据库中的这个用户:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
PL/SQL Release 10.2.0.4.0 - Production
CORE    10.2.0.4.0      Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production

SQL> col username for a15
SQL> select username,password,account_status from dba_users where USERNAME='MGMT_VIEW';

USERNAME        PASSWORD                      ACCOUNT_STATUS
--------------- ------------------------------ --------------------------------
MGMT_VIEW      A2C9C472AEB0438C              OPEN

这个用户不拥有对象:
SQL> select object_name,object_type from dba_objects where owner='MGMT_VIEW';

no rows selected

实际上 MGMT_VIEW 用户数DB Control Repository的一部分,和SYSMAN用户一起构成DB Control Repository的组成部分。

MGMT_VIEW 不拥有任何对象,仅用于查询 SYSMAN 用户对象。

-The End-


历史上的今天...
      >> 2009-05-14文章:
             IMP-00009 abnormal end of export file
      >> 2007-05-14文章:
             ChinaCache(北京蓝汛)招聘DBA
      >> 2006-05-14文章:
             Oracle的大表,小表与全表扫描
------
这篇 【MGMT_VIEW 用户的功能与作用】来自 eygle.com | CSDN网摘| del.icio.us|Google订阅 | 鲜果订阅 | 抓虾订阅

By eygle on 2008-05-14 22:35 | Comments (1) | Posted to FAQ | Edit |

相关文章 随机文章
  • 10g Profile FAILED_LOGIN_ATTEMPTS如何计数?
  • 关注一下Oracle的CPU (Critical Patch Updates)
  • 关于Oracle的Dual表
  • cursor_space_for_time参数在11.1.0.7中
  • 使用Profile对用户Session会话进行资源限制
  • 探索数据字典,提高自学习Oracle能力
    在Linux下安装VNC 远程安装Oracle
    首届杰出数据库工程师颁奖典礼上的照片
    Intel的"超线程"( Hyper-Threading,简称“HT”)处理器技术
    一生的忠告
    搜索本站:

    留言 (1)

    这个用户能锁定或删除吗?
    对Oracle有什么影响?

    Posted by: lygwds at December 19, 2008 9:37 AM

    发表留言:



    Remember Me?
    (输入验证码后方可评论,谢谢支持)



    CopyRight © 2004~2010 eygle.com, All rights reserved.