Issue
The following error appears:
Unable to validate archive log access
Could not execute DBMS_LOGMNR.START_LOGMNR: ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_LOGMNR", line 82 ORA-06512: at line 1
Environment
Connector: Oracle v19c
Resolution
To resolve this error, please execute the following command:
GRANT LOGMINING TO "<username>";