Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling function from PL/SQL block

user610868Oct 25 2011 — edited Oct 25 2011
Hi,

A very simple question.

A have a function called "test1" in my database. It is there i double chekked.

I would like to call this function from a block:


DECLARE

BEGIN
TEST1(1202);
END;


This gives me an error.
Why is this?
This post has been answered by Frank Kulash on Oct 25 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2011
Added on Oct 25 2011
11 comments
467 views