Package parameter value
Hello,
Is there any way to see the value that is passing through package from system?
sql view shows me just following:
begin "my_package"."my_proc"(:out_param1 :out_param2); end;
select * from "group" where group_id = :"wgroupid"
I want to know the value of out_param1, out_param2 and wgroupid aslo.
Thank you.
Is there any way to see the value that is passing through package from system?
sql view shows me just following:
begin "my_package"."my_proc"(:out_param1 :out_param2); end;
select * from "group" where group_id = :"wgroupid"
I want to know the value of out_param1, out_param2 and wgroupid aslo.
Thank you.
0