Overview: This post will outline the steps to start the Weblogic Admin and managed server using the command line. Most likely, the majority of Weblogic servers in the industry are operating on the Linux operating system...
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...
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...