Hi Mallik thankful for your support Eswar from Vizag
@VismoTechnologies2 жыл бұрын
Always welcome
@prasadd13242 жыл бұрын
GREAT EXPLANATION MAN. I USED TO ALWAYS CHECK INSIDE HEREAFTER I WILL CHECK THESE FIRST.... THANKS A LOT👌👌👌👌
@VismoTechnologies2 жыл бұрын
Happy to help
@Prakashsv-dh9ej7 ай бұрын
Great work bro, im becoming fan of yours. Thanks for doing this type of videos....
@NerdDrummer2 жыл бұрын
Very nicely explained. Only thing that could have been better is the volume of voice.
@sivaparam2 ай бұрын
great posting thanks
@nikhilingale96362 жыл бұрын
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.
@muhammadisrar60573 жыл бұрын
MashaAllah brother. very nice info.
@VismoTechnologies3 жыл бұрын
Thanks
@vinny_vlogs42623 жыл бұрын
Looking more videos on wait events,SQL tuning, sorting, Joins, Baseline, SQL profile. Pls
@rameshvattikuti98654 жыл бұрын
Excellent Session Mallik. Could you please take a session on SQL Profiler and SQL BASELINE
@VismoTechnologies4 жыл бұрын
Thank you Ramesh, My next session will be on SQL profile and SQL baseline including SPM package.
@mayurrahate Жыл бұрын
Thanks for the detail explanation
@Ulta-Fulta2 жыл бұрын
Excellent explanation.
@maqsorix Жыл бұрын
Awesome
@Haider_Ain6 ай бұрын
Thank you for the explanation but lower the NI value (nice value) higher the priority and higher the NI value lower the priority.
@sairamakrishna59953 жыл бұрын
Excellent explain please upload all da main topic
@VismoTechnologies3 жыл бұрын
Sure noted
@rohanmahadik42224 жыл бұрын
Excellent explanation
@VismoTechnologies4 жыл бұрын
Glad it was helpful!
@SujeetKumar-nz5pl3 жыл бұрын
Nice video
@VismoTechnologies3 жыл бұрын
Thanks
@anikjonina64983 жыл бұрын
Very well explained. Thanks for the session
@VismoTechnologies3 жыл бұрын
You are welcome
@alykebe51144 жыл бұрын
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
@VismoTechnologies4 жыл бұрын
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.
@sanjeevvellaisamy62824 жыл бұрын
Excellent video.. keep update
@VismoTechnologies4 жыл бұрын
Thanks Sanjeev
@santoshramadurga43364 жыл бұрын
Nice explained
@VismoTechnologies4 жыл бұрын
Thanks brother
@meghakaradi4 жыл бұрын
Good explanation
@VismoTechnologies4 жыл бұрын
Thank you dear.
@Penjarlamahesh2 ай бұрын
Thank you
@akashkokate80482 жыл бұрын
Nice explanation ❤
@sahaniarunitm4 жыл бұрын
nice
@VismoTechnologies4 жыл бұрын
Thank you Arun. Please so share with you friends and colleagues
@lucian10944 жыл бұрын
Very usefull video! Good job!
@VismoTechnologies4 жыл бұрын
Thank you.
@RaviManam4 жыл бұрын
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
@VismoTechnologies4 жыл бұрын
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.
@RaviManam4 жыл бұрын
@@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?
@VismoTechnologies4 жыл бұрын
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-ds8cd4 жыл бұрын
@@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?
@BHARARHROYAL4 жыл бұрын
Great session sir
@VismoTechnologies4 жыл бұрын
Thank you.
@kids-kh1ij4 жыл бұрын
Very nicely explained 👍
@VismoTechnologies4 жыл бұрын
Thank you.
@rajeshkunda67044 жыл бұрын
Very nice sir
@VismoTechnologies3 жыл бұрын
Thanks and welcome
@BabitaSingh-rn4ol9 ай бұрын
Please make more videos
@prasaddba68484 жыл бұрын
Hi Mallik ,how to identified zombie ,stopped process ,can you please let me know where i have look.
@prasaddba68484 жыл бұрын
i am able to see zombie ,stopped process .how to resolve in database level
@VismoTechnologies4 жыл бұрын
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
@Abdulhafeezkalsekar3 жыл бұрын
Good Job Brother !!
@VismoTechnologies3 жыл бұрын
Thanks ✌
@reresha1913 жыл бұрын
Can you put your previous session link here pls
@VismoTechnologies3 жыл бұрын
I am sharing all the session documents and everything on our DBA group in Telegram. Join our DBA gtoup @mallik034 on Telegram
@ashishgupta37883 жыл бұрын
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.
@VismoTechnologies3 жыл бұрын
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