Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01374: log_parallelism greater than 1 not supported in this release

506576Jun 12 2009 — edited Jun 12 2009
Hi colleagues, we are trying to log miner some archive log files from our data base, these archive logs have been generates tree months (27/03/09) ago and we can see then in this view:
v$archived_log

These archive redo logs have been restored from our backup. To mining these files we used toad ver. 9.7.2.5 and the follows command line:
EXECUTE DBMS_LOGMNR_D.BUILD('DictionaryOra.ora', '/tmp', DBMS_LOGMNR_D.STORE_IN_FLAT_FILE);
execute DBMS_LOGMNR.ADD_LOGFILE (LOGFILENAME => '/u06/app/oracle/admin/sin/ARCO01.LOG', OPTIONS => DBMS_LOGMNR.NEW);
EXECUTE DBMS_LOGMNR.START_LOGMNR (DICTFILENAME => '/tmp/DictionaryOra.ora');

In both cases we got these error ORA-01374: log_parallelism greater than 1 not supported in this release
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2009
Added on Jun 12 2009
2 comments
286 views