I've found this particularly useful when looking for particular bits of SQL and PL/SQL code where it is not practical to look through all of the pages.
To list the apex tables run this query on the system schema:
select * from ALL_VIEWSwhere VIEW_NAME LIKE 'APEX_%'
and the views that I've found most useful are the APEX_APPLICATION_PAGE_* tables.
No comments:
Post a Comment