Tag Archives for " weblogic "

Oracle Weblogic : Tuning JDBC Data Source parameters

In this post , we will cover some of the parameters and factors which affect JDBC performance in Weblogic Server. But first I will like to show how jdbc connections are made (in Snaps below )and for that we need to understand two terms Data Sources and Connection Pool. Data sources: Are administered factory Objects […]

Read More

Customizing Heap Size in a Weblogic domain

We often come across cases where we require to modify the heap size according to our applications’s needs eg java.lang.OutOfMemoryError Whenever we want to change the Heap size in WebLogic server (AdminServer or managed servers), we can customize setDomainEnv.sh in $DOMAIN_HOME/bin with required memory arguments. Below are the two scenarios: Scenario 1: We need to […]

Read More

Oracle Fusion Middleware : BEA WebLogic or Oracle Application Server

I was listening to podcast Check Here from Thomas Kurian (Senior Vice President, Oracle FMW) about Oracle’s Strategy on integrating/merging BEA product with Oracle Fusion Middleware.    Oracle acquired BEA this year and these two companies had many common products (Java Application Server, SOA Suite, Web Center Suite..). This podcast try to clear where is Oracle heading with […]

Read More