小编Eze*_*075的帖子

SQL*Plus - Spool CSV - SP2-0734:未知命令开始

当我启动以下任务 .cmd 时:

sqlplus -s User/Password@database @Query.sql 'G:'
Run Code Online (Sandbox Code Playgroud)

我收到此错误:

SP2-0734: unknown command beginnin
Run Code Online (Sandbox Code Playgroud)

即使添加设置sqlblanklines on也失败了。

用一个简单的查询select * from table1就可以了。

使用更复杂的查询(多连接、分组依据)它不起作用 => 即使文件生成良好。在文件中,我只找到错误详细信息。

请在下面找到有关此问题的更多详细信息:

SP2-0734: unknown command beginning "FROM NOTI...." - rest of line ignored.
SP2-0734: unknown command beginning "INNER JOIN..." - rest of line ignored.
SP2-0734: unknown command beginning "INNER JOIN..." - rest of line ignored.
SP2-0734: unknown command beginning "INNER JOIN..." - rest of line ignored.
SP2-0044: For a list of known commands enter HELP …
Run Code Online (Sandbox Code Playgroud)

sql oracle sqlplus

6
推荐指数
1
解决办法
2万
查看次数

标签 统计

oracle ×1

sql ×1

sqlplus ×1