Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
11k views

Windows MiniDump files — “Symbols can not be loaded” when trying to read with WinDbg

I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this message when in much of ...
2
votes
1answer
58 views

Oracle SQL Dump file extracting parts to sql/another dump file

I have a Oracle DB dump file and now I only need parts of the tables that are included there. Does anyone know how I can extract this parts into a separate dump file (or sql)? I thought about using ...
0
votes
0answers
46 views

What does SYS.DBMS_SNAPSHOT_UTL.SYNC_UP_LOG Do during Import

I received a dump file for an oracle8i from our customer and am trying to import it. I get oracle error 942: SYS.DBMS_SNAPSHOT_UTL.SYNC_UP_LOG I have been searching the internet what does this ...
0
votes
1answer
65 views

cvs2svn crash before end

I run the cvs2svn couple of times successfully. Now I ran it and it crashed just before the end, at pass 16. I'm using dumpfile. I get the following error : what can it be? thanks!
0
votes
3answers
623 views

Is there any way of reducing the dump file size of a Sybase database?

When I dump a Sybase database, it doesn't seem to matter whether there's data in the tables or not, the file size is the same. I've been told that this is down to the fact that my dump file is binary ...
0
votes
2answers
492 views

Identify the host from a Windows user mode dump file

Is the an easy way of finding out the host name of a machine than generated a user mode dump file via WinDbg? Or at least any piece of identifying information to try and confirm that two dump files ...