Question

I am trying to connect Vertica using Spring batch but getting excception from Vertica DB.

Can I connect to Vertica DB using Spring batch. Tried to search on on net but didn't find any example.

Was it helpful?

Solution

You need to initialize your database using jdbc:initialize-database: use your custim vertica db script contains springbatch metadata tables creation and all should be fine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top