我有几个块无法在Oracle SQL Developer 18.2.0.183中运行。我不确定我的代码块中是否遗漏了什么,或者我是否需要对开发人员进行一些更改。下面的代码块输出"Error starting at line :1 in command -“。(用于声明)。total_purchases number(7,2);total_purchases :=20;when (total_purchases>200) then dbms_output.put_line(‘high’);
when (total_purchases>
我收到以下错误消息PLS-00103: Encountered the symbol "" when expecting one of theORA-06550: line 2, column 27:
PLS-00103: Encountered the symbol "" when expecting one of the following
我创建这个存储过程是为了显示省份中的avg案例。当将有效省(与省表比较)作为参数时,将引发cont变量。当未引发cont=0时,则会引发->异常。如果它被提出,那么->继续使用te程序,它应该输出我用->写的行,它必须显示该省的名称和案例的数量。不管怎样,这不起作用,我也不明白为什么。我得到了06550和00905。
创建或替换过程Media_Casi_totali(Provincia IN PROVINCE.denominazione_provincia%TYPE)作为BEGIN声明Media_dei_casi_totali COVID_PROVINCE.Totale_Ca
StackTrace;
PLS-00201: identifier 'ROCWEB.USERLIST_DATAPROV' must be declaredPL/SQL: Statement ignored
at oracle.jdbc.driver.DatabaseError.throwSqlException