A new machine was given to your department. This machine has two WebLogic server12.1.2
installation, each with different inventories.
Which command or tool do you determine the differences in products installed in each of the
inventories?
A.
None, inventories are used by Oracle databases only.
B.
ORACLE_HOME/wiserver/bin/compareInventory-sh-oracle-home1 <oracle-home1 location > -oracle-home2 <oracle-home2 location>.
C.
TheOracleInventory Viewer utility
D.
ORACLE _HOME2< oracle _home2 location >.
B is correct
Answer : /B
Explanation :
You can use the compareInventory.sh (on UNIX operating systems) or compareInventory.cmd (on Windows operating systems) script to compare the contents of any two Oracle home locations. If any differences are found, the following information is provided in the output:
-oracle_home1 :Full path to one of the two Oracle home locations you want to compare.
-oracle_home2 :Full path to the second Oracle home location you want to compare.
Source :
http://docs.oracle.com/middleware/1212/core/OUIRF/overview.htm#OUIRF375
On the exam, the question is little bit different, the path is changed by something like this : ORACLE_HOME/oui/bin
nebz is right (as usual)
In the Exam, D different. It is identical to B, but the path is ORACLE_HOME/oui/bin. This is the correct answer. The path in B is wrong.