Get information on a specific materialized view log
get
                    /database/objects/materialized_view_logs/{log_owner},{log_table}
Returns the corresponding record 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
Path Parameters
                - 
                    log_owner: string
                    
                    Owner for the materialized view log.
 - 
                    log_table: string
                    
                    Log table for the materialized view log.
 
Response
Supported Media Types
                - application/json
 
200 Response
Information on a specific materialized view log.
                
                
                    Root Schema : DatabaseObjectsMaterializedViewLogsItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis 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).