Hi,

I got a problem with a database created with H2 1.3.155 after a power
failure.
I tried to recover with H2 1.3.156 but got the following exception
when running the recover SQL script:

06-21 10:56:30 jdbc[2]: exception
org.h2.jdbc.JdbcSQLException: Tabelle "LOB_MAP" besteht bereits
Table "LOB_MAP" already exists; SQL statement:

CREATE CACHED TABLE INFORMATION_SCHEMA.LOB_MAP(
    LOB BIGINT NOT NULL,
    SEQ INT NOT NULL,
    "OFFSET" BIGINT,
    HASH INT,
    BLOCK BIGINT
) [42101-156]

Thomas, if you need to have the recover sql script, I can upload it to
your hands. The compressed size is 74MB.

Uli

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