loadjava error in Oracle 10.2.0.4 "ORA-29512
After upgrading Oracle from 10.2.0.3 to 10.2.0.4, the loading of Java Stored Procedures via loadjava utility is failing with "ORA-29512: incorrectly formed name resolver specification" error. Below is a sample of exact error from the script.
The following operations failed
class com/att/instar/dbclient/entity/PremDomSvcEntity: creation (createFailed)
exiting : Failures occurred during processing
dropping: class com/att/instar/dbclient/entity/PremiseEntity
arguments: '-user' 'nipa_dba/***' '-resolver' '(( com.att.instar.* nipa_dba) ( com.att.wn.bids.* nipa_dba) (* PUBLIC))' '-v' 'PremiseEntity.class'
creating : class com/att/instar/dbclient/entity/PremiseEntity with resolver (( com.att.instar.* nipa_dba) ( com.att.wn.bids.* nipa_dba) (* PUBLIC))