Sunday, 21 October 2012

Suppose a procedure, a_proc, is defined with a number parameter as input within a package called a_package in the a_user schema. Write the statement to invoke the a_proc procedure on the SQL prompt from the user, b_user.

 The statement is given as follows:
Execute a_user.a_package.a_proc (10);


No comments: