码迷,mamicode.com
首页 > 其他好文 > 详细

权限不足When Creating a Materialized View Log

时间:2018-04-25 15:23:49      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:MLOG

The privileges required to create a materialized view log are directly related
to the privileges necessary to create the underlying objects associated with
a materialized view log.

  • If you own the master table, you can create an associated materialized view log
    if you have the CREATE TABLE privilege (included in the RESOURCE role)

  • If you are creating a materialized view log for a table in another user‘s schema,
    you must have the CREATE ANY TABLE and COMMENT ANY TABLE privileges (not included
    in the RESOURCE role), as well as either the SELECT privilege for the master
    table or SELECT ANY TABLE.

In either case, the owner of the materialized view log must have sufficient quota
in the tablespace intended to hold the materialized view log or must have the
UNLIMITED TABLESPACE system privilege.

物化视图日志一般情况以MLOG$_开头,在dba_objects里查询,可以用
drop materialized view log 删除

权限不足When Creating a Materialized View Log

标签:MLOG

原文地址:http://blog.51cto.com/2012ivan/2107697

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!