This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Using DB2 database…

0

Hi everyone,

I am downloading some data and using OSM2PGSQL to put the data into the DB. Then I do some extracts to have it ready to load into DB2 database...

It is possible to put the data into DB2 database directly without using Postgres DB in the process??

Thanks in advance

asked 21 Mar '12, 13:42

aruizga7's gravatar image

aruizga7
11335
accept rate: 0%

edited 22 Mar '12, 20:09

stephan75's gravatar image

stephan75
12.6k556210


One Answer:

1

Having a look at Databases_and_data_access_APIs and List_of_Database_Schemas there is no hint about DB2 ... so it seems that there is no direct way.

answered 22 Mar '12, 20:08

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Source code available on GitHub .