- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这是我的sql脚本,我的 friend 可以正常运行和编译它,但是由于某种原因我不能。我不断收到标题中显示的编译器错误。我经历了几次,似乎找不到问题。
CREATE or replace procedure ex5b_membership_duration2 is
cursor customer_cursor is
select customer.customer_id,
CUSTOMER.FIRST_NAME,
CUSTOMER.LAST_NAME,
CUSTOMER.CITY,
club_membership.club_id,
club_membership.membership_id,
round((sysdate - club_membership.MEMBERSHIP_DATE)/365,2) as time_in_club
from customer
left outer join club_membership
on customer.customer_id = club_membership.CUSTOMER_ID;
customer_row customer_cursor%rowtype;
begin
dbms_output.put_line('Membership_ID' ||' '|| 'first_name' ||' '|| 'last_name' ||' '|| 'city' ||' '|| 'club_name' ||' '|| 'time_in_club');
open customer_cursor;
loop
fetch customer_cursor into customer_row;
exit when customer_cursor%notfound; -- pretty sure its ok till here
if ex5b_check_membership2(customer_row.customer_id) then
dbms_output.put_line(customer_row.membership_id ||' '|| customer_row.first_name ||' '|| customer_row.last_name ||' '|| customer_row.city ||' '|| ex5b_clubname(customer_row.club_id) ||' '|| customer_row.time_in_club);
else
dbms_output.put_line(' '|| customer_row.membership_id ||' '|| customer_row.first_name ||' '|| customer_row.last_name ||' '|| customer_row.city ||' '|| 'No membership yet' );
end if;
end loop;
close customer_cursor;
end;
--Run script
SET serveroutput on;
BEGIN
EX5B_MEMBERSHIP_DURATION2();
END;
最佳答案
您是否尝试过删除SET SERVEROUTPUT?
要么
打开另一个sql工作表,粘贴调用块并按f5
BEGIN
EX5B_MEMBERSHIP_DURATION2();
END;
SELECT EX5B_MEMBERSHIP_DURATION2() FROM DUAL;
关于plsql - 错误(36,1): PLS-00103: Encountered the symbol “SET” ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32879339/
我有一个 Oracle 数据库 12c Release 12.1.0.1.0 - 64 位生产数据库。我正在尝试通过公共(public) dblink (DEVICE_201) 在 Oracle Da
我正在使用 R 中的 plspm 包对信息安全的风险评估进行建模。但是,当我运行分析时,出现以下错误: Error in if (w_dif < specs$tol || iter == specs$
我正在制作一个使用流式传输的类似 radio 的应用程序。在这里,我需要从链接 (http://somedomain/some.pls) 流式传输音频。 我已经创建了 MediaPlayer 并且知道
我正在尝试创建这个函数: create or replace function g(sN int) return char(3) as t char(3); begin s
以下是我的oracle版本 Oracle 数据库 11g 企业版 11.2.0.2.0 版 - 64 位生产 我试图改变一个表来添加一列,但由于它花了很长时间,我取消了它。 一段时间后,我开始在所有引
我执行了创建下表的 PL/SQL 脚本 TABLE_NAME VARCHAR2(30) := 'B2BOWNER.SSC_Page_Map'; 我使用参数为这个表创建了一个插入函数 CREATE OR
我想将Rownum存储为变量,而不是使用昂贵的Join。 我需要从Select语句中获取此信息,因为Rownum在各种环境下都会有所不同,因此它不能是代码中的文字字符串。 对于上下文,此查询在Orac
刚刚完成编写将错误记录到表中的错误日志过程。我刚完成我的第一个异常处理程序,由于此错误,我无法编译该程序包。 我相信我在调用write_error_log过程时遇到此错误。 以下是包装中的代码。 CR
Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。 想改善这个问题吗?更新问题,以便将其作为on-topic
尝试编译时出现以下错误 Error(16,8): PLS-00103: Encountered the symbol "SPROLLUPEXPENSEITEM" when expecting one
我在调用我的程序时遇到问题。甲骨文紧急暂停 PLS-00306 Error: Wrong number of types of arguments in call to procedure. 我的类型
收到与函数相关的以下错误: 'ERROR at line 20: PLS-00103: Encountered the symbol "end-of-file" when expecting one
我需要一些关于如何在我的jsp中使用jquery ajax的帮助,网上有很多例子,但它是基于php的,有些不涉及sql。 我的 jsp 中有 2 个选择框 Category
我创建了一个带有单选按钮的 CSS 图像 slider 来控制它。我已将单选按钮设置为 visibility: hidden并使用缩略图作为标签。 html 看起来像这样: 对其他缩略图重复
我想从网站播放 PLS 文件 ( http://live.radioguerrilla.ro:8002/listen.pls )。我想使用 HTML5 引入的 audio 标签,但我认为它不能从 PL
前几天编写一个存储过程,需要访问远程数据库的字段,于是建立一个dbLink并建了同义词: ?
我正在包中创建一个过程。我已经更新了包的规范,然后当我更新包的主体时,它向我显示以下错误。 [Error] PLS-00323 (314: 13): PLS-00323: subprogram or
请帮助我理解这个错误..可能是我必须执行 ud_mosh_dvig(x number, y number) 并在之后创建类型主体。 create or replace type CAR as obje
这个包有什么问题,因为它给出了错误? CREATE OR REPLACE PACKAGE PKG_SHOW_CUST_DETAILS AS PROCEDURE SHOW_CUST_DETAIL
在创建具有重载函数的包时,请帮助查找错误。 显示错误: PL-00103:在期待以下之一时遇到符号“NUMOU”:语言。 PL-00103:在预期以下情况之一时遇到符号“函数”:结束而不是编译指示最终
我是一名优秀的程序员,十分优秀!