I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 14 and PostgreSQL 15.
Setup:
- download orafce-4.0.1.zip or plpgsql_check-2.2.5.zip and extract files
- copy related dll file to PostgreSQL lib directory (NN is number of pg release)
orafce-NN.dll -> "c:\Program Files\PostgreSQL\NN\lib" - remove suffix "-14" or "-15" from dll file
orafce-NN.dll -> orafce.dll - copy *.sql and *.control files to extension directory
*.sql, *.control -> "c:\Program Files\PostgreSQL\NN\share\extension" - execute with super user rights SQL command CREATE EXTENSION
CREATE EXTENSION orafce;
Informative and educative;)
ReplyDeleteHi Pavel. Where is the latest dll for PostgreSQL 13? Thank you.
ReplyDeleteHi Pavel. Will this work for PostgreSQL 13? I badly need the latest one for that version which includes the oracle.decode function. Thank you.
ReplyDeleteI usually do build of orafce just for latest PostgreSQL releases. There can be an exception, when I have some paying customers.
ReplyDeleteHi Pavel,
ReplyDeleteDo you have compiled version of orafce.so(Unix instead of Windwos .dll file) for Postgresql 15?
Helo Pavel,
ReplyDeleteAre you going to prepare dll for PostgreSQL 16?
@Mart - yes, I'll build these dll probably next month
ReplyDelete