Skip to Content
Oracle® Web Application Programming for PL/SQL® Developers
book

Oracle® Web Application Programming for PL/SQL® Developers

by Susan Boardman, Melanie Caffrey, Solomon Morse, Benjamin Rosenzweig
December 2002
Intermediate to advanced
745 pages
17h 26m
English
Pearson
Content preview from Oracle® Web Application Programming for PL/SQL® Developers

Unit 17.2. Distinguish Error Messages

PL/SQL vs. JavaScript vs. HTML Errors

When something goes wrong, the first step is to identify which type of error you are seeing. The error could result from PL/SQL code, or from JavaScript, or from HTML code. It might even result from these errors working together.

You have two kinds of source code to look at:

  1. Source code for the PL/SQL procedure

  2. Source code for the HTML page (generated by the PL/SQL procedure)

Line numbers are different in the PL/SQL and in the HTML source code. Keep this in mind when you see an error message. PL/SQL error messages give line numbers that correspond to the PL/SQL procedure. JavaScript errors are generated by the browser, and if a line number is given in the error message, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java™ Oracle® Database Development

Java™ Oracle® Database Development

David J. Gallardo
The Java EE 6 Tutorial: Basic Concepts, Fourth Edition

The Java EE 6 Tutorial: Basic Concepts, Fourth Edition

Eric Jendrock, Ian Evans, Devika Gollapudi, Kim Haase, Chinmayee Srivathsa
Oracle® PL/SQL® Interactive Workbook, Second Edition

Oracle® PL/SQL® Interactive Workbook, Second Edition

Benjamin Rosenzweig, Elena Silvestrova

Publisher Resources

ISBN: 0130477311Purchase book