maximum capacity reached means created connections are completed in the connection pool ? if connections are completed do we need to increased from our end or DB team will do that ?
If utilization reaching Max capacity of connection Pool then you have to increase Max Capacity parameter of connection Pool, also you have to ensure sufficient capacity available at db as well. At DB Processes & Sessions parameter need to tune for that
Hi Sir one of the weblogic managed server is failed if we restart it is taking more than one hour to come up but after few minutes it is going to failed state what might be the issue how can we troubleshoot this ?
There could be multiple reasons, less heap defined to the managed server, database is not available, some of the application not getting deployed due to code issue, network firewall issues etc
Awesome video. One of the most detailed info at one place. Keep up the good work
Thanks friend
maximum capacity reached means created connections are completed in the connection pool ? if connections are completed do we need to increased from our end or DB team will do that ?
If utilization reaching Max capacity of connection Pool then you have to increase Max Capacity parameter of connection Pool, also you have to ensure sufficient capacity available at db as well. At DB Processes & Sessions parameter need to tune for that
connections are created at the time of weblogic server start up of db server start up ?
Number of connections created at startup depends on the Initial Capacity parameter
Sir, To Convert Generic Datasource to Active Grid link Datasource, dose it requires additional licensing.?
No, only make sure you have enterprise database in the backend with multiple nodes
what is the java utility that we have to connect db from weblogic host ?
dbping
if we face jvm slowness issue how can we troubleshoot ?
Heap dump and gc analysis
Hi Sir one of the weblogic managed server is failed if we restart it is taking more than one hour to come up but after few minutes it is going to failed state what might be the issue how can we troubleshoot this ?
sir let me know this answer in general way.
There could be multiple reasons, less heap defined to the managed server, database is not available, some of the application not getting deployed due to code issue, network firewall issues etc