1

I have a Postgres 9.1 table plines with a bytea field shape.

Number of records is about 500000.

What is the best way to copy bytea data plines.shape from Postgres to a field shape of an Oracle 10g table olines?

Thank you in advance, ysa

1 Answer 1

1

I'd create a program in Java which would connect to PostgreSQL (using JDBC PostgreSQL driver) and Oracle (using Oracle Instant Client) simultaneously and then read a row from Postgres, put this row to Oracle table, repeat.

This would be much easier the other way around... ;-)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.