DBC:Errors/DBC-E017: Difference between revisions

From Dirty Cache Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 21: Line 21:


If this information is not there, dbcollect cannot detect ORACLE_HOME directories.
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.