Database Performance Issue - Basic Guidelines and OS Analysis [top, vmstat, free, iostat,sar] - PT 1

  Рет қаралды 30,831

Vismo Technologies

Vismo Technologies

Күн бұрын

Пікірлер: 61
@eswar6311
@eswar6311 3 жыл бұрын
Hi Mallik thankful for your support Eswar from Vizag
@VismoTechnologies
@VismoTechnologies 2 жыл бұрын
Always welcome
@prasadd1324
@prasadd1324 2 жыл бұрын
GREAT EXPLANATION MAN. I USED TO ALWAYS CHECK INSIDE HEREAFTER I WILL CHECK THESE FIRST.... THANKS A LOT👌👌👌👌
@VismoTechnologies
@VismoTechnologies 2 жыл бұрын
Happy to help
@Prakashsv-dh9ej
@Prakashsv-dh9ej 7 ай бұрын
Great work bro, im becoming fan of yours. Thanks for doing this type of videos....
@NerdDrummer
@NerdDrummer 2 жыл бұрын
Very nicely explained. Only thing that could have been better is the volume of voice.
@sivaparam
@sivaparam 2 ай бұрын
great posting thanks
@nikhilingale9636
@nikhilingale9636 2 жыл бұрын
One of the best video. Amazing brother. You're awesome. This video gives much clarity and helpful for each one of us here to understand the basics of performance tuning here.
@muhammadisrar6057
@muhammadisrar6057 3 жыл бұрын
MashaAllah brother. very nice info.
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thanks
@vinny_vlogs4262
@vinny_vlogs4262 3 жыл бұрын
Looking more videos on wait events,SQL tuning, sorting, Joins, Baseline, SQL profile. Pls
@rameshvattikuti9865
@rameshvattikuti9865 4 жыл бұрын
Excellent Session Mallik. Could you please take a session on SQL Profiler and SQL BASELINE
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you Ramesh, My next session will be on SQL profile and SQL baseline including SPM package.
@mayurrahate
@mayurrahate Жыл бұрын
Thanks for the detail explanation
@Ulta-Fulta
@Ulta-Fulta 2 жыл бұрын
Excellent explanation.
@maqsorix
@maqsorix Жыл бұрын
Awesome
@Haider_Ain
@Haider_Ain 6 ай бұрын
Thank you for the explanation but lower the NI value (nice value) higher the priority and higher the NI value lower the priority.
@sairamakrishna5995
@sairamakrishna5995 3 жыл бұрын
Excellent explain please upload all da main topic
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Sure noted
@rohanmahadik4222
@rohanmahadik4222 4 жыл бұрын
Excellent explanation
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Glad it was helpful!
@SujeetKumar-nz5pl
@SujeetKumar-nz5pl 3 жыл бұрын
Nice video
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thanks
@anikjonina6498
@anikjonina6498 3 жыл бұрын
Very well explained. Thanks for the session
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
You are welcome
@alykebe5114
@alykebe5114 4 жыл бұрын
Hi Mallik Thank you so much . Your tutorial is very clear. Could you add one more topic about debgugging by using Toad or oracle developer. Thanks again
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Sure Aly Kebe, I will show you how to debug using toad or SQL developer. Its much easier than SQL command prompt if you toad or sql developer.
@sanjeevvellaisamy6282
@sanjeevvellaisamy6282 4 жыл бұрын
Excellent video.. keep update
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks Sanjeev
@santoshramadurga4336
@santoshramadurga4336 4 жыл бұрын
Nice explained
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks brother
@meghakaradi
@meghakaradi 4 жыл бұрын
Good explanation
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you dear.
@Penjarlamahesh
@Penjarlamahesh 2 ай бұрын
Thank you
@akashkokate8048
@akashkokate8048 2 жыл бұрын
Nice explanation ❤
@sahaniarunitm
@sahaniarunitm 4 жыл бұрын
nice
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you Arun. Please so share with you friends and colleagues
@lucian1094
@lucian1094 4 жыл бұрын
Very usefull video! Good job!
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you.
@RaviManam
@RaviManam 4 жыл бұрын
Hi Mallik I can see my Swap memory usage even we have physical memory free, is it good or bad and why it is using swap memory
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
1. Swap is Disk memory which is slower than Physical memory (RAM) 2. Your DB or application should not use any swap memory if you have free memory. 3. Swap memory should be used only when you exhaust complete physical memory that not longer time. 4. If you are seeing swap memory usage regularly then you need to either increase your physical memory or tune your database by restricting memory limits. 5. If you see swap memory usage even thought there is free physical memory then some settings miss config in server. /etc/sysctl.conf check for swappiness. Also check for linux memory configuration and tune your linux server accordingly.
@RaviManam
@RaviManam 4 жыл бұрын
@@VismoTechnologiesis there any way to allocate swap memory to database? Generally we will allocate memory to database that will take from physical memory and that is not swappable memory and it will not go beyond that memory Can you please tell me if it needs more memory than allocated one it will use from swap?
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
SGA will take from RAM and it will not go more than what defined. But PGA will go more than what allocated in 11g. To avoid that starting from 12c new parameter PGA_agregate_limit parameter introduced
@bharathkumar-ds8cd
@bharathkumar-ds8cd 4 жыл бұрын
@@VismoTechnologies only some situations we are facing huse swap usage issues, that time I am informing to application team then kill the session.mostly it's happens peak business hours. So how to pro actively fix?
@BHARARHROYAL
@BHARARHROYAL 4 жыл бұрын
Great session sir
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you.
@kids-kh1ij
@kids-kh1ij 4 жыл бұрын
Very nicely explained 👍
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you.
@rajeshkunda6704
@rajeshkunda6704 4 жыл бұрын
Very nice sir
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thanks and welcome
@BabitaSingh-rn4ol
@BabitaSingh-rn4ol 9 ай бұрын
Please make more videos
@prasaddba6848
@prasaddba6848 4 жыл бұрын
Hi Mallik ,how to identified zombie ,stopped process ,can you please let me know where i have look.
@prasaddba6848
@prasaddba6848 4 жыл бұрын
i am able to see zombie ,stopped process .how to resolve in database level
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Okay, I will take on session on the handling these zombie process and OS wait events. 1. Ideally we need to kill those zombie process 2. For the OS wait events we need to check further why those are waiting, waiting for resource or waiting for CPU or waiting for client process and then we need to take appropriate action
@Abdulhafeezkalsekar
@Abdulhafeezkalsekar 3 жыл бұрын
Good Job Brother !!
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thanks ✌
@reresha191
@reresha191 3 жыл бұрын
Can you put your previous session link here pls
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
I am sharing all the session documents and everything on our DBA group in Telegram. Join our DBA gtoup @mallik034 on Telegram
@ashishgupta3788
@ashishgupta3788 3 жыл бұрын
Mallik Sir - please correct your words. ni is Nice. As you said higher nice higher priority and less nice less priority. It should be Less nice value (-20) higher priority and more nice (+20) less priority.
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
There are more videos in clearing your doubts on my channel. Check them if still did not clear then i will take one live webinar on these topics for live discussion. Stay tuned
@DeviL_07s
@DeviL_07s 3 жыл бұрын
Very well explained
002 - What is VIP & What is SCAN in Oracle RAC? || Real Application Cluster
32:27
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 37 МЛН
Человек паук уже не тот
00:32
Miracle
Рет қаралды 4,3 МЛН
Wait events  &  DB Time ( Franck Pachot at POUG Workshop)
1:32:40
Franck Pachot
Рет қаралды 6 М.
Data Analysis with Python for Excel Users - Full Course
3:57:46
freeCodeCamp.org
Рет қаралды 3,2 МЛН
Analysis of a Couple AWR Reports - OTW2018
57:32
Database Community
Рет қаралды 23 М.
Webinar - 02- RAC Architecture and RAC Interview Questions & Answers
59:38
Vismo Technologies
Рет қаралды 23 М.