ARC (database backup format)
From Just Solve the File Format Problem
(Difference between revisions)
m |
Dan Tobias (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{FormatInfo | ||
+ | | subcat = Databases | ||
+ | | extensions = {{ext|arc}} | ||
+ | }} | ||
+ | |||
=Introduction= | =Introduction= | ||
Oracle database backup format / replay log | Oracle database backup format / replay log | ||
Line 6: | Line 11: | ||
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> | ||
+ | |||
+ | [[Category:Backup]] | ||
+ | [[Category:Oracle]] |
Latest revision as of 00:47, 21 August 2019
Contents |
[edit] Introduction
Oracle database backup format / replay log
[edit] Structure
[edit] Header
[edit] Byte-length
128
[edit] Example
\x01EXPORT:V05.01.17\x0a UUSERNAME\x0a RUSERS\x0a 512\x0a \x00 Wed Oct 14 22:46:01 1987