Michael yes that would work (if you have wallet installed).
But the maven-sqlldr-plugin is for plain vanilla Oracle installations (sans Wallet) which would feature: configurable options for SQLLDR Process Management fork options (similar to what Kristian built into surefire) Regards, Martin _________________ > Date: Thu, 3 Jul 2014 21:39:32 +0200 > From: [email protected] > To: [email protected] > Subject: Re: Plugin to invoke SQLLDR > > Am 2014-06-26 23:12, schrieb hanuman: > > Hi All, > > > > I am planning to invoke SQLLDR from in the POM.xml. > > any idea which plugin we can use to invoke the same? > > The best approach here is use Antrun Plugin or Exec. Externalize the > password and do NOT pass as command line arg better yet -- use Oracle > Wallet. > > Michael > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
