Hmmmmm. Your subject is "XML and perl" but your question is about Oracle and .dmp files. Have you converted the dmp file to an XML document?
You could use a combination of an XML module (I think XML::Simple would work) and the ODBC module to 1.parse the info from the XML doc and 2.insert the info into Oracle.
It all depends on the format of the dmp file, the structure of your table, and what info you WANT to put in the database. I don't think you are going to find a script which will do exactly what you want, but you may find something to customize. Actually, it might just be easier to write the whole thing using the modules.
Maybe if you provide more info, someone here can help you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.