The init.ora was a typo, now my database is running
to start using logminer from my notes I need to create the dictionay file, adding logs, and last start the logminer.
Now when I : " SQL> EXECUTE dbms_logmnr_d.build( -
> dictionary_filename =>'redwooddict.ora', -
> dictionary_location => 'c:\orant\oradata\redwood\archive');"

I get : " ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_LOGMNR_D.BUILD' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored"

Did the Dictionary File get created?