Hi,

> jdbc:h2:file:/mydb/db;IGNORECASE=TRUE;MODE=Oracle;FILE_LOCK=NO;AUTO_SERVER=TRUE

You can't use AUTO_SERVER with FILE_LOCK=NO. The reason is: the
address and port of the server is written to the lock file. If you
disable the lock file, it couldn't write the address and port there.

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to