Home » Developer & Programmer » Precompilers, OCI & OCCI » how to call a C program thru PL/SQL stored procedure
how to call a C program thru PL/SQL stored procedure [message #365472] Wed, 24 June 1998 14:41 Go to next message
Ravi
Messages: 251
Registered: June 1998
Senior Member
How do I call a plain (no DB access) 'C' program thru Pl/sql stored procedure?
Re: how to call a C program thru PL/SQL stored procedure [message #365608 is a reply to message #365472] Fri, 12 March 1999 07:38 Go to previous messageGo to next message
Robert.D
Messages: 1
Registered: March 1999
Junior Member
could you please send me some mail telling me how to make a phone call thru internet please yours sincerely Robert.D
Re: how to call a C program thru PL/SQL stored procedure [message #365681 is a reply to message #365472] Tue, 06 July 1999 13:32 Go to previous messageGo to next message
Laurel
Messages: 1
Registered: July 1999
Junior Member
Actually, in Oracle 8 there is a new feature in the database called external procedures. To use this feature, the C program has to be in the form of a shared library (.so in UNIX or .dll in Windows). For more infomration about this check out Oracle Press' book, Oracle 8 PL/SQL Programming. There is a whole chapter in the book about external procedures and how they work. If your C program is an exe, then this won't help you, unless you try writing a shared library that calls the executable or something.
Good Luck.
Re: how to call a C program thru PL/SQL stored procedure [message #365688 is a reply to message #365472] Mon, 23 August 1999 17:39 Go to previous message
punu
Messages: 1
Registered: August 1999
Junior Member
howcan i call 'C' or 'C++' programfrom SQL or vice versa.
Next Topic: SETJMP.H ?
Goto Forum:
  


Current Time: Fri Apr 19 20:27:06 CDT 2024