Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: API's for Oracle

Re: API's for Oracle

From: <slzxq_at_my-deja.com>
Date: Tue, 10 Aug 1999 22:58:10 GMT
Message-ID: <7oqapt$3uo$1@nnrp1.deja.com>


Dear David,

Did you find an Oracle client for BSD ? I really need this. Do you think if there is any Oracle client, which is running on other Unix machine, compatible to BSD?

In article <25al3.340$w3.614_at_news.ipass.net>,   "David Sisk" <davesisk_at_ipass.net> wrote:
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0058_01BED2FF.0239FA00
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hi:
>
> If there isn't an Oracle client for BSD (and I
don't think there is, but =
> I might be wrong), then they won't have a
direct way to do this. They =
> *could* write a socket client on BSD that talks
to a socket server on =
> NT, which in turn connects to the Oracle
database. That's pretty =
> complicated, though. =20
>
> I'd call Oracle Support with this one. They
may have an Oracle client =
> for BSD. You need the Oracle SQL*Net or NET8
client, including the =
> Oracle OCI7 or OCI8 libraries and includes.
>
> Good luck!
>
> --=20
> David C. Sisk
> The Unofficial ORACLE on NT site
> http://www.ipass.net/~davesisk/oont.htm
>
> sam.petitto_at_netsec.net wrote in message =
> <3794D6E9.F2604CDF_at_netsec.net>...
> Some programmers are writing an application
in C to run against my =
> Oracle database. The question deals with
Oracle's API. My Oracle is on a =
> box running NT. The developers are writing the
C application on a box =
> with an O/S called OpenBSD. Technet doesn't
have any info about =
> OpenBSD.What has been explained to me is that
the same C program written =
> on three different O/S's will compile three
different (unique to the =
> O/S) executable files. C apparently doesn't
compile the same on NT as =
> Solaris as OpenBSD. The question I have for the
newsgroup is this: If =
> Oracle does not have a client API for OpenBSD
or offer their client =
> source code in a form such that it can be
ported to OpenBSD, what is the =
> easiest way for the programmers' program to
execute calls against my =
> database?? They said they'll make it work with
any solution I can find, =
> as long as they can use THEIR COMPILER . Thank
you all in advance for =
> any help you may be able to lend.=20
> =20
> =20
> =
>


~~~~~~~~~~~~~~~~~~~~~=20

> Sam Petitto=20
> Database Engineer=20
> Network Security Technologies Inc.=20
> (877)799.9380 Toll Free=20
> (703)561.0420 Local=20
> (703)561.0426 Fax=20
> =
>

~~~~~~~~~~~~~~~~~~~~~=20

> This electronic message contains
information from Network Security=20
> Technologies, Inc or its affiliates, which
may be confidential,=20
> proprietary or otherwise protected from
disclosure. The information =
> is=20
> intended to be used solely by the recipient
(s) named above for the=20
> purposes intended by the originator. If
you are not an intended=20
> recipient, be aware that any review,
disclosure, copying, =
> distribution=20
> or use of this transmission or its contents
is prohibited. If you =
> have=20
> received this transmission in error, please
notify us immediately by =
>
> telephone at (703) 561-0420, or by
electronic mail at =
> sales_at_netsec.net=20
> =20
>
> ------=_NextPart_000_0058_01BED2FF.0239FA00
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
> <HTML>
> <HEAD>
>
> <META content=3Dtext/html;charset=3Diso-8859-1 =
> http-equiv=3DContent-Type><!doctype html
public "-//w3c//dtd html 4.0 =
> transitional//en">
> <META content=3D'"MSHTML 4.72.3110.7"'
name=3DGENERATOR>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT color=3D#000000

size=3D2>Hi:</FONT></DIV>
> <DIV><FONT color=3D#000000

