DBC:Errors/DBC-E016

From Dirty Cache Wiki
Revision as of 14:03, 14 May 2024 by Bart (talk | contribs) (Created page with "{{ error | [DBC-E016] oraInst.loc not found or readable }} DBCollect failed to find or read oraInst.loc. This file is required to get a list of ORACLE_HOME directories. Solution: Check if the file <code>/etc/oraInst.loc</code> exists. If it is not there, Oracle is probably not properly installed. Further info: The oraInst.loc contains information on where the Oracle Inventory resides. Example: <syntaxhighlight lang=bash> # cat /etc/oraInst.loc inventory_loc=/u01...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[DBC-E016] oraInst.loc not found or readable

DBCollect failed to find or read oraInst.loc. This file is required to get a list of ORACLE_HOME directories.

Solution:

Check if the file /etc/oraInst.loc exists. If it is not there, Oracle is probably not properly installed.

Further info:

The oraInst.loc contains information on where the Oracle Inventory resides.

Example:

# cat /etc/oraInst.loc 
inventory_loc=/u01/app/oraInventory
inst_group=oinstall

If this information is not there, dbcollect cannot find the Oracle Inventory.