Part1 – (Part2) - (Part3) – (Part4)
Introduction
Java Servlet is the one of the most important Java technologies. It is the simplest model to build a complete Java J2EE Web Application. Furthermore, even for complex J2EE Web Application that uses Struts, Spring, EJB and etc, they are still using Servlet for certain purposes such as Servlet Filter, Listener and etc. Thus, it is just a good idea for you to have well-built understanding of Java Servlet. Prior reading this tutorial, it would be excellent if you have mastered the basic …
Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make’s wrinkles.
Continuum is a continous integration server for building Java based projects.
Antmod’s repository management, release descriptors, working with modules
CPMake is a make utility written in Java to make anything (C, C++, Java, C#, XSL …)
ORACLE ERROR CODE ORA-00089
ERROR
invalid instance number in ORADEBUG command
CAUSE
An invalid instance number was specified in a cluster database ORADEBUG command
ACTION
Reissue the command with valid instance numbers
ORACLE ERROR CODE ORA-00088
ERROR
command cannot be executed by shared server
CAUSE
Debug command issued on shared server
ACTION
Reissue the command using a dedicated server
ORACLE ERROR CODE ORA-00087
ERROR
command cannot be executed on remote instance
CAUSE
Cluster database command issued for non cluster database ORADEBUG command
ACTION
Issue the command without the cluster database syntax
ORACLE ERROR CODE ORA-00086
ERROR
user call does not exist
CAUSE
An invalid attempt was made to dump the user call heap
ACTION
Wait until the process starts a call
ORACLE ERROR CODE ORA-00085
ERROR
current call does not exist
CAUSE
An invalid attempt was made to dump the current call heap
ACTION
Wait until the process starts a call
ORACLE ERROR CODE ORA-00084
ERROR
global area must be PGA, SGA, or UGA
CAUSE
An attempt was made to dump an invalid global area
ACTION
Specify either PGA, SGA, or UGA