1

I am new to programmer world so i want to learn so many things, and about what i want to ask, can i install orafce in postgresql? I mean all the tutorial always show use BigSql but iam using from enterprise DB. I am already try take orafce.dll from bigsql but it can't read because not specified procedure.

ERROR: could not load library "C:/Program Files/PostgreSQL/9.5/lib/orafce.dll": The specified procedure could not be found.

and i already try from other source but still got some error

ERROR:  could not find function "plvlex_tokens" in file "C:/Program Files/PostgreSQL/9.5/lib/orafce.dll"
Vao Tsun
  • 47,234
  • 13
  • 100
  • 132
dwir182
  • 1,539
  • 10
  • 20
  • did you `create extension orafce`?.. please read https://stackoverflow.com/a/21926348/5315974 – Vao Tsun Nov 30 '17 at 09:08
  • Yes i am `create extension orafce` Thanks for your information.. Really helpful @VaoTsun – dwir182 Nov 30 '17 at 09:20
  • You'll probably have to get an `orafce.dll` that is specifically built for EnterpriseDB's binary distribution. From where did you get it? – Laurenz Albe Nov 30 '17 at 19:31

1 Answers1

0

It was a bug in Orafce windows build. Should be fixed by last build.

Pavel Stehule
  • 42,331
  • 5
  • 91
  • 94