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

  Рет қаралды 31,317

Vismo Technologies

Vismo Technologies

Күн бұрын

Пікірлер
@prasadd1324
@prasadd1324 3 жыл бұрын
GREAT EXPLANATION MAN. I USED TO ALWAYS CHECK INSIDE HEREAFTER I WILL CHECK THESE FIRST.... THANKS A LOT👌👌👌👌
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Happy to help
@Prakashsv-dh9ej
@Prakashsv-dh9ej 8 ай бұрын
Great work bro, im becoming fan of yours. Thanks for doing this type of videos....
@sivaparam
@sivaparam 4 ай бұрын
great posting thanks
@Ulta-Fulta
@Ulta-Fulta 2 жыл бұрын
Excellent explanation.
@muhammadisrar6057
@muhammadisrar6057 3 жыл бұрын
MashaAllah brother. very nice info.
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thanks
@eswar6311
@eswar6311 3 жыл бұрын
Hi Mallik thankful for your support Eswar from Vizag
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Always welcome
@rohanmahadik4222
@rohanmahadik4222 4 жыл бұрын
Excellent explanation
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Glad it was helpful!
@SujeetKumar-nz5pl
@SujeetKumar-nz5pl 3 жыл бұрын
Nice video
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Thanks
@mayurrahate
@mayurrahate 2 жыл бұрын
Thanks for the detail explanation
@sanjeevvellaisamy6282
@sanjeevvellaisamy6282 4 жыл бұрын
Excellent video.. keep update
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks Sanjeev
@maqsorix
@maqsorix Жыл бұрын
Awesome
@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.
@meghakaradi
@meghakaradi 4 жыл бұрын
Good explanation
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you dear.
@santoshramadurga4336
@santoshramadurga4336 4 жыл бұрын
Nice explained
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks brother
@akashkokate8048
@akashkokate8048 2 жыл бұрын
Nice explanation ❤
@lucian1094
@lucian1094 4 жыл бұрын
Very usefull video! Good job!
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you.
@anikjonina6498
@anikjonina6498 3 жыл бұрын
Very well explained. Thanks for the session
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
You are welcome
@BHARARHROYAL
@BHARARHROYAL 4 жыл бұрын
Great session sir
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you.
@sahaniarunitm
@sahaniarunitm 4 жыл бұрын
nice
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you Arun. Please so share with you friends and colleagues
@kids-kh1ij
@kids-kh1ij 4 жыл бұрын
Very nicely explained 👍
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thank you.
@rajeshkunda6704
@rajeshkunda6704 4 жыл бұрын
Very nice sir
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks and welcome
@Penjarlamahesh
@Penjarlamahesh 3 ай бұрын
Thank you
@sairamakrishna5995
@sairamakrishna5995 3 жыл бұрын
Excellent explain please upload all da main topic
@VismoTechnologies
@VismoTechnologies 3 жыл бұрын
Sure noted
@Abdulhafeezkalsekar
@Abdulhafeezkalsekar 4 жыл бұрын
Good Job Brother !!
@VismoTechnologies
@VismoTechnologies 4 жыл бұрын
Thanks ✌
@NerdDrummer
@NerdDrummer 2 жыл бұрын
Very nicely explained. Only thing that could have been better is the volume of voice.
@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.
@Haider_Ain
@Haider_Ain 7 ай бұрын
Thank you for the explanation but lower the NI value (nice value) higher the priority and higher the NI value lower the priority.
@vinny_vlogs4262
@vinny_vlogs4262 3 жыл бұрын
Looking more videos on wait events,SQL tuning, sorting, Joins, Baseline, SQL profile. Pls
@BabitaSingh-rn4ol
@BabitaSingh-rn4ol 10 ай бұрын
Please make more videos
@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.
@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?
@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
@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
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
Analysis of a Couple AWR Reports - OTW2018
57:32
Database Community
Рет қаралды 23 М.
Oracle Database performance analysis using AWR Reports
1:25:51
Prashant Dixit
Рет қаралды 27 М.
What is Performance tuning ?  Let’s discuss with Paulomi Guha.
31:51
Learnomate Technologies
Рет қаралды 9 М.
Oracle Database Performance Tuning for Admins and Architects
48:59
Oracle Learning Subscriptions
Рет қаралды 162 М.
Debugging CPU Issue
28:29
Prashant Lakhera
Рет қаралды 45 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН