小编Ada*_*ski的帖子

错误(5,3):PLS-00103:遇到以下其中一项时遇到符号"BEGIN":语言

尝试使用一个过程创建简单的包:

CREATE OR REPLACE 
PACKAGE PACKAGE1 AS 

procedure procHTML1 is
begin
htp.print('
<html>
 <head>
  <title>PL/SQL Example Pages</title>
 </head>
<body>');
end procHTML1;

END PACKAGE1;
Run Code Online (Sandbox Code Playgroud)

但我明白了

Error(5,3): PLS-00103: Encountered the symbol "BEGIN" when expecting one of the following:     language 
Error(14,5): PLS-00103: Encountered the symbol "PACKAGE1" when expecting one of the following:     ; 
Run Code Online (Sandbox Code Playgroud)

任何帮助将不胜感激

sql oracle

3
推荐指数
1
解决办法
2万
查看次数

标签 统计

oracle ×1

sql ×1