til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

View Compilation Log

When you compile PL/SQL in SQL Developer, it often come handy to see the compilation log in case of error. SQL Developer emits the following message:

Errors: check compiler log

Either you can go into the menu: View > Log or you can press: <ctrl>-<cmd>-L (on a Mac).

References