Wikipedia

Search results

Showing posts with label Remove unused components from database. Show all posts
Showing posts with label Remove unused components from database. Show all posts

How to remove unused components in database ?

First check the installed components in database :

set line 200;
set pagesize 9999;
col COMP_ID format a15;
col COMP_NAME format a50;
select COMP_ID,COMP_NAME,STATUS from dba_registry;