Re: Oracle_fdw

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Yongye Serkfem <yserkfem(at)gmail(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Oracle_fdw
Date: 2025-04-22 11:54:44
Message-ID: 76bb8214bcb3a4164b2d99c65982848f1e5d8a0d.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2025-04-22 at 07:28 -0400, Yongye Serkfem wrote:
> We are using Postgresql-15, ahd having issues importing foreign schema with all
> its objects from an Oracle databse. Here is the error I am getting,
> "error connecting to Oracle: OCIEnvCreate failed to create environment handle: Detail: SQL state: HV00N
> I have installed oracle instantclient 19_24
> I would appreciate any help getting this resolved. 

This error usually indicated that you configured the Oracle Client wrongly.
Usually, that is a question of setting environment variables wrong, but
unfortunately it is a very generic error that Oracle throws when "something
is wrong".

Your best bet is to research all the oracle_fdw issues that reported this
error. Hopefully, one of these cases matches yours:
https://github.com/laurenz/oracle_fdw/issues?q=is%3Aissue%20OCIEnvCreate

Yours,
Laurenz Albe

In response to

  • Oracle_fdw at 2025-04-22 11:28:33 from Yongye Serkfem

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2025-04-22 12:26:07 Re: Feature Proposal: Column-Level DELETE Operation in SQL
Previous Message chandan Kumar 2025-04-22 11:29:31 SQL transactions executing from VMSS