$ORACLE_HOME/bin/lbuilder
Oracle 11.2 SE-One, 64 bit
Oracle Linux 5.6, 64 bit
One of the servers I recently inherited has no less than 6 ORACLE_HOMEs on it. Of those, it appears that some are not used at all, and some have no valid use. I'd like to clean up the mess before upgrading 3 databases and asm. For two of the homes, there is no reference in /etc/oratab, no reference in oracle's crontab (I need to check with the SA and see if any reference in root's crontab), nothing showing up with a 'ps -ef' command. Now for the clinker.
Out of an abundance of caution, I wanted to see if anything in ORACLE_HOME/bin had been touched at all recently. So I tried a 'find $ORACLE_HOME/bin -atime -7' On both directories it returned a single reference .. to 'lbuilder'. I see that 'lbuilder' is supposed to be a 'locality builder' utility, supposed to be found in a different directory. My question then is, does anyone have a clue as to why this one file, and only this one file, would be returned by my 'find' command on the ORACLE_HOME/bin directory?