Installing JAR Files for Two Instances on The Same Physical Server
I need to install a JAR file that needs to be used in two separate instances on the same physical server.
From what I can tell I need to install the same JAR file twice. Once for each instance.
That is, two commands would need to be executed where only the instance name (EQCQA1 and EQCDEV1) in the -user value is different.
oracle@<server name>:/opt/oracle/equiclaim/jar $ loadjava -user <user_name>/<password>@EQCQA1 -force -resolve -verbose /opt/oracle/equiclaim/jar/EquiClaimClient.jar
oracle@<server name>:/opt/oracle/equiclaim/jar $ loadjava -user <user_name>/<password>@EQCDEV1 -force -resolve -verbose /opt/oracle/equiclaim/jar/EquiClaimClient.jar