Problem starting logminer [message #268046] |
Mon, 17 September 2007 05:39 |
Kingfisher
Messages: 40 Registered: August 2007 Location: Oslo, Norway
|
Member |
|
|
I've recently started, stopped and started again logminer without any problems, but today this happens:
SQL> execute dbms_logmnr.START_LOGMNR(dictfilename => dbms_logmnr.dict_from_online_catalog);
BEGIN dbms_logmnr.START_LOGMNR(dictfilename => dbms_logmnr.dict_from_online_catalog); END;
*
ERROR at line 1:
ORA-01284: file 16 cannot be opened
ORA-06512: at "SYS.DBMS_LOGMNR", line 58
ORA-06512: at line 1
I've checked the docs, and it seems the logminer package cannot open the dictionary.
How can I fix this?
Config: Oracle 10g on Windows. Test installation on Windows XP.
[Updated on: Mon, 17 September 2007 05:42] Report message to a moderator
|
|
|
Re: Problem starting logminer [message #268071 is a reply to message #268046] |
Mon, 17 September 2007 07:49 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Any errors in your ALERT.LOG file?
$ oerr ora 1284
01284, 00000, "file %s cannot be opened"
// *Cause: The file or directory may not exist or may be inaccessible.
// Pathname exceeds 256 characters.
// *Action: Ensure that the file and the directory exist and are accessible.
|
|
|
|
|
Re: Problem starting logminer [message #268080 is a reply to message #268046] |
Mon, 17 September 2007 08:25 |
Kingfisher
Messages: 40 Registered: August 2007 Location: Oslo, Norway
|
Member |
|
|
Found it. Thanks.
Here is the only error I found for today that seems relevant:
Ma Sep 17 12:26:17 2007
Logminer Bld: Build started
Ma Sep 17 12:26:17 2007
Logminer Bld: Catalog lockdown FAILED, status -258
|
|
|
|
Re: Problem starting logminer [message #268086 is a reply to message #268082] |
Mon, 17 September 2007 08:48 |
Kingfisher
Messages: 40 Registered: August 2007 Location: Oslo, Norway
|
Member |
|
|
Frank Naude wrote on Mon, 17 September 2007 15:36 | DOn't you see any problems w.r.t. file 16?
|
I can't see anything, but then I am very tired atm. I have attached the logfile contents from today.
|
|
|
|
|
Re: Problem starting logminer [message #268258 is a reply to message #268098] |
Tue, 18 September 2007 01:36 |
Kingfisher
Messages: 40 Registered: August 2007 Location: Oslo, Norway
|
Member |
|
|
Frank Naude wrote on Mon, 17 September 2007 16:06 | Also try to stop and restart the database and/or machine to see if the process holding file 16 will release it.
|
Thanks. I have restarted the processes several times and the server itself, but the error is still there.
|
|
|
Re: Problem starting logminer [message #268350 is a reply to message #268258] |
Tue, 18 September 2007 05:14 |
Kingfisher
Messages: 40 Registered: August 2007 Location: Oslo, Norway
|
Member |
|
|
How can I find out which file the error message refers to?
'Cause now I have uninstalled Oracle, rebootet, and re-installed it, and I still get the error when trying to run logminer!
|
|
|
|
|
|