如何执行此PL / SQL过程? [英] how to execute this PL/SQL procedure?

查看:91
本文介绍了如何执行此PL / SQL过程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我需要你的帮助,


i有pl / sql程序,这个查询返回1作为输出,但要看到结果?,当我执行这个程序时,像这样,

执行pro_name(''emailid'',密码);

它只显示anonymous block completed,

如何查看其检索的输出,有可能吗?
我的PLSQL查询是,

展开 | 选择 | Wrap | 行号

解决方案

您好所有,

我在这里需要你的帮助,


i有pl / sql程序,这个查询返回1作为输出,但如何看到那个结果?当我执行这个程序时,就像这样,

执行pro_name(''emailid'',密码);

显示

ORA-06550:第2行第1列:

PLS-00306:调用PRO_GET_SYSTEM_ISVALIDUSER时参数的数量或类型错误

ORA- 06550:第2行,第1列:

PL / SQL:语句被忽略。


如何查看其检索的输出,有可能吗?

我的PLSQL查询是,

展开 | 选择 | Wrap | 行号


EXEC PRO_GET_SYSTEM_Is ValidUser(''emailid'',''password'')

因为密码也是字符类型所以你应该在单个代码中声明...

试试这个bharthi ..............


嗨raghurocks,我只是这样,但我错误地发布了我的帖子,尽管我执行时两个参数,它将如何工作,我确定这个查询需要三个参数,那就是你不知道如何通过第三个参数,如果你知道的话请提供解决方案。

感谢您的回复。

Hi all,
I need your help here,

i have pl/sql procedure , this query returns 1 as out put, but to see that result?, when i execute this procedure,like this,

execute pro_name(''emailid'',password);
it shows only "anonymous block completed",
how to see its output that retrieves, Is there any possibility?
my PLSQL query is,

Expand|Select|Wrap|Line Numbers

解决方案

Hi all,
I need your help here,

i have pl/sql procedure , this query returns 1 as out put, but how to see that result?. when i execute this procedure,like this,

execute pro_name(''emailid'',password);
it shows
ORA-06550: line 2, column 1:
PLS-00306: wrong number or types of arguments in call to ''PRO_GET_SYSTEM_ISVALIDUSER''
ORA-06550: line 2, column 1:
PL/SQL: Statement ignored.

how to see its output that retrieves, Is there any possibility?
my PLSQL query is,

Expand|Select|Wrap|Line Numbers


EXEC PRO_GET_SYSTEM_IsValidUser(''emailid'',''password'')
because password also charcter type so u should declare that within single codes...
just try this bharthi..............


Hi raghurocks, I did like that only, but i posted wrongly in my post, eventhough i executing with two parameters, how it will work, im sure that this query needs three parameter, thats y i don know how to pass third one, please provide solution if you know.
Thanks for your reply.


这篇关于如何执行此PL / SQL过程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