Hibernate running expensive 'FROM all_objects' query many times
Issue
-
The following expensive query is running hundreds of times, is it possible to disable it ?
(SELECT NULL AS table_cat, o.owner AS table_schem, o.object_name AS table_name, o.object_type AS table_type, NULL AS remarks FROM all_objects o WHERE o.owner LIKE :1 ESCAPE '/' AND o.object_name LIKE :2 ESCAPE '/' AND o.object_type IN ('xxx', 'TABLE') ORDER BY table_type, table_schem, table_name)
Environment
- Hibernate
- Java Persistence API (JPA)
- c3po
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.