Day: April 21, 2022

Featured
Extracting Data from Oracle Dump Files
Oracle database server uses dump files for backup purposes. It provides special tools EXP and EXPDP to export data from database into dump files. The format of Oracle dump files is not documented and also there is no way to extract data from Oracle dump files besides importing it back into database via the standard […]
Read More