I made dll of orafce 3.16.2. These dll are available from archive
orafce-3.16.2-x64-win.zip
Instalation is simple. Copy related dll file to directory
Program files/Postgres/version/lib
and rename this dll just to
orafce
. Next, copy
orafce.control
and
orafce--3.16.sql
to
Program files/Postgres/version/share/extension
. Last step is executing command
CREATE EXTENSION orafce
in the database, where you want to use
orafce
. It can require redistributable runtime for Visual Studio 2019.
Usually an good idea is set
SEARCH_PATH
to include schema
oracle
.
No comments:
Post a Comment