DBC:Errors/DBC-E017: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:DBCollect]] | |||
{{ error | [DBC-E017] inventory.xml not found or readable }} | {{ error | [DBC-E017] inventory.xml not found or readable }} | ||
Revision as of 15:43, 10 October 2024
[DBC-E017] inventory.xml not found or readable
DBCollect failed to find or read inventory.xml. This file is required to get a list of ORACLE_HOME directories.
Solution:
The file /etc/oraInst.loc
points to the location of the Oracle Inventory.
In the inventory there should be a file named inventory.xml.
Example:
# cat /etc/oraInst.loc
inventory_loc=/u01/app/oraInventory
inst_group=oinstall
# ls -al /u01/app/oraInventory/ContentsXML/inventory.xml
-rw-rw---- 1 grid oinstall 550 Dec 18 18:02 /u01/app/oraInventory/ContentsXML/inventory.xml
If this information is not there, dbcollect cannot detect ORACLE_HOME directories.