H2 is an open source SQL database engine written in Java. It can be embedded in Java applications or run in the client-server mode. H2 supports regular disk-based as well as in-memory databases.

learn more… | top users | synonyms

0
votes
1answer
15 views

H2 database will not run on Opensuse 12.2

I'm trying to use h2 database on opensuse, but I can't make it work. I downloaded the platform independent package from the official web site, then tried several things to run it, without success : ...
1
vote
2answers
33 views

Concurrency embedded Java Database for simple Application

I am trying to build a simple GUI in which you can write some Integers. These Integers are supposed to be written into a Database, which I am looking for. So far so good. The data in the Database ...
0
votes
0answers
20 views

No auto-reconfiguration of H2 datasource in Cloud Foundry

I'm using Spring Core 3.2.2.RELEASE, together with Spring Data 1.3.1.RELEASE with an H2 datasource to be deployed on Cloud Foundry, using only Java configuration. Although I configured a MySQL ...
0
votes
1answer
16 views

RUNSCRIPT in Linux

I have h2 installed on Ubuntu. I am trying to figure how to use runscript. my command: runscript from ~/dkjs/kjsdgh/lala.sql; it keeps returning an syntax error 42001. What am I missing?
0
votes
1answer
29 views

H2 and Microsoft Access

Is it possible to use a H2 database file in Micorsoft Access and how can I make this? What kind of Driver do I need and where can I download it? I try to open a H2 database file with the H2 console ...
0
votes
0answers
40 views

constantly check database [duplicate]

