Get all materialized view logs
get
/database/objects/materialized_view_logs/
Returns all records from DBA_MVIEW_LOGS or ALL_MVIEW_LOGS view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.
Request
Supported Media Types
- application/json
Query Parameters
-
limit(optional): integer(int32)
The maximum number of records to return.
-
q(optional): string
Filtering is the process of limiting a collection resource by using a per-request dynamic filter definition across multiple page resources, where each page contains a subset of items found in the complete collection. Filtering enables efficient traversal of large collections.
Response
Supported Media Types
- application/json
200 Response
All records from DBA_MVIEW_LOGS.
Root Schema : DatabaseObjectsMaterializedViewLogs
Type:
Show Source
object
-
count(optional):
integer
Total number of records in the current response.
-
hasMore(optional):
boolean
Indicates if there are more records to be retrieved.
-
items(optional):
array items
-
limit(optional):
integer
The actual page size limit on number of records applied by the server.
-
links(optional):
array links
-
offset(optional):
integer
The actual index from which the item resources are returned.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object DatabaseObjectsMaterializedViewLogsItem
This object describes a materialized view log in the database.
Nested Schema : DatabaseObjectsMaterializedViewLogsItem
Type:
object
This object describes a materialized view log in the database.
Show Source
-
commit_scn_based(optional):
string
Indicates whether the materialized view log is commit SCN-based (YES) or not (NO).
-
filter_columns(optional):
string
Indicates whether filter column information is recorded (YES) or not (NO).
-
include_new_values(optional):
string
Indicates whether both old and new values are recorded (YES) or old values are recorded but new values are not recorded (NO).
-
last_purge_date(optional):
string
Date of the last purge.
-
last_purge_status(optional):
integer
Status of the last purge (error code or 0 for success).
-
links(optional):
array links
-
log_owner(optional):
string
Owner of the materialized view log.
-
log_table(optional):
string
Name of the table where the changes to the master table or master materialized view are logged.
-
master(optional):
string
Name of the master table or master materialized view whose changes are logged.
-
num_rows_purged(optional):
integer
Number of rows purged in the last purge.
-
object_id(optional):
string
Indicates whether object identifier information in an object table is recorded (YES) or not (NO).
-
primary_key(optional):
string
Indicates whether primary key information is recorded (YES) or not (NO).
-
purge_asynchronous(optional):
string
Indicates whether the materialized view log is purged asynchronously (YES) or not (NO).
-
purge_deferred(optional):
string
Indicates whether the materialized view log is purged in a deferred manner (YES) or not (NO).
-
purge_interval(optional):
string
For deferred purge, the purge interval.
-
purge_start(optional):
string
For deferred purge, the purge start date.
-
rowids(optional):
string
Indicates whether rowid information is recorded (YES) or not (NO).
-
sequence(optional):
string
Indicates whether the sequence value, which provides additional ordering information, is recorded (YES) or not (NO).
-
staging_log(optional):
string
Indicates whether the materialized view log is a staging log for synchronous refresh (YES) or not (NO).