I need to connect to the oracle database and have the url as jdbc:oracle:thin:@ldap://....
instead of the localhost format. Not sure if I am able to connect or not.
I'm always getting the error:
[SELECT JOB_INSTANCE_ID, JOB_NAME from BATCH_JOB_INSTANCE where JOB_NAME = ? and JOB_KEY = ?]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist.
My requirement it to just call a stored procedure in a schema and get the result. It looks like the public RepeatStatus execute(StepContribution contribution, ChunkContext chunkContext) throws Exception
never gets executed.