Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.5K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Oracle Database Components dependencies - data dictionary view

Emad Al-Mousa
Member Posts: 716 Bronze Trophy
any DBA can query the list of database components installed on his database using DBA_REGISTRY data dictionary view. However, its very difficult to know what are the dependencies (relationship) between them, how i can safely un-install the components in the right order to avoid any problems.
it will be very nice if we have a data dictionary view that list the relation ship (dependencies ) between database components with full information , so the DBA can get this kind of information quickly.
for example, i found out that JAVAVM has dependencies with spatial,multimedia and OLAP components.