版本
sql -version
SQLcl: Release 18.4.0.0 Production我键入以下内容:
SQL> exec dbaspace.long_ops;
SID % Done Start Time Rem [s] Elapsed Message
==== ======= =================== ======= ======= ======================================================================================
There are currently no long running operations.
PL/SQL procedure successfully completed.我按箭头向上键获取最后一个命令,SQLcl将我的历史修改如下:
SQL> BEGIN dbaspace.long_ops; END;;
Error starting at line : 1 in command -
BEGIN dbss.long_ops; END;;
Error report -
ORA-06550: line 1, column 26:
PLS-00103: Encountered the symbol ";"
06550. 00000 - "line %s, column %s:\n%s"
*Cause: Usually a PL/SQL compilation error.
*Action:重写的历史命令无法工作。
发布于 2019-11-12 13:23:10
是的,我看到了,这是个窃听器。将它记录下来,我们可以希望在19.4版中得到一个修复。
只需简单说明一下,您就会错过19.1、19.2版本中提供的功能,很快就会出现19.3版。
https://dba.stackexchange.com/questions/253047
复制相似问题