cancel
Showing results for 
Search instead for 
Did you mean: 

HybrisDbScriptsExecutor is not able to execute sql scripts in Oracle but is working fine with MySQL

Former Member
0 Kudos

I am trying a huge migration using HybrisDbScriptsExecutor .I am generating sql scripts in multi threaded way and running those scripts for my migration purpose. Things are working fine with MySQL . But with Oracle I am not able to execute statements.

INFO [-1] () [DefaultDbScriptsExecutor] ###### Executing DML Statements in batch mode ############### 2017-09-21 10:13:01,798 [-1] INFO de.hybris.bootstrap.ddl.DefaultDbScriptsExecutor - Executed 0 Statements. Time taken: 164.9 I¼s

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I used JdbcTemplate directly . Thanks :)