版本
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.
我按 ARROW UP 键获取最后一个命令,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:
重写的历史命令不起作用
是的,我明白了,这是一个错误。将记录它,我们可以希望在 19.4 版中得到修复。
请注意,您错过了版本 19.1、19.2 以及即将推出的版本 19.3 中提供的功能。