Oracle
18 probes
Metadata
Probe |
Description |
|---|---|
|
Extract column names, types, nullability, and position from ALL_TAB_COLUMNS |
|
Extract business descriptions from ALL_TAB_COMMENTS and ALL_COL_COMMENTS |
|
Extract primary keys, foreign keys, and unique constraints with column details |
|
Extract database link definitions from ALL_DB_LINKS |
|
Extract index names, types, and column compositions from ALL_INDEXES |
|
Extract materialized view definitions, refresh type, and query text from ALL_MVIEWS |
|
Extract table/column grants and role privileges from ALL_TAB_PRIVS |
|
Extract sequence names, increments, and ranges from ALL_SEQUENCES |
|
Extract PL/SQL source code (procedures, functions, packages, triggers) from ALL_SOURCE |
|
Extract private and public synonym mappings from ALL_SYNONYMS |
|
Extract table names, row counts, and tablespace from ALL_TABLES |
|
Extract trigger metadata: type, timing, status, and referenced table from ALL_TRIGGERS |
|
Extract view names and SQL text from ALL_VIEWS |
Quality
Probe |
Description |
|---|---|
|
Count distinct values per column using Oracle statistics (NUM_DISTINCT) |
|
Detect data freshness: last analyzed date, days since last stats, row count |
|
Extract MIN/MAX values for numeric and date columns (from Oracle statistics) |
|
Calculate NULL ratio per column using Oracle statistics (zero table scans) |
|
Detect potential PII columns by name pattern matching (no data scan) |