Introduction – Seasoned DBAs are already aware about architectural changes in 11i, r12 and r12.2. Likewise, there are some significant changes when you compile jsp pages in these versions. This article will cover important aspects when performing same action in different versions. We will start with 11i until r12.2 followed by a summary on differences and similarities. JSP Cache - It is compiled version of JSP files. - They have extension .class. - They are stored in folder - _pages. Compilation process of jsp file JSP file ---conversion---> .java file ---compilation---> .class file Differences when storing compiled .class files In 11i, Apache JServe was responsible to compile jsp and convert the same into .class file while in r12, we have oc4j handling jsps. Default location...
Blog about Oracle, E-Business Suite, Cassandra, Oracle Cloud, Linux Administration ideal for system administrators, database administrators