How to get information about compile error in Oracle/TOAD
问题 I'm using TOAD to develop a stored function in an Oracle database. When I click the "run as script" button in TOAD, it tells me that the script was executed with 0 errors and 1 compile errors. Where do I see the specific compile error(s). I'm fairly new to TOAD so I might be missing something obvious about the interface like a tab/window to see such error messages. 回答1: You can either add SHOW ERRORS to the end of the script, which will print the error message(s) to the "script output" tab,