size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT size=3D2>If there isn't an Oracle
client for BSD (and I don't =
> think=20
> there is, but I might be wrong), then they
won't have a direct way to do =
>
> this.&nbsp; They *could* write a socket client
on BSD that talks to a =
> socket=20
> server on NT, which in turn connects to the
Oracle database.&nbsp; =
> That's pretty=20
> complicated, though.&nbsp; </FONT></DIV>
> <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT size=3D2>I'd call Oracle Support
with this one.&nbsp; They =
> may have an=20
> Oracle client for BSD.&nbsp; You need the
Oracle SQL*Net or NET8 client, =
>
> including the Oracle OCI7 or OCI8 libraries and
includes.</FONT></DIV>

> <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT size=3D2>Good luck!</FONT></DIV>
> <DIV><FONT color=3D#000000 size=3D2><BR>--
<BR></FONT>David C. =
> Sisk<BR>The=20
> Unofficial ORACLE on NT site<BR><A=20
>

href=3D"http://www.ipass.net/~davesisk/oont.htm">h ttp://www.ipass.net/~da=
> vesisk/oont.htm</A></DIV>
> <DIV>&nbsp;</DIV>
> <DIV>&nbsp;</DIV>
> <BLOCKQUOTE=20
> style=3D"BORDER-LEFT: #000000 solid 2px; MARGIN-
LEFT: 5px; PADDING-LEFT: =
> 5px">
> <DIV><A=20
> =
>

href=3D"mailto:sam.petitto_at_netsec.net">sam.petitto @netsec.net<SAM.PETITTO=
> @NETSEC.NET></A>=20
> wrote in message &lt;<A=20
> =
>

href=3D"mailto:3794D6E9.F2604CDF_at_netsec.net">3794D 6E9.F2604CDF_at_netsec.net=
> </A>&gt;...</DIV>Some=20
> programmers are writing an application in C
to run against my Oracle =
>
> database. The question deals with Oracle's
API. My Oracle is on a =
> box=20
> running NT. The developers are writing the
C application on a box =
> with an=20
> O/S called OpenBSD.&nbsp; Technet doesn't
have any info about =
> OpenBSD.What=20
> has been explained to me is that the same C
program written on three =
>
> different O/S's will compile three
different (unique to the O/S) =
> executable=20
> files. C apparently doesn't compile the
same on NT as Solaris as =
> OpenBSD.=20
> The question I have for the newsgroup is
this: If Oracle does not =
> have a=20
> client API for OpenBSD or offer their
client source code in a form =
> such that=20
> it can be ported to OpenBSD, what is the
easiest way for the=20
> programmers'&nbsp; program to execute calls
against my database?? =
> They said=20
> they'll make it work with any solution I
can find, as long as they =
> can use=20
> THEIR COMPILER . Thank you all in advance
for any help you may be =
> able to=20
> lend. <BR>&nbsp; <BR>&nbsp;=20
> =
>
<P>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~=

> ~=20
> <BR>Sam Petitto <BR>Database Engineer
<BR><A=20
> href=3D"http://www.netsec.net/">Network
Security Technologies =
> Inc.</A>=20
> <BR>(877)799.9380&nbsp; Toll Free <BR>(703)
561.0420&nbsp; Local=20
> <BR>(703)561.0426&nbsp; Fax=20
> =
>
<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~=

> ~~=20
> <BR>This electronic message contains
information from Network =
> Security=20
> <BR>Technologies, Inc or its affiliates,
which may be confidential,=20
> <BR>proprietary or otherwise protected from
disclosure.&nbsp; The=20
> information is <BR>intended to be used
solely by the recipient(s) =
> named=20
> above for the <BR>purposes intended by the
originator.&nbsp; If you =
> are not=20
> an intended <BR>recipient, be aware that
any review, disclosure, =
> copying,=20
> distribution <BR>or use of this

transmission or its contents is=20
> prohibited.&nbsp; If you have <BR>received
this transmission in =
> error,=20
> please notify us immediately by

<BR>telephone at (703) 561-0420, or =
> by=20
> electronic mail at sales_at_netsec.net
<BR>&nbsp; =
> </P></BLOCKQUOTE></BODY></HTML>
>
> ------=_NextPart_000_0058_01BED2FF.0239FA00--
>
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Aug 10 1999 - 17:58:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US