DBC:Errors/DBC-E016: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 21: | Line 21: | ||
If this information is not there, dbcollect cannot find the Oracle Inventory.  | If this information is not there, dbcollect cannot find the Oracle Inventory.  | ||
{{PrevNext|DBC:Errors/DBC-E015|DBC:Errors/DBC-E017}}  | |||
Latest revision as of 15:48, 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.