【发布时间】:2014-05-15 03:38:57
【问题描述】:
我正在设置一个本地 oracle (11g) 数据库 - 我们已经在运行的另一个数据库的克隆。我在 SQL Developer 中运行了一堆生成的 PL/SQL 命令。
我得到输出
Error starting at line x in command:
*long-ass SQL statement here*
Error report:
SQL Command: force view "someViewName"
Failed: Warning: execution completed with warning
如何在不修改脚本的情况下读取已生成的警告?
当我在此命令后立即使用 show errors 时,我得到输出 no errors
【问题讨论】:
-
我遇到了同样的问题,使用 CREATE TABLE 语句。我相信this answer 是相关的。我不认为这个“警告”有什么意义。我认为这是 SQL Developer 的怪癖之一(尽管我确信某处有人知道确切的答案)。
标签: sql oracle oracle-sqldeveloper