DBC:Errors/DBC-E016: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:DBCollect]] | |||
{{ error | [DBC-E016] oraInst.loc not found or readable }} | {{ error | [DBC-E016] oraInst.loc not found or readable }} | ||
Revision as of 15:43, 10 October 2024
[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.