View Single Post
  #1 (permalink)  
Old 08-07-2007, 04:17 PM
javadev javadev is offline
Member
 
Join Date: Jun 2007
Posts: 17
javadev is on a distinguished road
problem with hibernate and oracle 8i
hello everyone,

i am using hibernate with oracle 8i and sql-server2000

i am trying to insert value which have sequence field(identity in sql-server).

when i tries it ,it throws following an exception

org.hibernate.exception.GenericsJDBCException: could not get next sequence value

i am using <generator class="native"/>.

it works well with sql-server2000.

if any one has a idea please help me.

thanks in advance,
Javadev
Reply With Quote
Sponsored Links