Executing Stored proc from UDF
is it possible to execute a stored procedure inside a user defined function in Oracle 10g data开发者_运维问答base? If yes, could you please give en example?
Thanks.
Sure you can. See for example The last example in Oracle® Database SQL Reference 10g Release 1 (10.1) Create function The example uses a package but can also be a stored procedure. No problems. What is your problem?
精彩评论