Error Description: A select was issued from v$logmnr_contents without first invoking the dbms_logmnr.start_logmnr() procedure.
Fix for this error: Invoke the dbms_logmnr.start_logmnr() procedure before issuing a select from the v$logmnr_contents view.