Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can an Oracle procedure be called from Micro Focus Cobol?
did you mean "proc" as in Pro*C program? Then I believe the answer is
yes, there is a Pro*COBOL product for embedded SQL on COBOL just ase
for C.
But if you meant "proc" as in PL/SQL Procedure, then I'm puzzled. You
cannot invoke a procedure from the UNIX shell. You can invoke sqlplus
and pass in a command striong to invoke the procdeure. If you can do
the equivalent of a C system() call from microFocus COBOL, then I guess
you could build a similar command line to invoke the procedure.
HTH,
ed
Received on Mon Dec 27 2004 - 12:55:07 CST