database crashed recover with minimal loss
<!--
@page { margin: 0.79in }
P { margin-bottom: 0.08in }
-->
- hi all One of the databases crashed. After some investigation it was found that only data files and initialization file intact. All other files i.e. control files and redo log files were lost. The control files and log files were not multiplexed (First mistake). With only data files, how would you recover a database with minimal loss?
2