如何在oracle10g中执行程序 [英] how to execute procedure in oracle10g

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

问题描述

我创建了程序



i have created procedure

create procedure p1 as
begin
dbms_output.put_line('heloo');
end;





程序已成功创建



但是当我使用以下命令执行它时;



执行p1;



然后我得到了这个错误:

ORA-00900:无效的SQL语句



谁能告诉我怎么样执行oracle10g中的程序expreess edition



procedure is successfully created

but when i execute it using following command;

execute p1;

then i got this erro:
ORA-00900: invalid SQL statement

can anyone tell me how to execute procedure in oracle10g expreess edition

推荐答案

可能会对你有帮助。



ORA-00900:无效的SQL语句提示 [ ^ ]

Oracle / PLSQL:ORA-00900错误 [ ^ ]
May be these will help you.

ORA-00900: invalid SQL statement tips[^]
Oracle/PLSQL: ORA-00900 Error[^]


嗨亲爱的..



使用此编码



Hi Dear..

Use this coding

begin
p1;
end;


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

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