Top "Dump" questions

Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis.

Dumping CLOB fields into files?

Say you have the table: Column_name | data_type Title | Varchar2 Text | CLOB with some rows: SomeUnkownMovie | A long time …

oracle sqlplus dump clob
Find out what functions a static C library has

I have a static C library (say mylib.a) and I was wondering if it's possible to find out what …

c static-libraries dump disassembly
Dumping whole array: console.log and console.dir output "... NUM more items]"

I am trying to log a long array so I can copy it quickly in my terminal. However, if I …

arrays node.js v8 dump console.log
what is a "dump file" in windows task manager?

I know that with windows you can generate a dump file by going to task manager->processes-> right …

windows dump taskmanager
CouchDB dump to file and load from file

I cannot replicate between two couchdb servers, so I would like to dump to file from one server and load …

load couchdb backup dump database-backups
Svnadmin load from dumpfile causes "file not found error". Help?

Given: Repository_1 - source Repository_2 - destination I created a dump file of Repository_1/Folder1 using combination of svnadmin and …

svn dump svnadmin
minidump vs. fulldump?

I just recently started looking at dump files to help me analyze crashes of the w3wp process on our …

.net dump crash-dumps minidump
PL/SQL developer import dump

I have a dump file which includes two tables. Now I need to import this dump file. I was instructed …

oracle dump plsqldeveloper tablespace
Restore dump on the remote machine

I've got my own machine with postgres dmp file, which I want to restore on the remote virtual machine (e.…

postgresql dump remote-server pg-restore
How to restore MySQL dump from host to Docker container

I'm sure this is a duplicated topic, but I simply cannot get it done: I like to restore my database …

mysql docker containers restore dump