Обсуждение: Driver Postgresql HP-Unix

Поиск
Список
Период
Сортировка

Driver Postgresql HP-Unix

От
Abelardo Erazo Lopez
Дата:

Hi, Everyone

 

I have an Oracle database Oracle 19c and I need to access a PostgreSQL database 15.4  that resides on a different server. I see that one alternative is to use ODBC from Oracle. However, the server where the database resides is an HP-UX server and I understand that I need a PostgreSQL driver manager compatible with this operating system. Can you help me by indicating if there is one available, where to obtain it, and if it requires a license?

 

 

Thanks so much

ADVERTENCIA. La información de este correo, así como sus documentos adjuntos, puede ser objeto de solicitudes de acceso a la información; así como, de solicitudes en el ejercicio de los derechos de Acceso, Rectificación, Cancelación y Oposición (ARCO). Este mensaje y cualquier archivo adjunto al mismo pueden contener información que podría considerarse confidencial y/o reservada. Si ha recibido el mensaje por error, por favor notifique al remitente contestando el correo, y destruyendo el mensaje original y sus anexos, como una medida de seguridad de carácter administrativo, conforme a lo establecido en el artículo 3, fracción XXI de la Ley General de Protección de Datos Personales en Posesión de Sujetos Obligados. Su reproducción, parcial o total, revisión, uso, revelación, y/o distribución indebida o no autorizada puede constituir un delito y/o contravenir diversas disposiciones legales. Con independencia de lo anterior, los fideicomisos que integran FIRA ("Fondo de Garantía y Fomento para la Agricultura, Ganadería y Avicultura" (FONDO); "Fondo Especial para Financiamientos Agropecuarios" (FEFA); "Fondo Especial de Asistencia Técnica y Garantía para Créditos Agropecuarios" (FEGA); "Fondo de Garantía y Fomento para las Actividades Pesqueras" (FOPESCA)); y Fideicomiso de Pensiones del Fondo de Garantía y Fomento para la Agricultura, Ganadería y Avicultura se reservan el derecho de ejercer las acciones que correspondan, entre otros, por daños y perjuicios, con motivo del empleo indebido y/o no autorizado de la propia información. FIRA ha tomado precauciones para prevenir que el presente correo esté infectado por virus, por lo que no acepta, entre otros, responsabilidad alguna por daños o pérdidas causadas por el uso del mismo o de los archivos adjuntos. Asimismo, le informamos que FIRA es responsable de la protección de los datos personales que trate. Dicho tratamiento se llevará a cabo conforme a lo previsto en la Ley General de Protección de Datos Personales en Posesión de Sujetos Obligados, con sujeción a las atribuciones y facultades que la normatividad aplicable le confiere, y para finalidades acordes a estas. Le invitamos a consultar nuestros avisos de privacidad en nuestra página de internet (www.fira.gob.mx), en la sección “Ley de Transparencia”, subsección “Avisos de Privacidad”.

Re: Driver Postgresql HP-Unix

От
Ron
Дата:
On 10/18/23 13:45, Abelardo Erazo Lopez wrote:
@font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-fareast-language:EN-US;}a:link, span.MsoHyperlink {mso-style-priority:99; color:#0563C1; text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:#954F72; text-decoration:underline;}span.EstiloCorreo17 {mso-style-type:personal-compose; font-family:"Calibri",sans-serif; color:windowtext;}.MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif; mso-fareast-language:EN-US;}div.WordSection1 {page:WordSection1;}

Hi, Everyone

 

I have an Oracle database Oracle 19c and I need to access a PostgreSQL database 15.4  that resides on a different server. I see that one alternative is to use ODBC from Oracle. However, the server where the database resides is an HP-UX server and I understand that I need a PostgreSQL driver manager compatible with this operating system. Can you help me by indicating if there is one available, where to obtain it, and if it requires a license?


Postgresql 15.4 is running on an HP-UX server?

--
Born in Arizona, moved to Babylonia.

Re: Driver Postgresql HP-Unix

От
Justin Clift
Дата:
On 2023-10-19 04:45, Abelardo Erazo Lopez wrote:
> Hi, Everyone
> 
> I have an Oracle database Oracle 19c and I need to access a PostgreSQL
> database 15.4  that resides on a different server. I see that one
> alternative is to use ODBC from Oracle. However, the server where the
> database resides is an HP-UX server and I understand that I need a
> PostgreSQL driver manager compatible with this operating system. Can
> you help me by indicating if there is one available, where to obtain
> it, and if it requires a license?

Any idea which version of HP-UX is running on that PostgreSQL server?

Also, are you *sure* it's PostgreSQL 15.4, and not PostgreSQL 12.4?

Asking because I'm not seeing version PG 15.4 in the list here, though
PG 12.4 and 16 are:

   http://hpux.connect.org.uk/hppd/cgi-bin/search?term=postgresql

Regards and best wishes,

Justin Clift



Re: Driver Postgresql HP-Unix

От
Dave Cramer
Дата:

On Sat, 21 Oct 2023 at 05:50, Justin Clift <justin@postgresql.org> wrote:
On 2023-10-19 04:45, Abelardo Erazo Lopez wrote:
> Hi, Everyone
>
> I have an Oracle database Oracle 19c and I need to access a PostgreSQL
> database 15.4  that resides on a different server. I see that one
> alternative is to use ODBC from Oracle. However, the server where the
> database resides is an HP-UX server and I understand that I need a
> PostgreSQL driver manager compatible with this operating system. Can
> you help me by indicating if there is one available, where to obtain
> it, and if it requires a license?

Any idea which version of HP-UX is running on that PostgreSQL server?

Also, are you *sure* it's PostgreSQL 15.4, and not PostgreSQL 12.4?

Asking because I'm not seeing version PG 15.4 in the list here, though
PG 12.4 and 16 are:

   http://hpux.connect.org.uk/hppd/cgi-bin/search?term=postgresql

I do not believe we publish the binaries for HP-UX but you should be able to build it.

Dave

Re: Driver Postgresql HP-Unix

От
Justin Clift
Дата:
On 2023-10-21 21:13, Dave Cramer wrote:
> On Sat, 21 Oct 2023 at 05:50, Justin Clift <justin@postgresql.org> 
> wrote:
>> On 2023-10-19 04:45, Abelardo Erazo Lopez wrote:
>> > Hi, Everyone
>> >
>> > I have an Oracle database Oracle 19c and I need to access a PostgreSQL
>> > database 15.4  that resides on a different server. I see that one
>> > alternative is to use ODBC from Oracle. However, the server where the
>> > database resides is an HP-UX server and I understand that I need a
>> > PostgreSQL driver manager compatible with this operating system. Can
>> > you help me by indicating if there is one available, where to obtain
>> > it, and if it requires a license?
>> 
>> Any idea which version of HP-UX is running on that PostgreSQL server?
>> 
>> Also, are you *sure* it's PostgreSQL 15.4, and not PostgreSQL 12.4?
>> 
>> Asking because I'm not seeing version PG 15.4 in the list here, though
>> PG 12.4 and 16 are:
>> 
>>    http://hpux.connect.org.uk/hppd/cgi-bin/search?term=postgresql
> 
> I do not believe we publish the binaries for HP-UX but you should be 
> able
> to build it.

HP-UX doesn't seem to be among the build farm these days either, though
there was a machine running it up until about ~500 days ago:

   
https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=anole&br=HEAD

+ Justin