INACTIVE Session Blocking ACTIVE Session | dailyDBA 49

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

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

  • @raajkumartadimarri
    @raajkumartadimarri 4 месяца назад

    Active and Inactive session explanation was good.

  • @tapasbiswal6693
    @tapasbiswal6693 4 года назад

    The way our speaker explains, I love it. We want more videos..

  • @poojaahankare5948
    @poojaahankare5948 4 года назад +3

    Feeling confident to watch ur video thanks

  • @harigopalreddyambati
    @harigopalreddyambati 2 года назад +2

    The explanation is very good

    • @dbagenesis
      @dbagenesis  2 года назад

      Thank you! keep watching.

  • @shbhmgpt48
    @shbhmgpt48 4 года назад +4

    What i guess, awr report is useful for troubleshooting issue that existed for around atleast 30-40% of snapshot duration, where you want to check db_time, elapsed time and top 10 foreground event during that time to see the bottle neck, ADDM is AWR advisor only which is captured for every snapshot in database, which recommends for resolution, it basically recommends if any cursor paramter change, SGA tuning is needed, and in last if i want to be very specific about timeframe, like in my 60 min timeframe snapshot during , i want 10:20:30 to 10:25:00 , what was the issue, what were the statement executed, what were the module, what were the sessions connected, i am going to use ASH report..because ASH report divide snapshot during into samples, so my 1 hour snapshot duration is converted into 3600 samples, my 5 min issue, will not be captured in AWR, because that is an average report for 1 hour(or snapshot duration)
    Arun Sir, would love to hear ur views :)

  • @chetanpatil8649
    @chetanpatil8649 4 года назад +2

    Awr - database wide performance issue. Addm - drill down potential sql queries
    Ash - unlike awr which is for higher duration like snapshot time (60 mins default). Ash can be use for checking performance of 5 min also

  • @akshaykumar5388
    @akshaykumar5388 4 года назад +3

    I killed one inactive session that was locking other query but inactive session state become from inactive to killed and still locking other query.
    I waited for around 15 hours but still session was in killed state and locking other query.
    After that I restarted db then only killed session released.
    I didn't understand y inactive session didn't release after kill.

    • @NoMessage3
      @NoMessage3 4 года назад +2

      You just need to do orakill ,
      And the reason for not releasing the lock is , the session rollbacks the trxns so that it will take time to release ( depends on trxns ) till that it will be in killed state.

  • @mahmudurkhan5754
    @mahmudurkhan5754 4 года назад +4

    I using ADDM, ADR & ASH nearly 2/3 times in a week

  • @SandeepYadav-lt7pr
    @SandeepYadav-lt7pr 4 года назад +2

    Hi Arjun,
    Requesting you to kindly make one video on tkprof utility to understand how to execute and identify the slownesy issue of query.

  • @chetanpatil8649
    @chetanpatil8649 4 года назад +1

    I have a question regarding moving Asm disks from 12 Cluster to 19c cluster. I mean dismount disks from 12c. Make those line available to 19c cluster servers using udev and add those disk to create same DG on 19c cluster. Is it possible ?

  • @mukidkhan952
    @mukidkhan952 4 года назад

    sir after a long time new video published i am waiting your every video, very benificial

  • @Shahrukhkhansfanclub
    @Shahrukhkhansfanclub Год назад

    In our application the active session always remain 55 while value of Inactive session vary. Can you please explain why Active session value not increasing?

  • @MegaSaikiran143
    @MegaSaikiran143 4 года назад

    1)we normal run the awr when there is bottle neck in database performances and resources usage and wait events then we generate ,Even i don't know when to generate the awr exactly
    2)Ash is generated because we need to details analyzsis in seconds then we run the ash report which can't be provide by the awr report .
    3)ADDM is used recommendation for database performances which read the information from the Awr report.

  • @saikumar-sz5zl
    @saikumar-sz5zl 4 года назад

    Hello sir Good evening,
    Can you tell me how to check the Cpu and the memory usage of Database server from SQL prompt

  • @VineetPundir-humble
    @VineetPundir-humble 4 года назад

    In my environment, sometimes I have noticed contention due to inactive select statement. What does it mean?

  • @rahmathali9231
    @rahmathali9231 4 года назад

    DB/instance Performance issue .. like to see the waiting event and also to find who were contributing those events

  • @mohitburman1187
    @mohitburman1187 4 года назад +1

    Is there any way to change schema name in oracle... Please suggest

    • @SandeepYadav-lt7pr
      @SandeepYadav-lt7pr 4 года назад +1

      Update username from user$ view

    • @abhilokkumar645
      @abhilokkumar645 4 года назад +1

      In other way by using datapump utility you can the change the schema name while importing !!!!

    • @waeezansari6084
      @waeezansari6084 7 месяцев назад

      ​@@abhilokkumar645how

  • @ngsekhar52
    @ngsekhar52 4 года назад

    Hi Arun,
    I have following your video, its having very informative, thank you for sharing such knowledge👍

  • @venkatreddy4594
    @venkatreddy4594 4 года назад

    I will generate AWR report to know what are session and which query takes more I/o

  • @saylikhedekar8799
    @saylikhedekar8799 4 года назад

    Hi Arun, For the question : How to find performance bottleneck of a query? Can we use ASH report if the query is currently being executed (also monitoring it from OEM) and take help of TKprof utility if further investigation is required. I am asking this because for some weird reasons client has not given me DB server access and all I have is 13c OEM and SQL developer at my hand.

  • @prathapreddy9618
    @prathapreddy9618 4 года назад

    Nice explaination arun,
    Could you explain If I forgot to create temp tablespace while at the time manual db creation, what happen when user establish a session?
    I noticed that database_properties , it is showing system, can we say that system is working as temp for a while. Is it right or wrong ?

  • @kellytchoffo2837
    @kellytchoffo2837 4 года назад +1

    Can’t wait for the daily cloud show 💃🏻. Also , what cloud providers do you recommend especially between AWS/AZURE?

  • @ravalisharma6386
    @ravalisharma6386 4 года назад +1

    Awr and addm I use when I need to check the performance of DB
    ASH report is used to take report for active session history for a period of time
    Very useful stuff.. thanks a lot.. i really don't know the use of ASH till date as I am a fresher DBA but to comment you I searched and came to know it

  • @suryakolla5017
    @suryakolla5017 3 года назад

    Hi Arun,
    If possible please restart this daily DBA show.

  • @mohsinpatel5408
    @mohsinpatel5408 4 года назад +1

    I am awaiting ur daily Cloud show