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 -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

c# - GetType() == type perfomance question -