In oracle spool, if we not specify the spool file extension, we get "file.lst
", any settings to get file
?
Asked
Active
Viewed 916 times
1

Barbaros Özhan
- 59,113
- 10
- 31
- 55

jie
- 95
- 1
- 8
2 Answers
0
Sure. Just specify the fully qualified name:
spool myfile.txt

EdStevens
- 3,708
- 2
- 10
- 18
-
which I mean is to get a file without any extension, just ```myfile``` – jie Mar 31 '21 at 13:43
-
No way that I've found. Why would you even want to have a file without an extension? – EdStevens Mar 31 '21 at 15:26
0
No, that seems not possible. The documentation says
If you do not specify an extension, SPOOL uses a default extension (LST or LIS on most systems). The extension is not appended to system files such as /dev/null and /dev/stderr.

wolφi
- 8,091
- 2
- 35
- 64