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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Invoking SQL Plus remotely

Re: Invoking SQL Plus remotely

From: Richard J Woodland <richwoodland_at_interfacefamily.com>
Date: Fri, 05 Nov 1999 16:52:22 -0500
Message-ID: <38235196.B7E4241A@interfacefamily.com>


Assuming that you also have an Oracle database on the NT box (in addition to the SqlPlus!!), you could write a very small ProC program to listen for requests on a socket, then make appropriate calls to the stored procedures.

From the unix side, write a small program (c, perl) to send requests to the socket.

sxbktm_at_my-deja.com wrote:

> I have Oracle/SQL Plus installed on NT box. I want to connect to this
> database from Unix (which doesn't have Oracle) and run some stored
> procedures. Is there a way to do that.
>
> Thanks in advance.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Nov 05 1999 - 15:52:22 CST

Original text of this message

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