postgresql - Copying Data from Oracle to Postgres -


We have a daily process that draws all the statistics of several tables in the Oracle database and imports them in postages (Enterprise DB) Database - Version 8.4.

We are currently using the Java application to select * from each table, change the keyword (date, timestamp, etc.) and then import them into a Postgrass database.

Is any tool available in postgrad, which will provide a more efficient way of doing this? I should note that there are COBBs which are being taken over.

There is one migration tool once, but it can also work in your case. I accept it as an Oracle-to-Postgresqual PG_dump.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -