Setting Advanced Java Properties

Invoker Rights
Select CURRENT_USER to indicates that the methods of the class execute with the privileges of CURRENT_USER or DEFINER indicates that the methods of the class execute with the privileges of the owner of the schema in which the class resides, and that external names resolve in the schema where the class resides.

Resolver
Specify a mapping of the fully qualified Java name to a Java schema object.

Compile or Resolve
Check this to specify that Oracle Database should attempt to resolve the Java schema object that is created if this statement succeeds.

No Force
Check this to roll back the results of the CREATE command of Java if you have enabled Compile or Resolve and the resolution or compilation fails. If you do not specify this option, then Oracle Database takes no action if the resolution or compilation fails, and the created schema object remains.