|
找不到java class.
建议你先单独编译一下试试
SQL> alter java class "/3906534f_WebSessionManagerProc" resolve;
如果不成功,可以试一下下面的解决方法.
############
ORA-29541 Unable to Change Password Using FNDCPASS Utility
Oracle error -29541: ORA-29541: class APPS.oracle/apps/fnd/security/WebSessionManagerProc could not be resolved has been detected in FND_WEB_SEC.VALIDATE_PASSWORD
To implement the solution, please execute the following steps:
1. Unzip RDBMS $ORACE_HOME/rdbms/jlib/servlet.jar to a temporary location.
2. cd to the <temp location>/javax/servlet
loadjava -u sys/<syspwd> -v -f -r ServletRequest.class
3. cd to the <temp location>/javax/servlet/http
loadjava -u sys/<syspwd> -v -f -r HttpServletRequest.class
4. If the above load is successful, then try to compile the following java classes in this order:
/69cdcac5_URLTools
/9bcc02c9_GenericFileManager
/98ca471e_GenericFileManager
/7ef1f61b_AppsContext
/be1b2bb2_ErrorStack
/4cc59dc8_AppsException
/4f323587_DataVerificationExce
/b3e79110_HTTPData
/50e4719a_AolSecurity
/3906534f_WebSessionManagerProc
For example :
SQL> conn apps/apps
Connected.
SQL> alter java class "/69cdcac5_URLTools" resolve;
Java altered.
5. Retest the issue. |
|