Monitoring & Diagnostic Views

Views for integration process tracking and access control.

VW_INTEGRATION_PROCESS

Integration process tracking and status.

Contents: Integration process date, feature type, integration type, user name, attribute count, file path

Use cases: Integration monitoring, process tracking

VW_ACCESS_CONTROL_USER_PRIVILEGES

User access control and privilege information.

Contents: User privilege information, access control settings, entity names, privilege names, grant status, timestamps

Note: Available to app_admin role only.

Use cases: Access control management, security auditing


Common Query Patterns

Monitoring active scans:

SELECT datasource_name, configuration_name, scan_status, percentage_complete,
       estimated_records_remaining, process_time_remaining_in_minutes
FROM core.vw_datasource_scans_in_process
ORDER BY scan_datetime_begin DESC;

Reviewing scan history:

Monitoring schema drift:

Reviewing security configuration:

Last updated

Was this helpful?