You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by gotama <li...@bgb.net> on 2008/03/21 01:07:09 UTC

Importing Oracle DMP File With Maven


What is the best way to import an Oracle dump file my_data.dmp back into
Oracle with Maven? Is there a plugin for this? 

Thanks.

-- 
View this message in context: http://www.nabble.com/Importing-Oracle-DMP-File-With-Maven-tp16191606s177p16191606.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Importing Oracle DMP File With Maven

Posted by Dirk Olmes <di...@xanthippe.ping.de>.
gotama wrote:
> 
> What is the best way to import an Oracle dump file my_data.dmp back into
> Oracle with Maven? Is there a plugin for this? 

I'd use the exec-maven-plugin to invoke imp in that case.

-dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org