2

I move from OracleDB to PostgreSQL.

I have many Oracle Pro*C files, how can I make PostgreSQL understand them ?

Maybe with PostgreSQL C language functions?

1 Answer 1

5

No, what you need is a precompiler for embedded SQL.

In PostgreSQL, that is ECPG.

Things probably won't work without slight changes, but it shouldn't be too bad.

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.