Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Accessing error messages in Apex Runtime environment

SmuckersJul 31 2019 — edited Aug 1 2019

I have an application that I just pushed from my development workspace to my production environment.  When I try to access it, I simply get an error message:

Error processing request.

Contact your application administrator.

I'm positive that the issue is dependency-related.  I must have created some new function/table/column/whatzit in my development environment that I have not yet migrated to my Production environment.  However... how can I figure out what that is without getting more details on the error?  I'm assuming there are views behind the scenes that I could query to find out what errors are being generated when I hit that page, but i can't locate them.  Unfortunately all the keywords I'm using to find them are generating lots of unrelated hits (view, runtime, error, etc.)

I'm using Apex 18.2 under Oracle 11g

This post has been answered by Neil Clare on Aug 1 2019
Jump to Answer
Comments
Post Details
Added on Jul 31 2019
3 comments
2,416 views