Login  Register

How to Implement Signon Password Custom Profile Option R12.2

Posted by satish on Jun 22, 2021; 6:53am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/How-to-Implement-Signon-Password-Custom-Profile-Option-R12-2-tp9898.html

Dear erman,

We are following below note I’d
How to Implement Signon Password Custom Profile Option in EBS 11i / R12 (Doc ID 362663.1)
 
For R12.2,do we need to set any environment file before running loadjava.

Here,in note I’d,it is given for 11i and r12 only...

2. Load the java class to the database using following command:
2.1. Before running the loadjava command set environment file:
       R12: Set the $ORA_CONFIG_HOME/10.1.3/<CONTEXT_NAME>.env file
       11i:  Set the iAS ORACLE_HOME environment file.
2.2. Run the loadjava command from the database tier:
loadjava -user apps/apps -verbose -resolve -force AppsPasswordValidationCUS.java
If the loadjava fails with an error like - "Exception in thread "main" java.lang.NoClassDefFoundError: oracle/aurora/util/Wrapper", it has been identified that the command is working when sourcing the $ORA_CONFIG_HOME/10.1.2/<CONTEXT_NAME>.env
 
Thanks,
Satish