eygle.com   eygle.com
eygle.com  
 

« May 13, 2008 | Blog首页 | May 15, 2008 »



May 14, 2008

MGMT_VIEW 用户的功能与作用

作者:eygle

出处:http://blog.eygle.com

今天有朋友问到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-

Posted by eygle at 10:35 PM | Comments (1)



CopyRight © 2004-2008 eygle.com, All rights reserved.