orafce / orafce

The "orafce" project implements in Postgres some of the functions from the Oracle database that are missing (or behaving differently).Those functions were verified on Oracle 10g, and the module is useful for production work.
Other
490 stars 156 forks source link

could not find function "orafce_dump" #65

Closed mohammed-a-wadod closed 6 years ago

mohammed-a-wadod commented 6 years ago

Hi, i am trying to create ext on postgresql 10 using this command 'CREATE EXTENSION orafce;' and i am using windows 10, and i got this error ERROR: could not find function "orafce_dump" in file "C:\PostgreSQL\pg10\share\postgresql\extension\orafce-10-x64.dll"

mohammed-a-wadod commented 6 years ago

and my orafce version is 3.6.1

okbob commented 6 years ago

please, try orafce 3.6.2 - http://okbob.blogspot.cz/2017/12/bugfix-of-precompiled-dll-of-orafce-362.html

mohammed-a-wadod commented 6 years ago

thanks