Hi all
I am trying to install "bugfix of precompiled dll of Orafce 3.6.2" from
http://okbob.blogspot.com/2017/12/bugfix-of-precompiled-dll-of-orafce-362.htmlon Windows 10 and I am getting the below error when I execute "create extension orafce; in PostgreSQL 10".
ERROR: invalid macro name in dynamic library path: $lib/orafce
SQL state: 42602
Server: PostgreSQL 10
The orafce.control file is as follows::
C:\Program Files\PostgreSQL\10\share\extension\orafce.control
# intarray extension
comment = 'Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS'
default_version = '3.6'
module_pathname = '$lib/orafce'
relocatable = false
I have copied all the *.sql files to..
C:\Program Files\PostgreSQL\10\share\extension
and all the dlls to
C:\Program Files\PostgreSQL\10\lib
Any help is greatly appreciated.
Thanks in advance.
Regards
Vadi
Bengaluru
India