The Overview: Oracle WebLogic Server uses various types of threads to handle different tasks and operations within the server. Here are some of the most common types of threads used in Oracle WebLogic Server: 1. Execute...
Category - Monitoring
Overview: A thread dump is a snapshot of the current state of a Java Virtual Machine (JVM) at a specific moment in time. It shows the list of threads currently executing in the JVM along with their current state, such as...
Overview: In WebLogic, a heap dump is a snapshot of the memory heap of a Java Virtual Machine (JVM) at a specific point in time. It captures all the objects and data structures that are present in the JVM’s memory...
Overview: WebLogic datasources are used to manage connections to databases, which are essential for most enterprise applications. A datasource is a pool of database connections that can be shared by multiple applications. When...
Overview: WebLogic Server provides various options for performance tuning to optimize the performance of your application. WLST (WebLogic Scripting Tool) can be used to automate the process of performance tuning. Here are...