We have released “OraDB DUMP Viewer,” a Windows desktop application that allows you to analyze and view Oracle database EXPORT files (.dmp) without an Oracle environment.
Have you ever felt like, “I just want to quickly check the contents of a .dmp file, but I have to install Oracle…?” OraDB DUMP Viewer is the tool designed to solve exactly that problem.
- 🌐 Official Site: https://www.odv.dev/
- 💻 GitHub: https://github.com/OraDB-DUMP-Viewer/OraDB-DUMP-Viewer/
What is OraDB DUMP Viewer?
OraDB DUMP Viewer is a tool for viewing Oracle EXP(legacy Export) and EXPDP(DataPump) format .dmp files without requiring an Oracle database or Oracle Client installation. It features a high-speed parsing engine using a C native DLL, instantly retrieving table lists and loading only the necessary tables on demand.
Key Features
🔍 Oracle-Free DMP Parsing
Analyze and view schema, table, and data within .dmp files without installing an Oracle database or Client.
🌳 Schema and Table Tree View
Displays schemas within DMP files as hierarchical trees. Quickly grasp names, owners, and row counts from the table list, and preview data with a double-click.
🔎 Advanced Search Capabilities
Instantly find target data using SSMS-like compound condition searches combining 12 operators (including, prefix/suffix match, null check, etc.) with AND/OR logic.
📊 Large Data Support
Smoothly browse datasets with millions of rows using paging. A progress bar displays real-time analysis status (processing speed, remaining time, estimated completion).
🪟 MDI Multi-Window
Open multiple DMP files or table previews simultaneously. Freely arrange layouts—stacked, side-by-side, or icon-aligned—to work efficiently.
🌐 Multilingual Support (v1.2.0 New!)
The latest version v1.2.0 now supports switching between Japanese and English. Change the language from the Help menu.
Rich Export Capabilities
Not just for viewing—export data to various formats.
| Formats | Description |
|---|---|
| CSV | RFC 4180 compliant CSV output (single table / bulk) |
| SQL Script | Generates INSERT statements compatible with Oracle / PostgreSQL / MySQL / SQL Server |
| Excel | Output in .xlsx format |
| Access | Output in .accdb format |
| SQL Server | Direct export to SQL Server |
| ODBC | Output to any database via ODBC connection |
| LOB file extraction | Save BLOB / CLOB / NCLOB data to separate files |
Supported Data Types
NUMBER / DATE / TIMESTAMP / VARCHAR2 / CHAR / CLOB / BINARY_FLOAT / BINARY_DOUBLE
Operating Environment
| OS | Windows 7 or later (x64 / ARM64) |
| Runtime | Portable version: Not required (included) / MSI version: .NET 10.0 |
| Supported Files | Oracle .dmp (EXP / EXPDP) |
| Oracle Environment | Not required |
Get Started in 3 Steps
- Obtain License — Register on the official website (free for individuals and educational institutions)
- Launch the app and activate license — Import downloaded license file (.lic.json)
- Open and view DMP files — Visualize schemas, tables, and data simply by opening .dmp files
Pricing Plans
| Plans | Price | Target |
|---|---|---|
| Personal Use | Free | Individuals |
| Educational Institutions | Free | Schools & Educational Institutions |
| Corporate Use | ¥9,800 / License / Year (excluding tax) | Corporate/Commercial Use |
All features are available on every plan.
Download
The latest version v1.2.0 (released March 6, 2026) can be downloaded from the following:
- Portable version (recommended): Extract and use immediately. Includes runtime.
- MSI Installer: Lightweight. Automatically creates shortcuts (requires separate .NET 10 installation).
👉 Download from GitHub Releases
Links
- 🌐 Official Site: https://www.odv.dev/
- 💻 GitHub Repository: https://github.com/OraDB-DUMP-Viewer/OraDB-DUMP-Viewer/
- 📋 License Registration: https://www.odv.dev/register
“Want to inspect DMP file contents but don’t have an Oracle environment?” — Try OraDB DUMP Viewer for such situations. Free for individuals and educational institutions. Feel free to submit feedback or requests via GitHub Issues.

