ORA-01306: dbms_logmnr.start_logmnr() must be invoked before
selecting from v$logmnr_contents

Answers were Sorted based on User's Feedback



ORA-01306: dbms_logmnr.start_logmnr() must be invoked before selecting from v$logmnr_contents..

Answer / guest

Cause: A select was issued from v$logmnr_contents without
first invoking the dbms_logmnr.start_logmnr() procedure.

Action: Invoke the dbms_logmnr.start_logmnr() procedure
before issuing a select from the v$logmnr_contents view.

Please add more information about this Error

Is This Answer Correct ?    4 Yes 1 No

ORA-01306: dbms_logmnr.start_logmnr() must be invoked before selecting from v$logmnr_contents..

Answer / ashu

Invoke dbms_logmnr.start_logmnr() procedure

It 'll work

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-25181: missing ON keyword for NESTED INDEX

1 Answers  


PCC-01501: Your Pro*Ada authorization is about to expire

1 Answers  


ORA-01607: cannot add logfile to the specified instance

1 Answers  


NID-00120: Database should be mounted exclusively

1 Answers  


ORA-00276: CHANGE keyword specified but no change number given

1 Answers  






ORA-13145: failed to generate range list

1 Answers  


NNL-00915: Authority required on server queries: string

1 Answers  


ORA-24334: no descriptor for this position

2 Answers  


ORA-12620: TNS:requested characteristic not available

1 Answers  


ORA-09284: sllfop: cannot allocate read buffer

1 Answers  


PLS-00259: rights model (AUTHID) must be specified

1 Answers  


NNL-00225: Currently managing name server "string"

1 Answers  


Categories