Hi, As I see sources of H2 don't contains such an error message at all. Also on simple insert operation I belive it should not create any temporary file storage. This looks like a Derby is trying to create temp storage for the result set of your query but fails. May be you have no free space on disk or something like... By the way you can do such data migration operations using linked tables in H2 without any external ETL tools. May be you'll find this more convenient. See http://h2database.com/html/advanced.html#linked_tables
-- 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.
