Actually, when running against Oracle (org.hibernate.dialect.OracleDialect), Hibernate still attempts to create the temporary tables at application start. These statements then fail quietly (no exceptions are being thrown/logged):
However, this is not that critical to us, because at runtime, Hibernate does not attempt to use these tables. |