开发者

Oracle: named java procedures, scoped by schema name?

开发者 https://www.devze.com 2023-01-14 11:28 出处:网络
If I do this: loadjava -u user1 MyClass.class loadjava -u u开发者_C百科ser2 MyClass.class are the two class definitions distinct?i.e., I can install a new version into user2 without affecting the

If I do this:

 loadjava -u user1 MyClass.class
 loadjava -u u开发者_C百科ser2 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号