Automatic partition by list creation in 11gR2

Hi all,
Is it posibble with Oracle 11gR2 automatic partition creation by list?
Or is it possible only by range?
What I need is that whenever a new value (partitioned key) is inserted in a partitioned table, Oracle automatically creates a new partition based on that new value.
Thanks

Interval partitioning currently only supports range partitions, and must be based on a column of number or date type.
http://download.oracle.com/docs/cd/E11882_01/server.112/e16541/part_admin001.htm#VLDBG1088
http://download.oracle.com/docs/cd/E11882_01/server.112/e16541/part_avail.htm#VLDBG1279

Similar Messages

  • Source List creation

    Dear Gurus,
    Here in client place we are havng one material(Aluminium) with different dimensions. They are maintaining material codes as per the dimensions. They are purchasing the material from Three vendors.When creating source list they need to assign the materials to the vendor automatically, instead of entering it. Is there any possibility for doing this?. kindly solve this doubt of mine.

    HI,
    First Maintain Info Records between those materials and Vendors. Then go to Source list creation - ME01 and click on generate records button (ctrl+F7). Then vendors will come automatically.
    Hope it helps.
    Regards,
    sai.

  • Range - Interval Partition and List Subpartition.

    Hi
    I am trying to create the Range(Interval) Partition with List Sub partition (dynamically). Here the LOCATION_CD List is Dynamic. Basically Location_CD is Country name. e.g USA, IND,GER.....
    Below Works good...
    CREATE TABLE TEMP
    SEQUENCE_ID NUMBER,
    RESERVATION_DATE TIMESTAMP,
    LOCATION_CD VARCHAR2(5)
    PARTITION BY RANGE (RESERVATION_DATE)
    INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
    SUBPARTITION BY LIST(LOCATION_CD)
    SUBPARTITION TEMPLATE
    ( SUBPARTITION CD_01 VALUES ('USA'),
    SUBPARTITION CD_02 VALUES ('IND'),
    SUBPARTITION CD_03 VALUES ('GER')
    PARTITION TEMP values LESS THAN (TO_DATE('01-JAN-2000','DD-MON-YYYY'))
    Today there are 3 Countries but going forward it can be more or less.
    I like the Interval Range Partition concept, where the new partition is automatically gets added.
    But at the same time can the new list sub partition be added ? If this doesn't work...can we have another alternative approach or partition technique ?
    Please suggest.
    Thanks
    Jitesh R.

    Why didn't you just perform two inserts and answer the question yourself?
    orabase> CREATE TABLE T (
      2  SEQUENCE_ID      NUMBER,
      3  RESERVATION_DATE TIMESTAMP,
      4  LOCATION_CD      VARCHAR2(5))
      5  PARTITION BY RANGE (RESERVATION_DATE)
      6  INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
      7  SUBPARTITION BY LIST(LOCATION_CD)
      8  SUBPARTITION TEMPLATE (
      9  SUBPARTITION CD_01 VALUES ('USA'),
    10  SUBPARTITION CD_02 VALUES ('IND'),
    11  SUBPARTITION CD_03 VALUES ('GER')) (
    12  PARTITION root values LESS THAN (TO_DATE('01-JAN-2000','DD-MON-YYYY')));
    Table created.
    orabase> insert into t values (1, TO_DATE('02-JAN-2000'), 'USA');
    1 row created.
    orabase> select partition_name, subpartition_name
      2  from user_tab_subpartitions
      3  where table_name = 'T';
    PARTITION_NAME                 SUBPARTITION_NAME
    ROOT                           ROOT_CD_03
    ROOT                           ROOT_CD_02
    ROOT                           ROOT_CD_01
    SYS_P84                        SYS_SUBP83
    SYS_P84                        SYS_SUBP82
    SYS_P84                        SYS_SUBP81
    6 rows selected.
    orabase>  insert into t values (1, TO_DATE('02-JAN-2000')+400, 'USA');
    1 row created.
    orabase> select partition_name, subpartition_name
      2  from user_tab_subpartitions
      3  where table_name = 'T';
    PARTITION_NAME                 SUBPARTITION_NAME
    SYS_P88                        SYS_SUBP85
    SYS_P88                        SYS_SUBP86
    SYS_P88                        SYS_SUBP87
    SYS_P84                        SYS_SUBP81
    SYS_P84                        SYS_SUBP82
    SYS_P84                        SYS_SUBP83
    ROOT                           ROOT_CD_01
    ROOT                           ROOT_CD_02
    ROOT                           ROOT_CD_03
    9 rows selected.

  • Automatic storage location view creation in maintenace order (IW31)

    Hello,
    Seems like I need some help.
    Have configured automatic storage location view creation for GR and reservation. Configured movement types are 101, 201, 261. While creating reservations (201, 261 mvmnt. types) with mb21 the sloc view is automatically created in material master, and everything seems fine.
    But in iw31 when I specify material number and sloc in a Components tab, I get an error message CO312: "The storage location data is not created". Automatic reservation is not created, and maintenance order can not be saved. Movement type 261 is used for automatic reservations for the maintenance order.
    If I configure message CO312 as a (W)arning  message, then it allows me to save the order and reservation, but sloc view in material master still is not created. Think that's not good and may lead to MRP issues.
    How can I configure automatic sloc view creation in iw31? Is that possible?
    Edited by: Konstantin Dudura on Nov 17, 2009 8:11 PM

    Hi,
    The customization required for Automatic Storage location creation at reservation are:
    Goto : SPRO -> MM -> inventory Management and physical inventory -> Goods issue/ Transfer posting -> Create storage location automatically
    first of all go to Plant and tick the automatic Storage location creation for the Plant. After that goto Movement type and tick the automatic Storage location for movement type 261.
    Regards

  • Automatic serial number&equipment creation in goods receipt

    Dear gurus,
    We use to automatic serial number&equipment creation in goods receipt. While serial number master datas and equipment master datas were creating in goods receipt, how can we fill some fields for serial number and equipment master datas? (Instead of to use IQ02 and IE02 after every goods receipts for some default enteries) Any user exit or BADI?
    Thank you.

    Use user exits EXIT_SAPLIE01_005 and EXIT_SAPLIE01_007 in customer exit IQSM0005.
    Regards,
    Lakshman

  • Autorization of Sales District and Price List Creation to the User

    Dear Experts,
    At Present the end user (customer) is sending the request of New Sales District and Price List Creation to SAP SD Consultant and the consultant creates the same in Development Client SPRO through T code OVR0 etc. and then transports the same to Quality and Production Server. This Process takes a lot of time
    We want to provide the direct access of Sales district and Price List creation to the user in PRD.
    Kindly Let me know what is the best way in which we can handle this situation.
    Regards,
    Ranjan Singh

    Are you sure you want to do that? You will create inconsistencies between the systems which will jepardise future tests. I suggest you just train end-user to do the procedure him/her self. I don't think it costs so much time to transport a couple of requests.

  • BAPI for Automate direct debit proposal creation for selected customers.

    Hello ABAP Gurus,
    Requirement is - Changing the process for Automate direct debit proposal creation for selected customers from a custom BDC program to a BAPI.
    Explanation -
    Currently as per the process, we are using a BDC call transaction program for F110 - Automate direct debit proposal creation for selected customers. The main pupose of this BDC program is to automate F110 Bank Run for A/R (Selected Customers Only). It creates payment proposal which is the first step in order to create payment runs.This program will run in background.
    We wanted to change the process from a BDC call transaction process to a BAPI call . In this process I am trying to chase for a valid BAPI in order to sync to my requirement.
    It would be appreciate for your << removed >> response.
    Thank you.
    Regarsd,
    Kumar.
    Edited by: Rob Burbank on Nov 11, 2009 3:33 PM

    Hello gurus,
    Is there any implicit or explicit enhancement point for F110 process or is there any alternative for payment proposal creations?
    is there any BAPI for F110 functionality?
    can you please let me know.
    Thank you
    Regards,
    Kumar.

  • HT1660 My itunes library has automatically started to list my songs alphabetically.  I do not want this.  How do I change it so that when albums come up, the songs are listed in the order of the imported album, NOT alphabetically.

    My itunes library has automatically started to list my songs alphabetically.  I do not want this.  How do I change it so that when albums come up, the songs are listed in the order of the imported album, NOT alphabetically.

    For the missing Artists on your iPod, make sure their tracks in iTunes are not marked as "Part of a compilation" in iTunes. You can do this by highlighting the track, right->clicking on them and choosing "Get Info" from the shortcut menu. When the window pops up, head over to the Info tab and make sure there is NO tick mark next to this option in the lower right hand corner. Lastly, sync the updated changes to your iPod.
    B-rock

  • We are trying automate shutdown VM listed in hyper -v using C# &WMI?

    We are trying to automate shutdown VM listed in hyper-V using C# WMI? I think there is difference between VM shutdown and VM turnoff?I got the requeststate change value for turnoff(that is 3), what is the requeststate change value to shutdown VM?
    Thanks in advance.
    Venkatesh

    "shut down" attempts to trigger a clean shutdown of the VM by using the Integration Components to signal the OS in the VM to cleanly shut down.  If the ICs are not available or that times out, then the VM is Powered Off.
    "turn off" simply hits the power switch of the VM.  As if the power cord was pulled.  This is a hard down state, and generally one we don't want to see.
    http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/01/11/shutting-down-a-virtual-machine.aspx
    http://blogs.msdn.com/b/virtual_pc_guy/archive/2011/01/10/turning-off-a-virtual-machine.aspx
    http://blogs.msdn.com/b/virtual_pc_guy/archive/2008/01/30/shutting-down-a-hyper-v-virtual-machine.aspx  (old namespace)
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Feature that automatically creates a list and columns

    Hi,
    I wanted to create a feature that automatically creates a list and columns programatically. Can anyone please help me how to implement this.
    Regards,
    Praveen

    Please check below article to create columns and list programatically
    http://www.sharepointdoug.com/2012/12/programmatically-creating-content-type.html
    similar thread below to create list programatically
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/2d82a8fd-052c-4d24-bfef-3ff59986b29c/how-to-create-custom-list-in-sharepoint-2010-programmatically-?forum=sharepointdevelopmentprevious
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • When i burn a playlist, why does it automatically alphabetize my list? how do i kburn it in the order i want?

    when i burn a playlist, why does it automatically alphabetize my list? how do i kburn it in the order i want?

    What format disc? MP3? Audio?
    iTunes 10 for Mac: Create your own MP3 CDs - http://support.apple.com/kb/PH1748
    iTunes 10 for Mac: Disc burning overview - http://support.apple.com/kb/PH1746
    iTunes: How to set the play order of songs on an MP3 CD - http://support.apple.com/kb/HT2455

  • Partition by LIST and subpartition by LIST

    Hi,
    Can I create a table having partition by LIST and also subpartition by LIST.
    If we can then please provide a syntax or otherwise if we can't then please provide a valid reason for it.
    Regards,
    Koushik

    You can have list-list composite partitioning in 11G, not before that.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/partconc.htm#BCGJEEGJ
    Search the documentation for the syntax.

  • Partition by list (substr(col_name,1,4)) possible?

    Hi,
    Can we partition table by list based on function not just column?
    partition by list (substr(column_name,1,4))
    -Thanks
    Regards,
    Chan.

    Raj,
    No. But email me for an alternative solution at [email protected]
    Did you know something what we ignore and that you don't want to share here ?
    Nicolas.

  • AME can i create a Rule type List Creation and category For Your Info?

    Hi,
    I have created two rules.
    1st rule create the list of approvers to approve the leaves i.e. supervisor then department head.
    Till this every thing is going fine transaction are getting approved by both approvers and leave is crated in Application.
    Now I create 2nd rule to send FYI notification to HR Administrator.
    When employee Appling for leave it shows the list of approvers correctly i.e. supervisor, department head as approvers and HR Administrator FYI notify.
    Now HR Administrator opens the notification and close the notification and Approvers approved the transaction. PPROBLEM IS Transaction is not getting close and hence leave is not getting create in application._
    Edited by: SHEIKHG on Aug 28, 2009 9:11 PM

    No I have not customized the workflow. becuse the notification have all details if the rule is list creation. But if rule type is post-chain-of-authority approvals or pre-chain-of-authority approvals then the notificaiton has no useful info.
    Thats why I want to use Rule Type List creation for FYI notification. But when i do so my transaction is not getting complete.

  • Automatic Partitioning in 10gR2

    Hi
    We have a very large table which contains millions of rows in Oracle database 10gR2. In order to increase performance and manageability we want an automatic partitioning scheme in which at the beginning of every month a new partition is added, so that new data is added in newly created partition.
    Help us.
    Thanks in advance.

    930037 wrote:
    Hi
    We have a very large table which contains millions of rows in Oracle database 10gR2. In order to increase performance and manageability we want an automatic partitioning scheme in which at the beginning of every month a new partition is added, so that new data is added in newly created partition.
    Help us.
    Thanks in advance.Hi,
    Oracle10g had not available the feature of Automatic partitioning scheme
    Yet but you can do like this way........
    http://ocpdba.wordpress.com/2009/10/12/automatic-partition-management-for-oracle-10g/
    http://begintowrite.blogspot.in/2012/02/automatic-partition-management-for.html
    Regards
    Hitesh
    Edited by: hitgon on Apr 26, 2012 6:52 PM

Maybe you are looking for