java - (Oracle + Hibernate): How to avoid temporary table creation during bulk operations? -


i have scenario hibernate trying create temporary tables during bulk operations.

but, unfortunately, user not have privelege create tables.

this causing application crash.

i have tried override particular method in dialect:

@override public boolean supportstemporarytables() {     return false; } 

but, still not work.

do have option suppress temporary table creation?

no, problem different, 'duplicate' question says: "is there way create them once time ?". in case, want totally avoid creation of temporary tables. user not having privelege create tables on schema @ all. insert , delete or update.


Comments

Popular posts from this blog

account - Script error login visual studio DefaultLogin_PCore.js -

xcode - CocoaPod Storyboard error: -