Weblogic Performance Tuning - Part 1 (Data Source)

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 15

  • @kratikasikarwararora9335
    @kratikasikarwararora9335 Год назад +1

    Awesome video. One of the most detailed info at one place. Keep up the good work

  • @SwamyD-d2o
    @SwamyD-d2o Год назад

    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 ?

    • @digitak.middleware
      @digitak.middleware  Год назад

      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

  • @SwamyD-d2o
    @SwamyD-d2o Год назад

    connections are created at the time of weblogic server start up of db server start up ?

    • @digitak.middleware
      @digitak.middleware  Год назад

      Number of connections created at startup depends on the Initial Capacity parameter

  • @RaghavendraPujar-y6b
    @RaghavendraPujar-y6b 10 месяцев назад

    Sir, To Convert Generic Datasource to Active Grid link Datasource, dose it requires additional licensing.?

    • @digitak.middleware
      @digitak.middleware  10 месяцев назад

      No, only make sure you have enterprise database in the backend with multiple nodes

  • @SwamyD-d2o
    @SwamyD-d2o Год назад

    what is the java utility that we have to connect db from weblogic host ?

  • @SwamyD-d2o
    @SwamyD-d2o Год назад

    if we face jvm slowness issue how can we troubleshoot ?

  • @SwamyD-d2o
    @SwamyD-d2o Год назад

    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 ?

    • @SwamyD-d2o
      @SwamyD-d2o Год назад

      sir let me know this answer in general way.

    • @digitak.middleware
      @digitak.middleware  Год назад

      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