December 2010
Intermediate to advanced
451 pages
11h 16m
English
You have a PL/SQL package or procedure called from a web client that generates errors and you need to view the error message.
Choose one of the following two solutions, depending on your circumstances.
If the package is in use in a production environment, then check the output of the Apache error log file. The log file location is defined in the httpd.conf configuration file. The default log file location is [oracle_home]\Apache\Apache\logs directory. Open the log file and search for the errors generated with a timestamp that corresponds to the approximate time the error was generated.
If the application is in development or running in a non-production environment, ...
Read now
Unlock full access