Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create extension orafce in Postgresql 13 #138

Closed
moshanh opened this issue Jul 15, 2021 · 3 comments
Closed

Can't create extension orafce in Postgresql 13 #138

moshanh opened this issue Jul 15, 2021 · 3 comments

Comments

@moshanh
Copy link

moshanh commented Jul 15, 2021

Hi orafce team
I am getting error while running create extension orafce;. Can anyone please help me with this issue?!
Thanks in advance!

postgres=# create extension orafce;
ERROR: could not load library "/usr/pgsql-13/lib/orafce.so": /usr/pgsql-13/lib/orafce.so: undefined symbol: NumScanKeywords
postgres=# SELECT * FROM pg_available_extensions;
name | default_version | installed_version | comment
---------+-----------------+-------------------+-----------------------------------------------------------------------------------------------
plpgsql | 1.0 | 1.0 | PL/pgSQL procedural language
orafce | 3.13 | | Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS
(2 rows)

postgres=# select version();
version

PostgreSQL 13.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit
(1 row)

@okbob
Copy link
Contributor

okbob commented Jul 15, 2021 via email

@moshanh moshanh closed this as completed Jul 15, 2021
@moshanh
Copy link
Author

moshanh commented Jul 15, 2021

Thanks for your help, I changed the version to 3.15.1 and it was successful.

@okbob
Copy link
Contributor

okbob commented Jul 15, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants