【发布时间】:2020-11-07 14:35:37
【问题描述】:
所以我的页面有问题,在将其与其他类似页面进行比较后,我注意到它缺少预渲染 -> 在标题之后 -> 进程基本上使用我发送的项目值自动重新加载数据上一页。该过程称为自动行提取 [lefacy]。 我试图为该页面创建它,但当我尝试加载它时它总是显示错误。 任何提示我可能会错过什么
我收到此错误消息
ORA-06550: line 1, column 22: PL/SQL: ORA-00936: missing expression
Contact your application administrator. Details about this incident are available via debug id "353666".
Technical Info (only visible for developers)
error_statement:
begin begin select into from "CONTRAT" where "ID_CONTRAT" = :p_rowid; end;
end;
【问题讨论】:
标签: sql oracle oracle-apex