Latest

  • Active session in oracle

    Below sql statement will show the active session for database select user_name, status, osuser, machine, a.sql_text from v$session b, v$open_cursor a where a.sid = b.sid…

  • LogOut/LogOff on KFS with CAS

    Open immutableBar.tag, which is located at kfs/work.web-root/WEB-INF/tags/portal/ Search for <c:otherwise> and comment the code between otherwise. add below code & save file <a href=”/cas/logout?” style=”color:#FFFFFF;text-decoration:none;font-weight:bold;”>logoff</a>

  • How to Deal With OutOfMemory in tomcat

    These errors are rather commonly seen during development phases, and even on production servers. These errors are even more annoying than others, because they do…

  • Disable Impersonating User or Backdoor

    Open immutableBar.tag, which is located at work/web-root/WEB-INF/tags/portal/ or work/web-root/WEB-INF/tags/rice-portal/ Search for <c:otherwise> and comment the code between otherwise.