How to Implement Signon Password Custom Profile Option R12.2

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to Implement Signon Password Custom Profile Option R12.2

satish
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
Reply | Threaded
Open this post in threaded view
|

Re: How to Implement Signon Password Custom Profile Option R12.2

ErmanArslansOracleBlog
Administrator
So, there is no env setting documented for 12.2 in that note.. Then there are 2 possibilities.. 1) optimistic one , you should not set any additional environments.. so just source the classical EBS env and execute. 2) there is a documentation bug there and you should do some test and analyze the script to find the exact env file which should be source before the execution :)