Thread
-
Driver Postgresql HP-Unix
Abelardo Erazo Lopez <aerazo@fira.gob.mx> — 2023-10-18T18:45:30Z
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 Johnson <ronljohnsonjr@gmail.com> — 2023-10-19T12:44:01Z
On 10/18/23 13: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? > Postgresql 15.4 is running on an HP-UX server? -- Born in Arizona, moved to Babylonia.
-
Re: Driver Postgresql HP-Unix
Justin Clift <justin@postgresql.org> — 2023-10-21T09:49:48Z
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 <davecramer@postgres.rocks> — 2023-10-21T11:13:51Z
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 <justin@postgresql.org> — 2023-10-22T05:50:51Z
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