Oracle Shrink Tablespace Usage
Do the following to shrink space and re-adjust the high-water mark for a table: 1. Enable row movement for the...
Database / FAQ / Oracle Database
by Ramakanta · Published November 28, 2013 · Last modified November 14, 2016
Do the following to shrink space and re-adjust the high-water mark for a table: 1. Enable row movement for the...
by Ramakanta · Published November 27, 2013 · Last modified November 26, 2014
You’re loading a large amount of data into a table and want to insert new records as quickly as possible....
Application Servers / Fusion Middleware / Java App Servers / JVM Tuning / Must Know / Oracle SOA Suite / Oracle/BEA WebLogic / Troubleshooting
by Ramakanta · Published November 23, 2013 · Last modified November 14, 2016
The Java process consumes more memory than simply the maximum heap size. Here we will see how to determine the...
Application Servers / Fusion Middleware / Java App Servers / Oracle SOA Suite / Oracle/BEA WebLogic
by Ramakanta · Published November 23, 2013 · Last modified November 14, 2016
One of the things that can cause poor application performance is not having enough connections to the database available. Since...
Apache Tomcat / Application Servers / Java App Servers
by Ramakanta · Published November 23, 2013 · Last modified August 17, 2015
The last Tomcat filter we are going to demonstrate is the Cross-Site Request Forgery Prevention filter, implemented in class org.apache.catalina.filters.CsrfPreventionFilter....
Apache Tomcat / FAQ / Must Know / Security / SSL/SecureSocketLayer
by Ramakanta · Published November 23, 2013 · Last modified November 14, 2016
Secure Socket Layer (SSL) is a secure transfer protocol used for communication on the Internet using cryptographic methods. SSL was...
Apache Tomcat / Application Servers / Installation / Java App Servers / Must Know
by Ramakanta · Published November 22, 2013 · Last modified January 21, 2017
The tomcat memory realm example (contained in package org.apache.catalina.realm.MemoryRealm) uses an in-memory user database, which is read from an XML...
EJB and Other Java EE Technologies / Java / Must Know / Servlets
by Ramakanta · Published November 22, 2013 · Last modified November 14, 2016
The lifecycle of a Java servlet follows a very logical sequence. The interface that declares the servlet lifecycle methods is...
Apache Tomcat / Application Servers / FAQ / Java App Servers
by Ramakanta · Published November 22, 2013 · Last modified November 14, 2016
Tomcat Architecture can be broken down into a set of containers including a server, a service, a connector, an engine,...
Advertisement
Advertisement
Advertisement