如何在sql Developer中查看编译器日志?
我收到此错误:
错误:检查编译器日志
如何在 Oracle SQL Developer 中查看编译器日志?
I get this error:
Errors: check compiler log
How can I see compiler log in Oracle SQL Developer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
control-shift-L 应该会为您打开日志。默认情况下,这将是消息日志,但如果您创建了导致错误的项目,则会显示编译器日志(对我来说,该框显示在左下角)。
如果消息日志是唯一显示的日志,只需重新执行导致失败的项目,编译器日志就会显示,
例如,按 Control-shift-L
然后执行此命令
,您将看到消息“错误(1,18):PLS-00103:遇到符号“)”当期望以下之一:当前删除之前存在”
(您也可以在“查看--日志”)
还有一件事,如果您在(函数 || 包 || 过程)中遇到问题,如果您通过 SQL Developer 界面进行编码(通过在连接选项卡上找到有问题的对象并对其进行编辑,则会出现错误将立即显示(有时甚至带有下划线)
control-shift-L should open the log(s) for you. this will by default be the messages log, but if you create the item that is creating the error the Compiler Log will show up (for me the box shows up in the bottom middle left).
if the messages log is the only log that shows up, simply re-execute the item that was causing the failure and the compiler log will show up
for instance, hit Control-shift-L
then execute this
and you will see the message "Error(1,18): PLS-00103: Encountered the symbol ")" when expecting one of the following: current delete exists prior "
(You can also see this in "View--Log")
One more thing, if you are having a problem with a (function || package || procedure) if you do the coding via the SQL Developer interface (by finding the object in question on the connections tab and editing it the error will be immediately displayed (and even underlined at times)
我也可以使用
在sql工作表中。
I can also use
In sql worksheet.
要在
SQL Developer
中查看您的日志,请按:CTRL+SHIFT + L(或 CTRL< /kbd> + CMD + L(在 macOS 上)
或
或者通过使用mysql查询
To see your log in
SQL Developer
then press:CTRL+SHIFT + L (or CTRL + CMD + L on macOS)
or
or by using mysql query