原文:PLS-00103: 出现符号 "end-of-file"-一个存储过程问题

PLS : 出现符号 end of file 一个存储过程问题 create or replace procedure daoru as begininsert into bstc.aaaselect hs modified time ,f name,hs sid,hs uuid,hs state,hs is deleted from T USR XMSX to olddbend 报错:行号 错误 ...

2017-08-14 09:37 0 4006 推荐指数:

查看详情

PLS-00103: 出现符号 ...

Oracle存储过程: 错误提示: 错误:PLS-00103: 出现符号 "("在需要下列之一时: := . ) , @ % default character 符号 ":=" 被替换为 "(" 后继续。 行:1 文本 ...

Sun Dec 01 06:49:00 CST 2013 0 4910
编译后错误提示为pls-00103

这是我一开始写的存储过程: 执行的时候报错:编译后错误提示为pls-00103 百度不思其解,最后经过自己的摸索,既然没有参数,就不要加括号了。最终去掉括号就执行成功了。 ...

Tue Jan 12 08:49:00 CST 2021 0 339
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM