Hi all,
I guess I'm having some problems with the MaxDB and hibernate 2.1
When I'm trying to use uuid.hex id generator, the MaxDB issues message "value too large", the same thing with the uuid.string generator. I've tried to use integer and varchar(150) column type, but nor of them worked. Finally I've created a sequence, and set generator to "sequence", supplied sequence's name, but when I run the program, MaxDB issues the message "TABLE DUAL not found". What type of generator and column should I use then? If anyone could help, please!
Thanks everyone in advance!
|