DBC:Errors/DBC-E007: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
Created page with "{{error | [DBC-E007] I/O error writing <file>: <message>}} DBCollect could not write a temporary HTML file after running AWR Strip. Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (<code>--tempdir</code> or find out why otherwise the files cannot be written."
 
No edit summary
Line 4: Line 4:


Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (<code>--tempdir</code> or find out why otherwise the files cannot be written.
Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (<code>--tempdir</code> or find out why otherwise the files cannot be written.
Also make sure that the user dbcollect uses has access to the temp directory (this is not the root user!)
See the logfile to see which user was used:
<code>2024-10-10 04:00:26:INFO    : Current user is oracle</code>

Revision as of 14:10, 10 October 2024

[DBC-E007] I/O error writing <file>: <message>

DBCollect could not write a temporary HTML file after running AWR Strip.

Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (--tempdir or find out why otherwise the files cannot be written.

Also make sure that the user dbcollect uses has access to the temp directory (this is not the root user!)

See the logfile to see which user was used:

2024-10-10 04:00:26:INFO  : Current user is oracle