标签: oracle-sqlcl

SQLcl 历史记录(向上箭头)重写了我的查询

版本

sql -version
SQLcl: Release 18.4.0.0 Production
Run Code Online (Sandbox Code Playgroud)

我输入:

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.
Run Code Online (Sandbox Code Playgroud)

我按 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 …
Run Code Online (Sandbox Code Playgroud)

oracle oracle-sqlcl

3
推荐指数
1
解决办法
206
查看次数

标签 统计

oracle ×1

oracle-sqlcl ×1