Hi lenux1012,
can anyone help me with this problem? I'm saving a text file as a blob
type in H2 database (hibernate)... and I'm getting this error when
trying to save a text file that are 60KB and above in file size... I
don't have this problem when the text file is 60KB and below... Any
ideas/analysis is very much appreciated. Many thanks!
org.hibernate.util.JDBCExceptionReporter: Error while creating file "C:
\Windows\System32\.lobs.db" [90062-147]
lobs.db is a directory alongside the database file where H2 puts
LargeOBject files when they are too big to put in the database proper.
What you appear to have is an unnamed database created in
C:\Windows\System32 : a very unsatisfactory arrangement. What does your
connection.url property look like?
Regards,
Peter
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.