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 _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/