Skip to content

Read out files directly from Oracle ASM Disks or Image files.

License

Notifications You must be signed in to change notification settings

onexsoft/asmaul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asmaul

A command line utility to interactive with Oracle ASM storage, code extracted from AUL utility (a utility for Oracle data recovery to read rows from damaged Oracle database files directly, visit https://www.mydul.net for more details).

To do

A full disk scan logic should be added for damaged Oracle ASM group to reconstruct the Oracle data files.

build & compile

Simply run: make

or gcc -O2 -DSIMPLE_FPOS_T -o aulasm.bin aulasm2.c asmkernel.c

If it shows up some errors about like 'incompatible types in assignment', try this: gcc -O2 -o aulasm.bin aulasm2.c asmkernel.c

contact

For any questions, please submit a issue.

About

Read out files directly from Oracle ASM Disks or Image files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published