DBA Data[Home] [Help] [Dependency Information]


TABLE: SYS.ACLMVREFSTAT$

Object Details
Object Name: ACLMVREFSTAT$
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
I_ACLMVREFSTAT$_1 NORMAL NONUNIQUE TablespaceSYSTEM ColumnACL_MVIEW_OBJ#
Columns
Name Datatype Length Mandatory Comments
ACL_MVIEW_OBJ# NUMBER

JOB_START_TIME TIMESTAMP(6) WITH TIME ZONE (13)
JOB_END_TIME TIMESTAMP(6) WITH TIME ZONE (13)
TOTAL_INSERTS NUMBER

TOTAL_DELETES NUMBER

TOTAL_UPDATES NUMBER

ROW_UPDATE_COUNT NUMBER

STATUS NUMBER

ERROR_MESSAGE VARCHAR2 (4000)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ACL_MVIEW_OBJ#
,      JOB_START_TIME
,      JOB_END_TIME
,      TOTAL_INSERTS
,      TOTAL_DELETES
,      TOTAL_UPDATES
,      ROW_UPDATE_COUNT
,      STATUS
,      ERROR_MESSAGE
FROM SYS.ACLMVREFSTAT$;

Dependencies

[top of page]

SYS.ACLMVREFSTAT$ does not reference any database object

SYS.ACLMVREFSTAT$ is referenced by following:

SchemaSYS
ViewDBA_XDS_ACL_REFSTAT
ViewDBA_XDS_LATEST_ACL_REFSTAT
Package BodyXS_DATA_SECURITY_UTIL - show dependent code