Dec 9, 2002 #1 YipYeppp Programmer Nov 7, 2002 21 CA I have to call a C program from my PL/SQL, with a string as an argument, and i don't know how to do it. Can you help me?
I have to call a C program from my PL/SQL, with a string as an argument, and i don't know how to do it. Can you help me?
Dec 10, 2002 #2 sem Programmer Jun 3, 2000 4,709 UA If you mean serverside pl/sql you should read about calling external routines. The complete explanation is on http://download-west.oracle.com/docs/cd/A91202_01/901_doc/appdev.901/a88876/adg11rtn.htm If you need to call it from Forms, read about USER EXITS and/or ORA_FFI package Regards, Dima Upvote 0 Downvote
If you mean serverside pl/sql you should read about calling external routines. The complete explanation is on http://download-west.oracle.com/docs/cd/A91202_01/901_doc/appdev.901/a88876/adg11rtn.htm If you need to call it from Forms, read about USER EXITS and/or ORA_FFI package Regards, Dima
Dec 16, 2002 Thread starter #3 YipYeppp Programmer Nov 7, 2002 21 CA Thank you, Dima.. it was very helpful !! Have a nice day !! Upvote 0 Downvote