#spring batch, migrate mysql data to oracle
1 messages · Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
I can try to help you with your Spring Batch migration task. Please provide more details about your specific requirements and any issues you are facing.
Please don't ask to ask, nor only say hello, just ask your actual question right away, thanks 
If you want to read about the details of why this is better, check out:
https://dontasktoask.com/
Changed the category to Spring.
<@&1004656351647117403> please have a look, thanks.
Could you add some information? I don't quite get the relation? Are you planning on writing a batch job to do some type of conversion that can't be handled by DBAs?
Ok, where are you stuck? And to get a better view, why do you need spring batch for this? Why not just generate an insert script?
It sounds like a one off process
spring batch, migrate mysql data to oracle
Changed the title to spring batch, migrate mysql data to oracle.
if you're going to trigger it manually using a rest call, where does spring batch enter the story? And still not quite sure why you can't have mysql generate an export script?
And 17068 means invalid argument.
as you mention it now, it sounds like you're just going rest controller -> service -> repository unless your controller triggers the batch.
But I'd focus on the insert error.
have you written any tests and logged the parameters? That should help you figure out what the cause is.