Wednesday, March 20, 2024

compiled win x64 dll of orafce-4.9.3 and plpgsql_check-2.7.4 for PostgreSQL 15 and 16

I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 15 and PostgreSQL 16.

Setup:

  1. download orafce-4.9.3-x64.zip or plpgsql_check-2.7.4-x64.zip and extract files
  2. copy related dll file to PostgreSQL lib directory (NN is number of pg release)
    orafce-NN.dll -> "c:\Program Files\PostgreSQL\NN\lib"
  3. remove suffix "-15" or "-16" from dll file
    orafce-NN.dll -> orafce.dll
  4. copy *.sql and *.control files to extension directory
    *.sql, *.control -> "c:\Program Files\PostgreSQL\NN\share\extension"
  5. execute with super user rights SQL command CREATE EXTENSION
    CREATE EXTENSION orafce;

2 Comments:

At October 5, 2024 at 10:21 AM , Anonymous Anonymous said...

Can you provide this for PostgreSQL 17 please?

 
At December 2, 2024 at 1:03 PM , Blogger Pavel Stěhule said...

I did it today.

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home