Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PL/SQL to call external program

Status
Not open for further replies.

NullTerminator

Programmer
Oct 13, 1998
293
US
Is it possible to have a stored procedure call out to execute an external (command line) program? Are there any canned libraries to help me do this?

Running oracle 9i on Linux.

Thanks

Jeb
\0
 
You can map C libraries to PL/SQL functions.
You create a shared object (.so) in C, and then map it to a LIBRARY type, declare a function, and you're away. Would this be what you are after ?

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top