Thanks a ton for you efforts!! Perfect explaination...
@satishkrajendran87033 жыл бұрын
Appreciate your effort on this
@goddygoddy71676 ай бұрын
truly an ace!
@BeaHuman3964 жыл бұрын
Thanks for sharing your knowledge
@VismoTechnologies4 жыл бұрын
My pleasure
@sqlserver52684 жыл бұрын
Very good session, thanks.
@VismoTechnologies4 жыл бұрын
Welcome!
@BabitaSingh-rn4ol10 ай бұрын
So Beautiful and nice
@amandeepgera41094 жыл бұрын
wonderful
@VismoTechnologies4 жыл бұрын
Thank you! Cheers!
@omprakashmishra19474 жыл бұрын
It was very nice session and i am still waiting for your further session on PT. I hope you will come with it soon.
@VismoTechnologies4 жыл бұрын
Very soon. I will upload other videos too.
@bharathkumar-ds8cd4 жыл бұрын
Nice session
@VismoTechnologies4 жыл бұрын
Thank you 👍
@mallikarjunasharmap55813 жыл бұрын
Good explanation
@nikhilingale96362 жыл бұрын
Hi Mallikarjun Sir, This is Nikhil from Belgaum. I'm glad that I came across this video while debugging one of the issue that I've seen in work place. You've created a very good content of many oracle concepts. Great work sir. Keep the good work going. Between I've some doubts on what's the exact different between DB time and CPU time here. I see that one of the remote connection process who's loading 5 lakhs of entries for an hours taking more CPU around 20 to 25% on VMWare. Problem is the number of provisioning or inserts are more on hardware server and less on VMWare environment i.e, hardware server has 190 inserts per sec and VMWare is showing 150 inserts per second. This is what I'm debugging now, system configuration is same for both environment. One thing what I observed on VMWare is one of the oracle remote connection process takes around 22 to 25% CPU most of the time but on hardware the same is very less. I see that some of the Oracle External procedure call execution time is more on VMWare and less on hardware. How do I take it further for debugging? Can you give me some clue here? My goal is to achieve at least 170 records insert per second on vmware. It's basic insert statement to the table and in background that table has got on trigger which inserts the data to another table to keep track of the data for auditing. Thank you very much Sir.
@jagsrinistudy74012 жыл бұрын
This is good explanation. where can i find AWR Report Analysis - How to Read AWR Report? Performance Tuning and Troubleshooting - PT 1
@SumanGirijaHi4 жыл бұрын
Please come up with wait events - both standalone db and rac gc cr or gc current wait events and help to explain in more details . Thanks , you are making great videos
@VismoTechnologies4 жыл бұрын
Sure I will explain in next video
@SumanGirijaHi4 жыл бұрын
@@VismoTechnologies please include exadata related wait events as well .. thanks a lot ..
@VismoTechnologies4 жыл бұрын
@Girija, I will take one session only for reading RAC AWR report and specifically all RAC related and exadata related information. Stay tuned.
@sira74932 жыл бұрын
in the Top ten foreground events , what is the threshold value for Wait Avg(ms) ?
@anshulshilpi3 жыл бұрын
Hi sir, Thanks lot for taking good session. I am learning lots of new things from your videos. Can you take take good time and bad time awr report and how to compare it, tune parameters.
@VismoTechnologies3 жыл бұрын
Good to know that
@anshulshilpi3 жыл бұрын
Please take more sessions on PT.
@VismoTechnologies3 жыл бұрын
Sure noted
@noorhirjee22744 жыл бұрын
Can you please explain me how to read alert log files. Thanks.
@VismoTechnologies4 жыл бұрын
This is simple. I will take one session on reading the alert log and some other trace files.
@umashankar3274 жыл бұрын
Good session. Can you please take the session analyze the execution plan.
@VismoTechnologies4 жыл бұрын
@Uma shankar, Sure It is in list. I will do in sometime next week or next to next week. I will first cover on ASH and other PT sessions
@vilayath2504 жыл бұрын
Hi Mallik, kindly make a video on base lines if possible, Regards
@VismoTechnologies4 жыл бұрын
Sure its noted. Its already in my list. I will upload video soon
@vilayath2504 жыл бұрын
Thanks dear
@NannaKuturuBangalore9 ай бұрын
Requesting to do 19c installation step by step
@sira74932 жыл бұрын
when i extracted the AWR report, it shows me execute to parse is 52% and soft parse % is 99.83, how that will be possible in general when softparse id 99% we should excpect execute to parse should always be higher isnt ?
@KKumar-gq9wk4 жыл бұрын
Hi Mallik Have you created playlist for PT series ? I don’t see one. Thanks for sharing.
@VismoTechnologies4 жыл бұрын
Yes I have. I will take brief explanation video
@rangareddy37533 жыл бұрын
Hi Mallikarjun, Thanks for the session, could you please correct me on below concerns. 1.If CPU idle time is high means, then DB is idle and doing nothing, in that case how we can say its good. 2.If Sql Execution time is half of the DB time means, rest half time is waiting for something, in that case how we can say its a good sign. 3.Logical read means , retrieving data from Disk , right? in this case , if too many logical reads means, its scanning the complete table, in this case how we can say too many logical reads is good sign. Kindly help me in understanding the above
@VismoTechnologies3 жыл бұрын
1.If CPU idle time is high means, then DB is idle and doing nothing, in that case how we can say its good. >>> If CPU is idle then DB is expected to be idle. >>> If the DB is Idle and if you see the CPU is not idle then you need to investigate on leakage where your CPU is utilized >>> If the BD is not idle and CPU is Idle then you need to check on the DB resource and DBRM and IORM other things 2.If Sql Execution time is half of the DB time means, rest half time is waiting for something, in that case how we can say its a good sign. >>> You can not have 100% on execution time for each and every query because there are lots of contention on resource availability like IO, CPU, memory and Network. If you get 50% of execution time then query is doing good. Most of the scenario you even not get 30% of execution time for each query 3.Logical read means , retrieving data from Disk , right? in this case , if too many logical reads means, its scanning the complete table, in this case how we can say too many logical reads is good sign. >>> Physical reads mean reading from disk not logical reads. >>> logical reads means reading data directly from memory(SGA)
@RACSINFOTECH Жыл бұрын
.Logical read means , retrieving data from Disk , right? its reading from the buffer so its good .. if more physical reads then its load on the dbfiles to buffer that's also good we cant take any actions immediately for physical reads as well , because its happens as and when any new query's enter into the database.. if its happing on daily basis then we need to consider that parameter ...
@bharathkumar-ds8cd4 жыл бұрын
Rac wait events and how to proactive and reactive tuning also important.
@VismoTechnologies4 жыл бұрын
I will take one session on RAC wait event and complete reading RAC AWR report.
@oekpet47683 жыл бұрын
Hello Admin, Please help zoom in your video
@pravatkumar20043 жыл бұрын
Not able to explain... Just reading awrreport
@VismoTechnologies3 жыл бұрын
Thanks for you valuable feedback
@soumyasarkar10112 жыл бұрын
Poor explanation , just read whatever written in screen and generally available in most of the documents.
@mayankrustagi90792 жыл бұрын
You should work on your explanation skills bro. You are just reading.