fnd_user_pkg.enableuser(username=>'lc_user_name') ;
FOR i in (select * from fnd_user where user_name in ('user1','user2','user3'))
loop
fnd_user_pkg.enableuser(username=> i.user_name );
END LOOP;
COMMIT;
END;
You have encountered an unexpected error,please contact system administrator,
While opening oracle R12 application url login , we getting above error,
"You have encountered an unexpected error,please contact system administrator".
This is happen due to disable and enable user end_dates in fnd_user table using updates scripts.
Answer: 1
Please try to disable and enable user end_dates in fnd_user table using fnd_user_packages,
In order to access this application, you must install the J2SE Plugin version 1.6.0_25. To install this plugin, click here to download the oaj2se.exe executable. Once the download is complete, double-click the oaj2se.exe file to install the plugin. You will be prompted to restart your browser when the installation is complete.
Eventhough we installed java 6 if we got this error ,
Please add the application domain link to the compatability settings,
Internet explorer > open oracle r12 application url page > select settting/tools > drop down list choose the view compatability settings > add the application domain link > close.
Now it will open oracle forms.