ARC (database backup format)
From Just Solve the File Format Problem
(Difference between revisions)
m |
(added example header, needs to be written out) |
||
| Line 6: | Line 6: | ||
128 | 128 | ||
[[category:File formats with extension .arc]] | [[category:File formats with extension .arc]] | ||
| + | ===Example=== | ||
| + | <pre> | ||
| + | \x01EXPORT:V05.01.17\x0a | ||
| + | UUSERNAME\x0a | ||
| + | RUSERS\x0a | ||
| + | 512\x0a | ||
| + | \x00 Wed Oct 14 22:46:01 1987 | ||
| + | </pre> | ||
Revision as of 14:31, 22 November 2012
Contents |
Introduction
Oracle database backup format / replay log
Structure
Header
Byte-length
128
Example
\x01EXPORT:V05.01.17\x0a UUSERNAME\x0a RUSERS\x0a 512\x0a \x00 Wed Oct 14 22:46:01 1987