2

If I do this:

 loadjava -u user1 MyClass.class
 loadjava -u user2 MyClass.class

are the two class definitions distinct? i.e., I can install a new version into user2 without affecting the code referenced by user1?

1 Answer 1

1

You load java class into different schema - this is different objects - if you update one of this object second don't suffer.
I loaded jar many time on test and enterprise schema in same Oracle instance.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.