Тёмный

1 PLSQL Performance Tuning Introduction to DBMS PROFILER 

Siva Academy
Подписаться 48 тыс.
Просмотров 114 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 243   
@arjunchauhan888
@arjunchauhan888 4 года назад
Thank you so much ....you saved my whole week and rewriting the whole procedure in a package. I was very disturb with nested loop and codes... I exactly did what you guided here , found perticular queries and modified accordingly to consume less time to run. Unbelievable results came . Previously it was taking 2 minutes but for same it's taking 19 seconds. You saved my hours of running long program , now it's completing in few minutes ... drastically optimized well. Thank you so much again sir.
@SivaAcademy
@SivaAcademy 4 года назад
Welcome, glad that it helped 💐💐👍
@santoshpanigrahi205
@santoshpanigrahi205 Год назад
What changes you did Arjun. Can you please elaborate . Thank y in advance
@khushik8994
@khushik8994 3 года назад
In my last Interview, this q was asked...You have global database and u have data of 15 countries like Japan, India, China, UAE etc. You want filtered records as per country like chinese people should see only their data and likewise other country people. how will u manage this in efficient manner. I told that I will make 15 views and then grant permission accordingly. He was not satisfied by my answer, he told that for 15 countries, u will make different 15 views!! How can we handle this situation Siva...Please guide
@SivaAcademy
@SivaAcademy 3 года назад
Interesting question, I will add to upcoming list of videos, please stay tuned
@khushik8994
@khushik8994 3 года назад
@@SivaAcademy Thanks Siva..
@twinklesahoo4098
@twinklesahoo4098 5 лет назад
Thank you so much for educating us with awesome explanation....looking forward to more videos on performance tuning & explain plan....Thanks in advance!
@SivaAcademy
@SivaAcademy 5 лет назад
Sure, please stay tuned for more videos
@Ganeshay-996
@Ganeshay-996 Год назад
plz make playlist about performance tuning for oracle sql ?
@pravalsoni605
@pravalsoni605 2 года назад
Hi Sir, I'm getting while starting DBMS_Profiler as 0ra-00900 I have grated exec access also still no able to invoke dbms_profiler.start_profiler
@prajaktadeshmukh8272
@prajaktadeshmukh8272 4 года назад
What is the actual query change you did to improve performance ?
@SivaAcademy
@SivaAcademy 4 года назад
will cover in upcoming video in same series.
@pranabsahu8583
@pranabsahu8583 3 года назад
Is it only for oracle or applicable for postgresql?
@SivaAcademy
@SivaAcademy 3 года назад
This is Oracle specific package, postgres should have some similar concept
@rtdhana
@rtdhana Год назад
Hi, this is really helpful. But i am getting following error while starting profiler!! what can be the reason?! Error starting at line : 1 in command - BEGIN dbms_profiler.start_profiler ('TestProfiler'); END; Error report - ORA-06528: Error executing PL/SQL profiler ORA-06512: at "SYS.DBMS_PROFILER", line 132 ORA-06512: at "SYS.DBMS_PROFILER", line 141 ORA-06512: at line 1 06528. 00000 - "Error executing PL/SQL profiler" *Cause: An error occurred in during execution of a PL/SQL profiler procedure.
@DhananjayNagargoje-y7h
@DhananjayNagargoje-y7h 9 месяцев назад
@Shiva How to get in touch with you? If Any email address then please mention here. Thanks for all 🙏🏻
@fanatic12345
@fanatic12345 Месяц назад
Siva sir, can tou let me know if the total_time in data table and total_run_time in runs table are in milliseconds?? Am in middle of resolving an issue and you are my encyclopaedia 😊
@surik972
@surik972 Год назад
Just one thing to say, Plsql = Siva Academy, That's it!! Hats off Siva!! Thanks for the great efforts from your end.
@SivaAcademy
@SivaAcademy Год назад
Thank you 💐🙏
@janardhanakasibisi378
@janardhanakasibisi378 4 года назад
The reason you say this so wonderfully is that great gift that God gave you.. It is a great blessing for us to have people like you.... Thankyou so much siva brother..
@SivaAcademy
@SivaAcademy 4 года назад
🙏🙏🙏🙏🙏🙏🙏 It's my pleasure bro
@prajaktadeshmukh8272
@prajaktadeshmukh8272 4 года назад
What is the actual query change you did to improve performance ?
@dasubabuch1596
@dasubabuch1596 3 года назад
Siva, can u pls explain the DBMS stats table and schema concept
@prajaktadeshmukh8272
@prajaktadeshmukh8272 4 года назад
What is the actual query change you did to improve performance ?
@sivaramakrishnamannem-b3b
@sivaramakrishnamannem-b3b 9 месяцев назад
Hi sir, I have new requirement. In PL/SQL procedure creating time when exception error is raised that time, error message is sent via mail to us.
@eastamit
@eastamit 3 года назад
Just amazing. Will certainly help in the interviews and the day to day work as well :)
@SivaAcademy
@SivaAcademy 3 года назад
My pleasure, thank you 💐
@arivolielampirai2882
@arivolielampirai2882 3 года назад
you have really put lot of effort in preparation of these videos, editing, and presentation... unbelievable.. After seeing your videos I cannot watch anybody else's videos. Because your way of communication is diff level. you connect the dots, you answer the question for why, how, what..... advantages and disadvantages of using any feature!!! so that we are able to understand and get max facts in a single video quickly!!!! Great effort Siva!!! You should be in Udemy or CourseEra, etc!!!
@SivaAcademy
@SivaAcademy 3 года назад
🙏🙏🙏My pleasure bro 💐💐
@prasadth7859
@prasadth7859 10 месяцев назад
we can do this by using dictionary tables like v$sql,v$session can u explain this also?
@meenakshisundaraar7267
@meenakshisundaraar7267 Год назад
Excellent... Can you please provide vedio on how to debug plsql code?
@Riddilicious
@Riddilicious 9 месяцев назад
Hello Brother, Big fan of your videos. Wanted learn more on performance tuning. Could you please also do a video on awr and addm reports and how to analyse it and tune our sqls
@umangshukla5697
@umangshukla5697 2 года назад
While Creating a procedure I am getting error create procedure proc_c is lv_avg_sal number; begin for i in 1..50 loop select avg(salary) into lvl_avg_sal from EMPLOYEE; end loop; end; / Procedure PROC_C compiled LINE/COL ERROR --------- ------------------------------------------------------------- 5/1 PL/SQL: SQL Statement ignored 6/6 PLS-00201: identifier 'LVL_AVG_SAL' must be declared 6/18 PL/SQL: ORA-00904: : invalid identifier Errors: check compiler log Can you help me with this.
@SivaAcademy
@SivaAcademy 2 года назад
The declared variable name is different than used one, please correct the same
@krishnareddy2885
@krishnareddy2885 5 лет назад
Dear sir, Please suggest any other usefull Technology for PLSQL developers....
@SivaAcademy
@SivaAcademy 5 лет назад
@Krishna, You can start learning, ETL, Data Mining, Reporting, Data Analysis, Visualization...etc ( based on your interest), all these are related to Data and Database technologies, so you can able to easily pickup....
@krishnareddy2885
@krishnareddy2885 5 лет назад
@@SivaAcademy Thank You very much for your Suggestion sir...
@nareshnagella6969
@nareshnagella6969 7 месяцев назад
I have question if any table has huge data and it is causing performance issue can i know how can we overcome this
@bakkibsp
@bakkibsp Год назад
can you interpretation of explain plan output in oracle and how to optimize with respect to the explain plan output.
@mugilans18
@mugilans18 5 лет назад
Thank you very much for initiating Performance Tuning Videos. Happy to learn through your videos.
@SivaAcademy
@SivaAcademy 5 лет назад
@Mugilan, Thanks for your comment bro🙏
@tamahesh
@tamahesh Год назад
One doubt I have does the DBMS_PROFILER be started even though the PL/SQL code is running already in the background?
@jvaldes1988
@jvaldes1988 4 года назад
Fantastic explanation on this utility. Siva, you are a great teacher! Please keep up the good work.
@SivaAcademy
@SivaAcademy 4 года назад
My pleasure, thank you 💐🙏
@ramachandrans6349
@ramachandrans6349 5 лет назад
Hi sir please make video for awr report and explain plan
@SivaAcademy
@SivaAcademy 5 лет назад
@Ramachandran, Sure, please stay tuned awr report and explain plan in the same series on videos
@aniketjagdale7765
@aniketjagdale7765 7 месяцев назад
Hello sir I have watched all your videos and I just loved it, I had just one request if you could explain to us how you tune your real project code step by step then it would be really great and appreciated 😊
@SivaAcademy
@SivaAcademy 7 месяцев назад
Thank you bro, sure please stay tuned.
@Pawan-cg5lg
@Pawan-cg5lg 2 года назад
Hi Siva.. thanks for your informative videos.. This video is blur, not able to see it clear due to low video quality.. could u pls upload this video in higher quality
@sireeshasistla1296
@sireeshasistla1296 3 года назад
inorder to run this profiles commands, i need to connect to the Pluggable database as user sys, but my default connection is set to container database. when i say sqlplus / as sysdba or sqlplus / as sysdba@orclpdb, both commands are connecting to my container database but not to my PDB. this is a problem as i am not able to grant any privilages from user sys to my user scott, any help on this will be appreciated..thank you
@venkateswarlupotla9619
@venkateswarlupotla9619 2 года назад
how to change clob data into file and attach the data to mail oracle 12c
@sameerahmad7592
@sameerahmad7592 3 года назад
Hello Sir, your video was really very helpful, I got to learnt lot of thing about Performance Tuning from it. Can you plz make me understand about the total-time calculated, how you calculated it. Since it only is main thing. Please..... Warm Regards Sameer Ahmad
@supriyapatil1781
@supriyapatil1781 3 года назад
Is this functionality available in 11g?? If it is there could you please tell me the path for proftab.sql file??
@misbahnazneen4526
@misbahnazneen4526 10 месяцев назад
Thank you for the thorough explanation👍. The video provided valuable insights into performance tuning and every minute was enlightening 💡👏
@BewithuNnk
@BewithuNnk 3 года назад
How to become a plsql developer. What are the basics required to learn & what skills need to improve. Please assist me
@manoranjanray8181
@manoranjanray8181 3 года назад
Siva debugging with many parameters ( package and procedure)?
@bhismkumar1482
@bhismkumar1482 4 месяца назад
Thanks for the video, I used this for performance improvement.
@Unel1993
@Unel1993 3 года назад
Hi sit , do you have videos for Explain plan in part of performance tuning ?
@SivaAcademy
@SivaAcademy 3 года назад
Not yet, please stay tuned
@WorldEye88
@WorldEye88 4 года назад
What is the value in the time column in the plsql_profiler_data table? is not microseconds? Thank you
@SivaAcademy
@SivaAcademy 4 года назад
I guess it's microseconds only
@Reddy2344
@Reddy2344 3 года назад
Hi sir, could you please reply if we can execute select query instead of procedure once we start the profiler
@SivaAcademy
@SivaAcademy 3 года назад
Yes, you can, but if you already know the query that takes time, then there is no need to execute using profiler. you can start tuning your query
@ztech4634
@ztech4634 3 года назад
Very informative and helpful. Please do you have a course on PLSQL, how can I communicate with you privately? your e_mail or ----
@SivaAcademy
@SivaAcademy 3 года назад
Thank you for your comments, you can send mail to siva.k.academy@gmail.com
@Reddy2344
@Reddy2344 3 года назад
Can we execute select query instead of procedure once we start the profiler
@TejaDuggirala
@TejaDuggirala 2 года назад
Great video. Thank you sir.
@SivaAcademy
@SivaAcademy 2 года назад
Welcome bro
@VenkyPotla369
@VenkyPotla369 Год назад
Hi Siva, Nice explanation. Video is every clear to understand. Regards, Venky
@SivaAcademy
@SivaAcademy Год назад
Thank you Venky 💐
@Rocky-dw3zy
@Rocky-dw3zy 4 года назад
Sir please make more videos on performance tuning..and tkprof,impdp,expdp,backup,recovery,import,export etc
@SivaAcademy
@SivaAcademy 4 года назад
sure, will be starting SQL performance tuning series soon, please stay tuned
@Praveenthigala2778
@Praveenthigala2778 4 года назад
Hlo.. small query plz clarify anyone in one column 4 names are there like(rakesh , ajay, ganesh , praveen) i want 2nd name ajay how to do using sql query
@SivaAcademy
@SivaAcademy 4 года назад
select n from ( select n, rownum r from ( select 'rakesh' n from dual union all select 'ajay' n from dual union all select 'ganesh' n from dual union all select 'praveen' n from dual)) where r=2
@sangamithiranmass3544
@sangamithiranmass3544 2 года назад
excellent...I think you are the best one explaining complex topics in oracle....keep going Siva....sorry Sir😊
@SivaAcademy
@SivaAcademy 2 года назад
My pleasure, thank you 😊🙏👍💐
@sivak7020
@sivak7020 5 лет назад
Thank you so much brother for uploading performance tuning
@SivaAcademy
@SivaAcademy 5 лет назад
🙏🙏🙏🙏🙏🙏 :-) Always Welcome bro :-)
@navdeepbhatia5030
@navdeepbhatia5030 4 года назад
Thanks Siva fr sharing the knowledge , I have one doubt is there a way I can profile the procedure being executed from different session or a procedure which is part of some application from my session which is all together different
@SivaAcademy
@SivaAcademy 4 года назад
I dont think so, however, i will check and post if its possible
@sKID-kd3pq
@sKID-kd3pq 4 года назад
How to tuning the package which has more than one procedure and function. How to identify which procedure and which query takes more time to execute? How to tuning the package instead of procedure or function?
@SivaAcademy
@SivaAcademy 4 года назад
Package tuning is nothing but tuning underlying sub programs only.... Couldn't get your question
@fyitamil4206
@fyitamil4206 7 месяцев назад
You are great sir. Thanks a lot for your help.
@SivaAcademy
@SivaAcademy 7 месяцев назад
Welcome bro
@abdulmazid7615
@abdulmazid7615 Год назад
Hi Siva sir, you are an amazing teacher, you have helped me a lot becoming a db developer. Sir can you please provide some videos on performance tuning of queries
@SivaAcademy
@SivaAcademy Год назад
Its my pleasure, thank you, Best wishes 💐💐
@ganeshthanthoni3310
@ganeshthanthoni3310 2 года назад
Such a awesome explanation about dbms_profiler i am really impressed your class sir keep post like this its really good things to know....
@SivaAcademy
@SivaAcademy 2 года назад
Thank you Ganesh, sure please stay tuned
@vishwas22khare
@vishwas22khare 3 года назад
Can I use dbms_profiler to get the package performance also ?
@SivaAcademy
@SivaAcademy 3 года назад
Yes, you can,dbms_profiler will help to find the location of problem, we need to further tune the code
@vishwas22khare
@vishwas22khare 3 года назад
@@SivaAcademy Thanks 😊
@srikanth_yandapalli
@srikanth_yandapalli 4 года назад
Siva, Great work..appreciated from DBMS. How we can do same with AWR, ADDM & ASH reports? thanks in advance :)
@SivaAcademy
@SivaAcademy 4 года назад
sure, please stay tuned, will add soon
@shahbazahmed9127
@shahbazahmed9127 2 года назад
Brief and well explained. Thank you very much for it.
@SivaAcademy
@SivaAcademy 2 года назад
Thank you bro
@ganeshsatyakumarvalavala9018
@ganeshsatyakumarvalavala9018 5 лет назад
Hi siva ,i like very much this vedio for understanding the concept of tuning.thank you very much for sharing your knowledge to people.
@SivaAcademy
@SivaAcademy 5 лет назад
@Ganesh, Its my pleasure, Thanks a lot for your comment.
@SureshPrajapati-ip2hx
@SureshPrajapati-ip2hx 4 года назад
I become your fan as you explaining the oracle concept. Can I get a chance to learn oracle performance tuning in some more detail from you. Pls revert🙏
@SivaAcademy
@SivaAcademy 4 года назад
Its my pleasure, please stay tuned, i will post videos on performance tuning also
@sriharichary8339
@sriharichary8339 Год назад
please do video for ASH and AWR report
@SivaAcademy
@SivaAcademy Год назад
Sure, please stay tuned
@nitinsoni9307
@nitinsoni9307 2 года назад
very good buddy. thank you so much
@SivaAcademy
@SivaAcademy 2 года назад
Thank you bro
@nageshkumarmk5487
@nageshkumarmk5487 4 года назад
Thank you very much sir and could you please share which dml queries take more time in terms of data, like merge or update for huge table
@SivaAcademy
@SivaAcademy 4 года назад
sure, please stay tuned
@deepakmishra7259
@deepakmishra7259 4 года назад
Hi In the case of a live environment,where many people are sharing the same user, once the profiler has been started will it not capture the data for the other operations also?
@SivaAcademy
@SivaAcademy 4 года назад
No, its session specific. Only your session data will be captured.
@sudhansupanda4891
@sudhansupanda4891 4 года назад
Hi Siva it very nice. Kindly come up with a small code and show us how you tune it with example.
@SivaAcademy
@SivaAcademy 4 года назад
Sure, I was not able to cover in single video, will try to cover in some other video
@Ganeshay-996
@Ganeshay-996 4 года назад
What a explained excellent sir.. Is it your online classes there total starting to end I mean plsql tutorial to real time project till...
@SivaAcademy
@SivaAcademy 4 года назад
Welcome 🙏💐🙂
@AliElsayed
@AliElsayed 10 месяцев назад
very useful, thank you
@SivaAcademy
@SivaAcademy 10 месяцев назад
Thank you
@munikumarpoosala1264
@munikumarpoosala1264 4 года назад
awesome dude....Nice explanation.Thanks for your videos.Keep going.
@SivaAcademy
@SivaAcademy 4 года назад
Welcome 🙏💐
@ravising4145
@ravising4145 5 лет назад
Really shiva your teaching technique is awesome..bro be continueee really nice explanation ..I watched your all videos ..so nice
@SivaAcademy
@SivaAcademy 5 лет назад
@Ravi, Thanks you.... :-)
@dhavalpandya4162
@dhavalpandya4162 4 года назад
Sir plz make more series on performance tuning. Is it already done ?
@SivaAcademy
@SivaAcademy 3 года назад
sure, please stay tuned
@rajasekarp7873
@rajasekarp7873 2 года назад
Excellent video bro 👍👏
@SivaAcademy
@SivaAcademy 2 года назад
Thank you
@vaibhavtripathi3007
@vaibhavtripathi3007 2 года назад
Very nice presentation..
@SivaAcademy
@SivaAcademy 2 года назад
Thanks a lot
@ramchinthakayala2092
@ramchinthakayala2092 4 года назад
Eventually you started performance tuning ...just Awesome bro keep it up. But I have a little doubt like profiler and dbms_profiler are same?
@SivaAcademy
@SivaAcademy 4 года назад
Thanks... Both are same bro, profiler is just a generic term we use, however dbms_profiler is the package to profile the code
@vickypatekar9532
@vickypatekar9532 4 года назад
Sir please tell DBMS_Profiler is Only used to check Performance of PLSQL not for SQL Query?
@SivaAcademy
@SivaAcademy 4 года назад
Yes Vicky, DBMS_PROFILER will identify the line of SQL, you can use explain plan to proceed with specific SQL tuning.
@vickypatekar9532
@vickypatekar9532 4 года назад
@@SivaAcademy Sir,But there is a difference between Explain Plan and DBMS_Profiler Package? Right?
@bijayinisamal5666
@bijayinisamal5666 5 лет назад
Thank you for this video.
@SivaAcademy
@SivaAcademy 5 лет назад
@Bijayini... Thanks for your comment
@RamGuptaoracle
@RamGuptaoracle 4 года назад
Very well explained. Thank You. Siva Keep uploading more performance Tuning videos in this playlist.
@SivaAcademy
@SivaAcademy 4 года назад
Sure, please stay tuned
@kumar-bi1to
@kumar-bi1to 2 года назад
Thank you very much
@SivaAcademy
@SivaAcademy 2 года назад
Welcome bro
@lkchannel1550
@lkchannel1550 4 года назад
Very good presentation. Nicely arranged. Thanks.
@SivaAcademy
@SivaAcademy 4 года назад
Thank you
@rajareddy469
@rajareddy469 2 года назад
Thank you so much sir
@SivaAcademy
@SivaAcademy 2 года назад
Welcome bro
@rajakumark589
@rajakumark589 5 лет назад
Sir thanks very match detailed sharing, Please Share the final join query
@SivaAcademy
@SivaAcademy 5 лет назад
@Rajakumar, its just joining the three tables mentioned in the video, once you learned the basics data getting stored in these tables, you can join based on your need. however I guess i posted all the queries in the link, let me check back once again.
@gsraj511
@gsraj511 2 года назад
Thank you for your detailed explanation:)
@SivaAcademy
@SivaAcademy 2 года назад
Welcome bro
@rekhapraveenkumar2519
@rekhapraveenkumar2519 2 года назад
Great explanation
@SivaAcademy
@SivaAcademy 2 года назад
Thank you
@lokeshagrawal6548
@lokeshagrawal6548 3 года назад
Very useful and Nicely explained. Helped me a lot. Thanks a lot!!!
@SivaAcademy
@SivaAcademy 3 года назад
Glad it helped!
@ur8946
@ur8946 5 лет назад
Hi Sir , How you generate the graph ? which you presented in Last slide .
@SivaAcademy
@SivaAcademy 5 лет назад
@ur, that I have created from excel sheet
@ShivaKumar-vf6nh
@ShivaKumar-vf6nh 3 года назад
Sir, can we do this on production ? as it contains insertions, deletions etc..
@SivaAcademy
@SivaAcademy 3 года назад
Generally we won't do this in production, Unless its absolutely necessary
@bharathkumar1831
@bharathkumar1831 5 лет назад
Thanks Siva Sir. All the videos you posting are very informative and really helpful. You are doing an Awesome Job. :)
@SivaAcademy
@SivaAcademy 5 лет назад
@Bharath, Thanks 🙏 for your comment bro
@vickypatekar9532
@vickypatekar9532 4 года назад
Please tell DBMS_PROFILER will work in 11g or only in 12
@SivaAcademy
@SivaAcademy 4 года назад
@Vicky, DBMS_PROFILER available from 8i, hence works from 8i to all upper versions., it will work in 11g too
@vickypatekar9532
@vickypatekar9532 4 года назад
Thanks alot
@srikanthgandhi7289
@srikanthgandhi7289 3 года назад
Great explanation Shiva . You are true legend in Teaching. Keep good work Sir
@SivaAcademy
@SivaAcademy 3 года назад
Welcome bro
@HandloomChoice
@HandloomChoice Год назад
Thanjk yu
@SivaAcademy
@SivaAcademy Год назад
Welcome 💐
@ranganayakic1324
@ranganayakic1324 5 лет назад
Thank you sir, for the informative video. Request you for an explanation on the Explain Plan.
@SivaAcademy
@SivaAcademy 5 лет назад
@Ranganayaki, Thanks for your comment 🙏...Sure, will be posting all the performance related topics in the SQL/PLSQL performance video series, will cover explain plan as part of that....please stay tuned.
@dilipdoddy3985
@dilipdoddy3985 2 года назад
Thanks a lot
@SivaAcademy
@SivaAcademy 2 года назад
Welcome
@lunasworld1110
@lunasworld1110 4 года назад
Hi Siva, I liked your videos . And they helped me to learn a lot in Oracle. thanks.
@SivaAcademy
@SivaAcademy 4 года назад
My pleasure 🙏 thank you
@funwithjatin4652
@funwithjatin4652 3 года назад
Thank you
@SivaAcademy
@SivaAcademy 3 года назад
You're welcome
@sujaa1000
@sujaa1000 4 года назад
Superbly explained and well understood, thank you very much Siva, really appreciate your hard work and your good nature of sharing so much technical knowledge. Regards, Sujaa
@SivaAcademy
@SivaAcademy 4 года назад
Welcome....:-) Thanks a lot all your comments. Please share it with someone who are in need.
@rajenderkasarla
@rajenderkasarla 5 лет назад
Thanks a lot Sir... for starting videos on performance tuning... hope you will upload all the videos of Complete Performance Tuning.
@SivaAcademy
@SivaAcademy 5 лет назад
@Rajender, since the performance tuning is wide area, i will try to post whatever i know on regular basis......please stay tuned.
@rajenderkasarla
@rajenderkasarla 5 лет назад
Sure Sir... Thanks a lot for your Reply.
@sarthak_india
@sarthak_india 3 года назад
thanks
@SivaAcademy
@SivaAcademy 3 года назад
Welcome
@MyFraggi
@MyFraggi 3 года назад
Thank u for all the wonderful knowledgeable vdos👍👍 just have a doubt...At 17.22 sec, why did u truncate plsql_profiler_data table...as next time we may need it...we should only delete the data from it...plz correct me if i m wrong
@SivaAcademy
@SivaAcademy 3 года назад
Thank you for your comments, yeah its not needed to truncate....i prefer to truncate every time, because its better to query....otherwise we need to query for the specific run id. you can keep the old records as well.
@khushik8994
@khushik8994 3 года назад
@@SivaAcademy ya..very true...but we can delete all records from the table too, so no old run id and at the same time, we can have structure of the table ready with us.
@khushik8994
@khushik8994 3 года назад
@@SivaAcademy Sir, ur email id is siva.k.academy@gmail.com? also, on google, I got very different website...having unknown fonts... sivaacademy.ruplayers.com. Is it your website?
@SivaAcademy
@SivaAcademy 3 года назад
Siva.k.academy@gmail.com, this is my mail id
@rahulbadhe5930
@rahulbadhe5930 5 лет назад
thank you so much, sir,,, finally got it performance tuning video,,
@SivaAcademy
@SivaAcademy 5 лет назад
@Rahul, 🙏 welcome bro
@GadgetsticArea
@GadgetsticArea 5 лет назад
sir pls upload more videos on performance tuning
@SivaAcademy
@SivaAcademy 5 лет назад
Sure, please stay tuned for more videos
@divyachowdhary1865
@divyachowdhary1865 5 лет назад
Excellent presentation. very clearly explained.Please do post more videos
@SivaAcademy
@SivaAcademy 5 лет назад
🙏, sure please stay tuned for more videos
Далее
2 PLSQL Performance Tuning Bulk Collect Part 1
11:26
Просмотров 68 тыс.
OYUNCAK DİREKSİYON İLE ARABAYI SÜRDÜ 😱
00:16
Просмотров 2,7 млн
Дикий Бармалей разозлил всех!
01:00
Oracle Database performance analysis using AWR Reports
1:25:51