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.

dump conf from running nginx process

Is it possible to get which conf the nginx is using only from a running nginx process? To get the …

linux configuration process nginx dump
PostgreSQL: database restore from dump - syntax error

I'm trying to restore a PostgreSQL database by executing the SQL that pg_dump created, on an empty database. I'm …

postgresql import restore dump
Migrate from Oracle to MySQL

We ran into serious performance problems with our Oracle database and we would like to try to migrate it to …

mysql oracle import migration dump
What is sql-dump for?

I know that a SQL dump is a series of insert SQL statements which reflect all the records inside the …

sql database mysqldump dump
postgresql- restoring .dump file

I am new for psql. I got from my server data.dump file. I need to restore it in my …

postgresql dump database-restore
Gdb dump memory in specific region, save formatted output into a file

I have a buggy (memory leaked) software. As an evidence, I have 1GB of core.dump file. Heap size is 900…

memory-leaks gdb dump coredump
Determining the NLS_LANG setting for an existing Oracle database dump file

We were handed a dump file by another team who are gone away for the rest of the year. When …

oracle import dump nls-lang
Mysql : dump database along data

I want to dump my database along the table schema and the table data also using the unix command line . …

mysql sql dump
Transfer Mysql database to another computer

I have a mysql database filled up and running on a Windows computer, is there any tool to transfer the …

mysql migration dump transfer
How in H2DB get sql dump like in MySql?

I have some questions about H2DB. I have H2DB database which stores data in files, I have 3 files …

dump h2