cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate Nuxeo data from Orcale to PostgreSql

daliIng_
Champ in-the-making
Champ in-the-making

Hi,

I'm workin in a project that consists on migrating nuxeo-5.4.1 data from Orcale to Postgresql.

Data extraction was successfully done and i've all the data well imported in my postgresql database (i've used ora2pg tool).

The probleme i'm facing now is somme weird error messages like the following:

javax.servlet.ServletException: com.hp.hpl.jena.shared.JenaException: Database created with incompatible database type for this version of Jena: Oracle

Is there any one who have faced the same the problem or have succeded such a data migration ?

Thanks for your suggestions and help !

1 REPLY 1

Thierry_Martins
Star Collaborator
Star Collaborator

hi,

After having investigated a bit Jena source code, this error seems to be raised because the DB engine type is stored in the jena_sys_stmt table. Instead of having something like "Uv::http://jena.hpl.hp.com/2003/04/DB#127_0_1_1_7c5ddcd2_14762b79ad9__7ffe";"Uv::http://jena.hpl.hp.com/2003/04/DB#EngineType";"Lv:0::PostgreSQL";0 you may have a reference to Oracle, which leads to a mismatch.

Thierry

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.