The document contains commands using dcli to run checks and gather information from systems with dbs_group and cell_group. It runs commands to check kernel version, firmware, storage configuration, network configuration, and database configuration. It also lists objects from the database registry and runs reports to check for invalid objects and compile objects.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
98 views2 pages
Inhand Command
The document contains commands using dcli to run checks and gather information from systems with dbs_group and cell_group. It runs commands to check kernel version, firmware, storage configuration, network configuration, and database configuration. It also lists objects from the database registry and runs reports to check for invalid objects and compile objects.
select comp_id, comp_name, version, status from dba_registry
select owner, segment_type, count(*) from dba_objects where status = 'INVALID' group by owner, segment_type; Run @utlrp.sql to compile all objects select * from registry@history select * from v$version select * from v$option cell alert log