[0815]SP2-0606: Cannot create SPOOL file

简介: [20150815]SP2-0606: Cannot create SPOOL file.txt 我想spool 到文件,带后缀名sql。 在linux下: SCOTT@test> accept abc test SCOTT@test> spool &&abc\.

[20150815]SP2-0606: Cannot create SPOOL file.txt

我想spool 到文件,带后缀名sql。

在linux下:

SCOTT@test> accept abc
test
SCOTT@test> spool &&abc\.sql

--这样就可以实现.避免&&abc解析出错.

而在windows下:

SCOTT@40> accept abc
test
SCOTT@40> spool &&abc\.sql
SP2-0606: Cannot create SPOOL file "test\.sql"

--如何在windows下建立test.sql文件。

--实际上仅仅加入2个点就ok了.

写成spool &&abc..sql

--这种方式windows与linux都可以使用.做一个简单的记录.

目录
相关文章
mkdir: cannot create directory `**': No such file or directory
在mkdir时报错的解决方案,在网上找了很多文章都没有说清楚原因。
436 0
|
6月前
|
Shell 应用服务中间件 Linux
已解决:Cannot find ./catalina.sh The file is absent or does not have execute permission This file is ne
已解决:Cannot find ./catalina.sh The file is absent or does not have execute permission This file is ne
70 0
|
7月前
|
Shell
adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory
adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory
111 0
|
Linux
【Linux】locate: can not stat () `/var/lib/mlocate/mlocate.db‘: No such file or directory
【Linux】locate: can not stat () `/var/lib/mlocate/mlocate.db‘: No such file or directory
204 0
【Linux】locate: can not stat () `/var/lib/mlocate/mlocate.db‘: No such file or directory
|
开发工具 容器
解决报错:Couldn't create temporary file /tmp/apt.conf.IRqbCz
问题 操作容器应该是属于服务器开发同学的常规操作,经常我们会遇到系统缺少对应的工具的情况,比如我们进入容器后,想使用 vim 修改某个文件,但是发现该容器没有安装 vim 工具。这个时候,一般都需要自己手动安装,比如在 unbuntu 系统中,可以使用 apt-get 包管理命令。
742 0
解决报错:Couldn't create temporary file /tmp/apt.conf.IRqbCz