DBC:Errors/DBC-E017: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ error | [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 <code>/etc/oraInst.loc</code> points to the location of the Oracle Inventory. In the inventory there should be a file named inventory.xml. Example: <syntaxhighlight lang=bash> # cat /etc/oraInst.loc inventory_loc=/u01/app/oraInventory inst_group=oinstall # ls -al /u01/app/or..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:DBCollect]] | |||
{{ error | [DBC-E017] inventory.xml not found or readable }} | {{ error | [DBC-E017] inventory.xml not found or readable }} | ||
Line 18: | Line 19: | ||
-rw-rw---- 1 grid oinstall 550 Dec 18 18:02 /u01/app/oraInventory/ContentsXML/inventory.xml | -rw-rw---- 1 grid oinstall 550 Dec 18 18:02 /u01/app/oraInventory/ContentsXML/inventory.xml | ||
</syntaxhighlight> | </syntaxhighlight> | ||
If this information is not there, dbcollect cannot detect ORACLE_HOME directories. | |||
{{PrevNext|DBC:Errors/DBC-E016|DBC:Errors/DBC-E018}} |
Latest revision as of 15:48, 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.