PLSQL_CODE_TYPE question
We are using EBS 12.1.3 and recently upgraded to Oracle 12.1.0.2
In Note 396009.1 , they recommend to set PLSQL_CODE_TYPE = NATIVE , we currently use INTERPRETED.
.
I also found note 1340441.1 , that talks about converting from Interpreted to Native using dbmsupgnv.sql script with the TRUE option after setting the PLSQL_CODE_TYPE = NATIVE init parameter.
.
I'm not sure if this applies to EBS , as note 396009.1 only mentions to get the init parameter PLSQL_CODE_TYPE = NATIVE, there's not mention of other steps needed.
So for EBS do we just need to set this init parameter PLSQL_CODE_TYPE = NATIVE and not other steps are required ?