[Home] [Help]
[Dependency Information]
| Object Name: | ALL_REGISTERED_MVIEWS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Remote materialized views of local tables that the user can see
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the materialized view |
| NAME | VARCHAR2 | (128) | Yes | The name of the materialized view |
| MVIEW_SITE | VARCHAR2 | (128) | Yes | Global name of the materialized view site |
| CAN_USE_LOG | VARCHAR2 | (3) | If NO, this materialized view is complex and cannot fast refresh | |
| UPDATABLE | VARCHAR2 | (3) | If NO, the materialized view is read only | |
| REFRESH_METHOD | VARCHAR2 | (11) | Whether the materialized view uses rowid or primary key or object id for fast refresh | |
| MVIEW_ID | NUMBER | Identifier for the materialized view used by the master for fast refresh | ||
| VERSION | VARCHAR2 | (26) | Version of materialized view | |
| QUERY_TXT | LONG | (0) | Query defining the materialized view |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, NAME
, MVIEW_SITE
, CAN_USE_LOG
, UPDATABLE
, REFRESH_METHOD
, MVIEW_ID
, VERSION
, QUERY_TXT
FROM SYS.ALL_REGISTERED_MVIEWS;
SYS
ALL_BASE_TABLE_MVIEWS
DBA_REGISTERED_MVIEWS
PUBLIC
ALL_REGISTERED_MVIEWS
|
|
|
|