Hello All, In a spring boot application startup, i would like to populate a table in the in memory H2 database from a table in oracle database.
Is there an out of the box way to do this ? I am going over configuring multiple data bases with spring : Spring Boot Configure and Use Two DataSources <https://stackoverflow.com/questions/30337582/spring-boot-configure-and-use-two-datasources> but all i need is one time load from oracle table into H2 table. So is there a cleaner way to do this? Apart from initialisation, i don't need oracle table any further. Thank you! -Deepak -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/3a588f03-d91e-413e-83a7-4fcffb9ebdf6n%40googlegroups.com.
