Hi,
using ojdbc6.jar for my oracle driver on jboss 7.1.1 server. The server starts but later in the hibernate code when I try to
do execute a querry to my 9i oracle database I get the following errores
12:11:25,703 WARN [org.hibernate.util.JDBCExceptionReporter] (http-localhost-127.0.0.1-8080-2) SQL Error: 17412, SQLState: 99999
12:11:25,703 ERROR [org.hibernate.util.JDBCExceptionReporter] (http-localhost-127.0.0.1-8080-2) Longitud de tipo mayor que el máximo permitido
12:11:25,703 INFO [stdout] (http-localhost-127.0.0.1-8080-2)
: could not execute query
Does jboss 7 work with oracle 9i
Thanks