Range Partitioning in Oracle

  Рет қаралды 24,834

Tech Coach

Tech Coach

Күн бұрын

Пікірлер
@TechCoach
@TechCoach 5 жыл бұрын
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_Pinky
@Anjiina_Pinky 4 жыл бұрын
Very good Tutorial and explained in a easy manner. All video on partition are very easy to understand and wonderfully presented. It help.
@TechCoach
@TechCoach 4 жыл бұрын
Thanks a lot Anjlina Singh for the kind words , The video on Indexing series may help as well :) kzbin.info/www/bejne/Zomck5WqrLmhq6c
@thiruardura
@thiruardura 3 жыл бұрын
Very well explained.Well done.
@TechCoach
@TechCoach 3 жыл бұрын
Thanks a lot buddy :)
@ahmedalmeshaal8868
@ahmedalmeshaal8868 4 жыл бұрын
Thank you very much for your simple illustration. Really it is very useful...
@TechCoach
@TechCoach 4 жыл бұрын
Hi Ahmed, Thanks for the kind words. I have a complete series on partitioning which may interest you :)
@Nikkocj1238
@Nikkocj1238 2 ай бұрын
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.
@TechCoach
@TechCoach 2 ай бұрын
I am not 100% sure what you are trying to achieve here. Can you email me more details on reachtechcoach@gmail.com
@mdwasim5594
@mdwasim5594 5 жыл бұрын
thanku we used this as a reference during our training ........
@TechCoach
@TechCoach 5 жыл бұрын
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
@rafiabbasi1
@rafiabbasi1 2 жыл бұрын
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,.
@TechCoach
@TechCoach 2 жыл бұрын
You should opt for interval partitioning or dynamic range partitioning with user defined names
@devipujitha7150
@devipujitha7150 6 жыл бұрын
Will range partitioning drop old partitions too? How to make partition as read-only
@TechCoach
@TechCoach 6 жыл бұрын
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
@VenkataReddyKallam
@VenkataReddyKallam 6 жыл бұрын
how do we do partition for a timestamp column with 15 days past and 10 days future?
@TechCoach
@TechCoach 6 жыл бұрын
Can you explain a little more? Do you want to do this every 10 days?
@ramramaraju2221
@ramramaraju2221 5 жыл бұрын
Incase of interval partitioning ,for every new partition there will be new segment ..?
@TechCoach
@TechCoach 5 жыл бұрын
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
@basukolur8630
@basukolur8630 5 жыл бұрын
How do you create daily partition on number column , syntax pls.
@TechCoach
@TechCoach 5 жыл бұрын
I will share it soon
@sriramjaisankar9121
@sriramjaisankar9121 2 жыл бұрын
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?
@TechCoach
@TechCoach 2 жыл бұрын
Ya sure , you will have a new partition for the month of the June
@halithsha2975
@halithsha2975 4 жыл бұрын
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
@TechCoach
@TechCoach 4 жыл бұрын
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?
@halithsha2975
@halithsha2975 4 жыл бұрын
@@TechCoach its my requirement that partition name should be in this format like P_20201015. Is there a way to do it oracle 11g.
@naziramad6542
@naziramad6542 3 жыл бұрын
Useful for me. thanks
@TechCoach
@TechCoach 3 жыл бұрын
Thanks Nazir for the kind words.
@patrickng6606
@patrickng6606 3 жыл бұрын
Very helpful thanks
@TechCoach
@TechCoach 3 жыл бұрын
Thanks a lot Patrick for the kind words :)
@pankajkharade6936
@pankajkharade6936 4 жыл бұрын
most of the projects having a partition based on date values
@БарзуПарпишоев
@БарзуПарпишоев 2 жыл бұрын
👍👍
Hash Partitioning in Oracle
16:25
Tech Coach
Рет қаралды 29 М.
Local Vs Global Partitioned Index in Oracle 11g
17:30
Tech Coach
Рет қаралды 35 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
BITMAP  and  BITMAP JOIN INDEX IN ORACLE explained
25:12
Tech Coach
Рет қаралды 24 М.
Using DBMS_XPLAN.DISPLAY_CURSOR to examine execution plans
12:33
Maria Colgan (SQLMaria)
Рет қаралды 36 М.
Partitioning in Oracle - Performance Basics
28:35
Tech Coach
Рет қаралды 54 М.
What is Database Sharding?
9:05
Anton Putra
Рет қаралды 66 М.
Systems Design in an Hour
1:11:00
Jordan has no life
Рет қаралды 33 М.
Types of Dimensions, Pushdown Optimization , Partitioning  informatica PowerCenter-Raj Informatica
23:10
Raj Informatica Realtime HandsOn JobBased Training
Рет қаралды 11 М.
Automatic List partitioning
8:39
Siva Academy
Рет қаралды 14 М.
Composite Partitioning in Oracle
12:14
Tech Coach
Рет қаралды 14 М.
Database Sharding and Partitioning
23:53
Arpit Bhayani
Рет қаралды 103 М.
Distributed Systems in One Lesson by Tim Berglund
49:00
Devoxx Poland
Рет қаралды 418 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН