尝试用一个过程创建简单的包:
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;
但我明白了
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: ;
任何帮助将不胜感激