Monthly Archives: May, 2012
CE Oracle SQL Sample
TweetHere is some of the sample CE Oracle SQL. http://www.p8software.com/DevHandbook/?p=64 Share on Facebook Send article as PDF
Identify slow search query and tune them
TweetDetails how search query works. Very useful tips to find and tune slow queries. http://www-01.ibm.com/support/docview.wss?uid=swg21502886 Share on Facebook Send article as PDF
JAAS and Weblogic Configuration
TweetIf you get this error ‘ENOTAUTHENTICATED’ below link will help. http://huangp.wordpress.com/2011/12/23/filenet-jaas-and-weblogic-troubleshooting/ To make this work I added jaas.config in ‘startWebLogic.cmd’ -Djava.security.policy=%WLHOME%\server\lib\weblogic.policy %PROXYSETTINGS% %SERVER_CLASS% -Djava.security.auth.login.config=<path>jaas.config Share on Facebook Send article as PDF