What’s the hibernate dialect for Teradata 17 in Hibernate 6+ ?
The one I have used causing me the below error:
‘unable to resolve name org.hibernate.dialect.TeradataDialect dialect as strategy org.hibernate.dialect.dialect’ . I have also used Teradata14Dialect but no luck on that.
org.hibernate.boot.registry.selector.spi.StrategySelectionException: could not instantiate named strategy class [org.hibernate.community.dialect.TeradataDialect]
An exception has something called a stack trace where you see the error originates from, as well as a possible exception cause. Without that information, nobody can help you.