Oracle 12c List Components Installed

Hi, You should know that which components are installed in your Oracle database as Oracle DBA. If there is not need for any components, you should not install it because of extra load and Licenses. To list installed components of Oracle database, you can execute following query.       SELECT comp_name, version, status FROM … Continue reading Oracle 12c List Components Installed