Re: EMR philosopy w/ financials was Re: EMR EBM EBMgmt
Michaeljohn Clement <[email protected]> Wed, 15 Aug 2007 14:27:52 -0600
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
patrick blanchard wrote: > Is it possible to import the .dmp to MySQL? No, it's a proprietary format, close to a raw dump of the internal storage of the tables in Oracle. Your best approach is to install Oracle, import the .dmp, export the tables to a standard SQL text format, and import that into your database of choice. (I would recommend taking a close look at PostgreSQL.) Michaeljohn