List of all partitioning videos Part 1 : Partitioning in Oracle : kzbin.info/www/bejne/o2TUZZ-oeptqZ7s Part 2 : Partitioning in Oracle - Performance Basics :kzbin.info/www/bejne/hYKbfYuYrbF8a8k Part 3 : List Partitioning in Oracle : kzbin.info/www/bejne/rWfOc2BvZdV5l5Y Part 4 : Range partitioning in Oracle : kzbin.info/www/bejne/jHPOoXxqgM5nb7M Part 5 : Hash Partitioning in Oracle : kzbin.info/www/bejne/aIrbgHmVqK-Agqs Part 6 : Composite Partitioning in Oracle :kzbin.info/www/bejne/p5DIanyhg9mGjcU Part 7 : Reference Partitioning in Oracle :kzbin.info/www/bejne/pmnKf6qoa7enmtE Part 8 : Local Vs Global Partitioned Index in Oracle 11g : kzbin.info/www/bejne/qmial6yLqZ2Lhtk Part 9 : Partitioning enhancement in 12 c :kzbin.info/www/bejne/pZC6m5Smmb2ch8k
@Anjiina_Pinky4 жыл бұрын
Very good Tutorial and explained in a easy manner. All video on partition are very easy to understand and wonderfully presented. It help.
@TechCoach4 жыл бұрын
Thanks a lot Anjlina Singh for the kind words , The video on Indexing series may help as well :) kzbin.info/www/bejne/Zomck5WqrLmhq6c
@thiruardura3 жыл бұрын
Very well explained.Well done.
@TechCoach3 жыл бұрын
Thanks a lot buddy :)
@ahmedalmeshaal88684 жыл бұрын
Thank you very much for your simple illustration. Really it is very useful...
@TechCoach4 жыл бұрын
Hi Ahmed, Thanks for the kind words. I have a complete series on partitioning which may interest you :)
@Nikkocj12382 ай бұрын
First of all thank you very much for the knowlege sharing.I have a range partition in my oracle database (SAP datawarehouse). My boss wants me to reorganize / rearrange the partitions as the archiving SAP job covers only 50Partitions among 75 partitions. SO he suggested me to rearrange. Is it really required to re arrange ? cant we just add the partitions which are not involved in the archiving job and get rid of the space issues.. If it is possible for you to suggest a video of merging or splitting or rearranging existing partitions in oracle db. it will be really helpful for me. Please suggest.
@TechCoach2 ай бұрын
I am not 100% sure what you are trying to achieve here. Can you email me more details on reachtechcoach@gmail.com
@mdwasim55945 жыл бұрын
thanku we used this as a reference during our training ........
@TechCoach5 жыл бұрын
I am glad Wasim I could be of any help. I have a small request, I am working on this new channel please do watch share and subscribe to it. Your support is my motivation. kzbin.info/www/bejne/hauXhZWHrNelhbs
@rafiabbasi12 жыл бұрын
I have a partition table and data is mapped based on the partiton, i have also created a max value partiton as well, but how can i map max value data into the specifed partiton, means how i create new partiton on that table so that the data which are in max value can also go their respective partition,.
@TechCoach2 жыл бұрын
You should opt for interval partitioning or dynamic range partitioning with user defined names
@devipujitha71506 жыл бұрын
Will range partitioning drop old partitions too? How to make partition as read-only
@TechCoach6 жыл бұрын
You have to explicitly drop the partitioning it won't be dropped automatically. From 12c you can make Individual partitions and sub partitions as read only which was not the case with earlier versions, you can use the alter command to make the partition read only. Please support me in my new channel by watching sharing and subscribing. kzbin.info/door/oLdaMxhfDgdgIAcRGlUvkg
@VenkataReddyKallam6 жыл бұрын
how do we do partition for a timestamp column with 15 days past and 10 days future?
@TechCoach6 жыл бұрын
Can you explain a little more? Do you want to do this every 10 days?
@ramramaraju22215 жыл бұрын
Incase of interval partitioning ,for every new partition there will be new segment ..?
@TechCoach5 жыл бұрын
Yes ramaraju you are right. I have a small request, I am working on this new channel please do watch and subscribe to it. Your support is my motivation. kzbin.info/www/bejne/hauXhZWHrNelhbs
@basukolur86305 жыл бұрын
How do you create daily partition on number column , syntax pls.
@TechCoach5 жыл бұрын
I will share it soon
@sriramjaisankar91212 жыл бұрын
Hi Sir, Your videos are amazing to learn. I have a doubt in INTERVAL Partitions. Suppose, We have MARCH as current month, I am getting few records on JUNE month. In That case, new partition will be created. Can we Update the data present in JUNE month now itself?
@TechCoach2 жыл бұрын
Ya sure , you will have a new partition for the month of the June
@halithsha29754 жыл бұрын
I tried creating partition for a table with date(for each day) . whenever the new date is inserted in table partition name is coming as SYS_4325 . But we want partition name is format "P_currentdate" ex: P_2020209 . I am using oracl11g. is there way to define partition name pattern
@TechCoach4 жыл бұрын
Is there a specific reason why you want your partition to be named in a particular format? You can create a job and schedule it in daily baiss that generates partition for the next day even before the data is inserted. But why name in a specific format?
@halithsha29754 жыл бұрын
@@TechCoach its my requirement that partition name should be in this format like P_20201015. Is there a way to do it oracle 11g.
@naziramad65423 жыл бұрын
Useful for me. thanks
@TechCoach3 жыл бұрын
Thanks Nazir for the kind words.
@patrickng66063 жыл бұрын
Very helpful thanks
@TechCoach3 жыл бұрын
Thanks a lot Patrick for the kind words :)
@pankajkharade69364 жыл бұрын
most of the projects having a partition based on date values