|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
My Database FileHi, I'm a newbie of Hsqldb. As using Hsqldb, while a database is operational, several database file will be created, including dbname.log which is used to write the changes made to data. it'll be deleted when the database is closed with the SHUDOWN command. But, I can't get the dbname.log file when my database is still running. So, hope that Hsqldb experts or users here can help me to find out what's wrong in my case. Thanks!
|
|
|
Re: My Database FileWhat is the URL you are using? Are there other files with .properties and
.lck endings? If not, then your URL may be for an all-in-memory database or it may be pointing to a different directory. Fred ----- Original Message ----- From: "Enn" <orangenn07@...> To: <hsqldb-user@...> Sent: 03 April 2008 07:07 Subject: [Hsqldb-user] My Database File Hi, I'm a newbie of Hsqldb. As using Hsqldb, while a database is operational, several database file will be created, including dbname.log which is used to write the changes made to data. it'll be deleted when the database is closed with the SHUDOWN command. But, I can't get the dbname.log file when my database is still running. So, hope that Hsqldb experts or users here can help me to find out what's wrong in my case. Thanks! -- View this message in context: http://www.nabble.com/My-Database-File-tp16465812p16465812.html Sent from the HSQLDB - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Hsqldb-user mailing list Hsqldb-user@... https://lists.sourceforge.net/lists/listinfo/hsqldb-user ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Hsqldb-user mailing list Hsqldb-user@... https://lists.sourceforge.net/lists/listinfo/hsqldb-user |
|
|
Re: My Database FileMy URL is jdbc:hsqldb:file:testdb, which is standalone database. .script .properties will be created when the proper SHUTDOWN command is used to close the database. If the database is closed without SHUTDOWN command, another two files which are .lck and .txt is created. I just wonder is that .txt file is the log file? If it is, why didn't it in .log file extension?
|
| Free Forum Powered by Nabble | Forum Help |