SQL>
SQL> begin
2 sys.dbms_logmnr_d.build( 'miner_dictionary.dat','c:\temp' );
3 end;
4 /
LogMnr Dictionary Procedure started
ERROR -1308 ORA-01308: initialization parameter utl_file_dir is not set
begin
*
ERROR at line 1:
ORA-01308: initialization parameter utl_file_dir is not set
ORA-06512: at "SYS.DBMS_LOGMNR_INTERNAL", line 3474
ORA-06512: at "SYS.DBMS_LOGMNR_INTERNAL", line 3552
ORA-06512: at "SYS.DBMS_LOGMNR_D", line 12
ORA-06512: at line 2
SQL>