Questions tagged [dump]

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. Also, recording a file or medium as a backup.

1607 questions
0
votes
1 answer

Exported Database Dumpfile Incorrect

I'm trying to create a page with a button when clicked will download the database named sampledb. Here's my backup.php
fonsy
  • 27
  • 9
0
votes
0 answers

How to make Oracle XE dump and roll it with shell script

I have one running instance of Oracle XE. There are some users created and tables. I need a way to export or make a dump of all I have there, and be able to roll it on clean installation of Oracle XE in automatic manner (from unix bash script). Can…
glaz666
  • 8,707
  • 19
  • 56
  • 75
0
votes
2 answers

Take a trac repository dump

I have a trac repository available on a local network and need to take a dump of the trac data to be able to access it out of that network. Can anyone suggest a way to do it ?
Vineet
  • 365
  • 1
  • 6
  • 20
0
votes
1 answer

Dump data from "data" folder mysql

I've saved "data" (/usr/local/mysql/data) folder on my mac after mysql server died. How can i restore all tables? Information stored there is very important for me. I'll give bounty for answers. + i don't have my.cnf file.
Taras Lukavyi
  • 1,339
  • 2
  • 14
  • 29
0
votes
1 answer

PostgreSQL - dump file and database rules

I have problem with dump files generated by pg_dump for PostgresSQL database. I have table with database rules (these rules have references to other tables). When I create dump file using pg_dump, these rules are added to dump file. Is it possible…
John Smith
  • 173
  • 2
  • 10
0
votes
1 answer

Revisions of svn dump

I have a dump file dump.svn This dump file includes the revision 0 to 2879 When i load it svnadmin load /path/to/new/repository < /path/to/dump.svn I have a corrupted revision (1174) , so loading it failed . How to load only the revisions 1175 to…
Nadir SOUALEM
  • 3,451
  • 2
  • 23
  • 30
0
votes
1 answer

powershell IQY dump script fails

I'm currently working on automating a powershell script to make a dump of a small DB. The database is accessible through a company Sharepoint and I am leveraging an IQY file exported from said Sharepoint to read the database contents. When I run the…
Alberto
  • 45
  • 1
  • 1
  • 9
0
votes
2 answers

DNS records list

I am trying to get a list of all machines that have an A record on a certain DNS server (company's internal network DNS). So far I managed to either get all hosts that are online using NMAP and giving it a specific subnet to scan (nmap -sN…
Alberto
  • 45
  • 1
  • 1
  • 9
0
votes
2 answers

Creating a dump file is excruciating slow

Brief Creating a dump file using any of the following methods is way to slow (> 2 minutes) to be usable for our current scenario. procdump -ma notepad procdump notepad Open task-manager, select notepad, create dump file Does anyone have any idea…
Lieven Keersmaekers
  • 57,207
  • 13
  • 112
  • 146
0
votes
3 answers

Opening 32-bit process crash dumps in 64-bit Windows (so Wow process) in Visual Studio 2010

CpupSyscallStub is what I See for all threads, in Windbg I can switch to 32-bit mode and get the real threads. How do I do this in VS2010?
halivingston
  • 3,727
  • 4
  • 29
  • 42
0
votes
2 answers

Python - How to read lines of lists in a text file directly into lists in python

I have received a text file generated by a json dump in python that looks like this: [0.1,0.1,0.2,0.3] [0.1,0.3,0.4,0.3] [0.1,0.1,0.3,0.3] [0.3,0.1,0.5,0.3] . . . [0.1,0.1,0.3,0.3] [0.3,0.4,0.6,0.3] and so on for a considerable amount of lines…
0
votes
1 answer

how do i import postgresql database from a local folder or host directory

I have a .sql file on both my local computer and another one FTP to my host.. There is not tool in phppgdmin to import the file. What is the easiest to import the data? i have dedicated hosting, and puTTy terminal.
0
votes
1 answer

Oracle 11g Script database with data

Is there a way in Oracle 11g to dump database to sql script, that when run will perform database, users, tables and data creation? In Microsoft SQL Server there's SSMS Toolpack that is capable of such thing. (Script all data from SQL Server…
0
votes
1 answer

How to sniff/dump usb transfers for Android?

The device is rooted and supports USB OTG, android version is 4.x. It's my android application and it works in android code, but does not work in native code. I need to get actual usb transfers log or debug output including controls transfers. Any…
4ntoine
  • 19,816
  • 21
  • 96
  • 220
0
votes
1 answer

What to look for in bad pg_dump log

We want to programmatically detect errors in cron scheduled pg_dumps. Apart from checking whether or not the log file ends with pg_dump: saving database definition: What other tell-tale strings are there to grep for in order to programmatically…
Tulains Córdova
  • 2,559
  • 2
  • 20
  • 33