I need to constantly check the embedded database against constantly changing values. public void runInBG() { //this method called in a seperate thread while(true) { while(els.hasElements()) ...
0
votes
0answers
17 views

update query that works in both MYSQL and H2

I think I have queries for mysql and h2 that both work but can anyone come up with one that works on both? The table has a foreign key to its own primary key and I want to copy a field value down the ...
0
votes
1answer
27 views

CSV to H2 - character encoding missmatch

In my app, I: let Hibernate create H2 DB populate DB through JDBC SQL statement with CSV import (INSERT INTO ... SELECT ... FROM CSVREAD(file.csv)). File is in UTF-8 encoding. On Linux special ...
3
votes
6answers
86 views

infinite loop database check

I'm using JDBC, need to constantly check the database against changing values. What I have currently is an infinite loop running, inner loop iterating over a changing values, and each iteration ...
1
vote
1answer
15 views

Speed issues using H2 database with OrmLite on Android

i am coding an android app which needs a database. I won't use sqlite because i want a pure java core without any dependencies to androids library. To simplify the database access i'm using ORMLite. ...
0
votes
0answers
25 views

H2 jar compile to native windows code

does anyone has experience with compiling H2 jar into windows native code using e.g. Excelsior JET. Is there a chance that it could work ? Asking that, because I am considering to convert my whole ...
0
votes
1answer
57 views

Jenkins / Sonar integration

I am trying to use the jenkins sonar plugin, whenever i try to do a build i get the following error; > ERROR: Error during Sonar runner execution ERROR: Unable to execute > Sonar ERROR: ...
0
votes
2answers
25 views

Merge query in H2 db showing null not allowed error

Merge query in H2 is showing error that null is not allowed. I have an apple table with 4 columns : id,type,name,status...where id and type cannot be null (ID being the primary key). I am merging ...
0
votes
2answers
68 views

ORMLite performance: ArrayAdapter vs CursorAdapter vs a custom adapter

I have relatively small H2 database. I am expecting no more than 100 entries and even that feel highly over the top. I have a list view with some controls and use an ArrayAdapter with a call to ...
-1
votes
1answer
49 views

Is there any generic based alternatives for setting parameters in PrepareStatement

I am developing a database application. Currently I am using java.sql combined with H2 embedded database. I would like to develop the Don't Repeat Yourself way. So I set up a reuseable Database Row ...
0
votes
0answers
25 views

How to check if the connection established properly?

How do I check or know if the connection to remote database established properly , if not to switch another database. private static SessionFactory configureSessionFactory(String name) throws ...
0
votes
1answer
17 views

H2 Database Cluster Recovery

I have got a SpringMVC application which runs on Apache Tomcat and uses H2 database. The infrastructure contains two application servers (lets name them A & B) running their own Tomcat Servers. I ...
0
votes
1answer
19 views

cannot resolve class 'jdbc' - Hibernate

I am just starting out with Hibernate and I have been trying to wire it up with H2. My hibernate.cfg.xml file looks like this: <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE ...
0
votes
0answers
21 views

H2 Database on Glassfish-Server using Hibernate

I have an dynamic web project in my Eclipse. I added a GlassFish Server on localhost:8080. I want to use a H2-Database and Hibernate. How can I get my H2-Database to run on that GlassFish Server? In ...
0
votes
0answers
27 views

Running .bat file that launches .jar as administrator

So I am trying to set up an H2 database server. So I took the installer from their website , after getting the Path for windows fixed. If I run my bat as typical user the server launches , but when I ...
0
votes
2answers
23 views

H2 database: referring to a table in root schema from a foreign key constraint

Given a table in root schema: CREATE TABLE user ( username VARCHAR(50), password VARCHAR(50)); and a table in Quiz schema: CREATE TABLE Quiz.Results ( username VARCHAR(50), points ...
1
vote
1answer
50 views

Error using Hibernate with H2 in memory database

I'm working with Hibernate. How can I configure My persistence.xml to have and H2 IN MEMORY DATABASE? my persistence.xml is: ` http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" ...
2
votes
1answer
47 views

Best DB for an android

I am a student in IITB, Doing a survey on the various DB engine for android. I have studied about SQLite and its working. As it is using update-in-place (Logging: Its ultimately updates in the same ...
0
votes
0answers
28 views

Caching newest rows with H2

We have a relatively large table in a H2 database with up to 12 million rows. The table contains status information that a user needs to see on a web interface. The user is mainly only interested in ...
0
votes
0answers
40 views

How to configure OpenJpa with H2 database in Spring MVC

I've a Maven Spring MVC-webapp project and I want to use OpenJpa to manage my data. I'm completely new to Jpa and I found no examples in internet on how to configure OpenJpa; I understood that I've to ...
0
votes
2answers
32 views

ClassCastException with H2

I'm using h2 for testing purposes, but I have problems when casting to a derived class. The case is: @Entity @DiscriminatorColumn(name = "DTYPE", discriminatorType = ...
0
votes
1answer
40 views

service calls hang on the second page refresh

I've got a spring web application where I load the UI data using web services. The DB I use is H2 and I've posted a sample service where I use it fill a select element. Below is the spring service. ...
0
votes
3answers
48 views

Do databases always lock non-existent rows after a query or update?

Given: customer[id BIGINT AUTO_INCREMENT PRIMARY KEY, email VARCHAR(30), count INT] I'd like to execute the following atomically: Update the customer if he already exists; otherwise, insert a new ...
5
votes
1answer
62 views

How to retrieve column names from an in memory database?

Here's the code that gives me headaches: public List<String> listColumnsForTable(String tableName) throws SQLException { List<String> columns = new ArrayList<String>(); ...
0
votes
0answers
50 views

Create Trigger in H2 Database Automatic Mixed Mode

Im new to the H2 Database and after some tests I decided to use it because of its good performance. Now I read about the H2 Database Triggers which directly calls a Java Class. When I first tried it ...
2
votes
1answer
84 views

Update columns in multiple tables with inner join

Edit Turns out there is an H2 database sitting on top of the mysql database. The query I write hits the H2 instead. I'll keep researching to see if this will work I have two tables I would like to ...
1
vote
0answers
79 views

Set up H2 embedded datasource in spring application context

I have dataSource set up with MySQL for deployment but I want to set up a test environment with H2 database. My application context configuration with MySQL dataSource is @Bean public ...
0
votes
0answers
22 views

How to migrate an SQL server 2008 database to H2?

I've done a bunch of googling on this topic of converting an SQL server 2008 database to an H2 database , but nothing has been able to help me fix the issues with my migration process. I've begun ...
0
votes
0answers
54 views

lost precision when storing BigDecimal into H2 using Hibernate

We are using H2 database for testing purposes, but when I store BigDecimal value into it using Hibernate and then load it back the value is truncated to two decimal places: The field definition looks ...
1
vote
1answer
32 views

select column name from H2 with columns that have spaces

I am attempting to query from a tab delimited file with H2 and java. When I select * there are no problems, however, one of the columns has a space in the column name. When I try to query on just that ...
0
votes
2answers
49 views

h2 default DECIMAL precision performance

When I create DECIMAL column with default precision setting, in H2 web console this column is defined as DECIMAL(65535, 32767), command "show columns from ..." gives me DECIMAL(65535). Decimal data ...
0
votes
1answer
56 views

H2 File mode, error while opening new connections on existing file db

I am trying to create a H2 DB to a file. a small module first runs that creates the file and the schema and populates it with data. While doing this this the H2 jdbc url used: ...
0
votes
0answers
53 views

Multi table SQL query between multiple time slots

I want to create a single SQL query which finds the log in and log out times of a user and then displays the web requests he sent during these time periods. Currently I am achieving this using 3 ...
0
votes
1answer
52 views

Null not allowed, but should be nullable

I have two tables joining with a mapping table. I am getting a null constraint issue though. Below is the error message and the two mappings. Since both are manyTomany my assumption is that the many ...
4
votes
1answer
71 views

Proper tearDown Hibernate testing with H2

Currently I am using the below after every test I have in my test suite. However it makes it very slow because H2 has to reload the application context after every test. Is there a quicker way to ...
1
vote
1answer
59 views

Cannot create table in test (Hibernate & H2)

I have an image mapping table that maps images to the various items that have images. This works as expected when I make the entries in the database by hand, and am retrieving, however when I try to ...
0
votes
1answer
51 views

H2: “data conversion error” in WHERE clause

I am using the H2 database (v1.3.170) for JUnit testing in my project. Our production environment uses Oracle DB so we have to do lot conversions of the DDLs exported from Oracle to make them working ...
0
votes
1answer
82 views

Spring/Hibernate Integration Test with H2 DB

I am building a Spring/Hibernate/Postgres api, which works fine. I want to write an integration test using in memory H2 DB.I know that how to create test-applicationContext. But I am having few issues ...
1
vote
2answers
162 views

Why we need a connection pooling for JDBC? [closed]

What are the benefits of using a JDBC connection pooling tool like DBCP or c3p0 ? in case of a small CRUD application with one user, can we just create one connection session as a singleton ? PS: ...
0
votes
1answer
47 views

Cannot browse a H2 database file?

I am creating a H2 database in my unit tests. The database uses the following properties: <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> ...
0
votes
1answer
144 views

JavaDB vs HSQL vs H2 for testing simple to complex Oracle SQL's

DB layer of my product uses MyBatis to execute queries on Oracle database. Wanted to test the DB layer and be able to run the SQLs which are Oracle specific and return the mock data. From the search ...
0
votes
1answer
48 views

Creating stored function in H2 on Win64

I am getting an error in Win64 environment during creating a user-defined function. I am using flyway to execute the following simple script: CREATE ALIAS TRANSLATE_NAME AS $$ String ...
1
vote
2answers
73 views

Initialize database without XML configuration, but using @Configuration

I would like to know how to initialize a database without having to create an XML file. I already uses this kind of initialization that works fine, but in my current case I don't want to create an ...
1
vote
1answer
45 views

convert unix timestamp to H2 timestamp

How do I convert unix timestamp value like 1348560343598 to H2 Timestamp? One of my tables contains these unix timestamps in a BIGINT(19) column and I need to convert them to a column of type ...
1
vote
1answer
73 views

Accessing play project database with h2-browser

I am having some trouble accessing the mem database via the h2-browser on a Play framework project. With the configuration below, that I think is the correct one (apparently not!) I am getting a ...

1 2 3 4 5 13