ARC (database backup format)
From Just Solve the File Format Problem
(Difference between revisions)
(added initial structure info) |
Dan Tobias (Talk | contribs) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{FormatInfo | ||
| + | | subcat = Databases | ||
| + | | extensions = {{ext|arc}} | ||
| + | }} | ||
| + | |||
=Introduction= | =Introduction= | ||
| − | Oracle database backup format | + | Oracle database backup format / replay log |
=Structure= | =Structure= | ||
==Header== | ==Header== | ||
| − | + | ===Byte-length=== | |
| + | 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