Database Administration (MOSC)

MOSC Banner

Installing JAR Files for Two Instances on The Same Physical Server

edited Jun 28, 2014 5:00AM in Database Administration (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center