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-

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

相关文章 随机文章
  • 如何转义口令中的特殊符号(如@)
  • Global_name从何处来?
  • 如何在数据库失去响应时转储状态信息
  • Oracle HowTo:判断一个死事务的恢复进度
  • 整理数据的小技巧-使用Excel 、SQLPLUS和PL/SQL developer
  • Statspack之十-调整STATSPACK的收集门限
    Expert Oracle-版权,还是版权
    进京两周年记-Eygle在北京的生活
    戴尔(Dell)即将召回我的笔记本电池
    《深入浅出Oracle》技术交流会
    网上相关主题:
    Google

    留言 (0)

    发表留言:



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



    CopyRight © 2004 eygle.com, All rights reserved.