How to change the partition type on a table with data

Hi
I have a table, which is partitioned by list on date column. The table contains large volume of data.
My requirement is to make the list partition into range on the same date column.
I am working on Oracle10g
Kindly advice

partitioned by list on date How many distinct DATE values do you have ? Each DATE value would be a Partition in List Partitioning.
Why do you need to convert this to RANGE Partitioning ? How many DATE values do you expect in the table in the future ?
You can use DBMS_REDIFINITION to copy a LIST Partitioned Table to a RANGE Partitioned Table and then switch the tables at the end.
See examples (where the source table is not partitioned)
http://www.oracle-base.com/articles/misc/partitioning-an-existing-table.php
http://uhesse.com/2010/02/15/partitioning-a-table-online-with-dbms_redefinition/
But before converting I would justify why a LIST Partitioned Table be converted to RANGE Partitioned. Do you have Date-Range queries ?
Hemant K Chitale
Edited by: Hemant K Chitale on Mar 15, 2013 2:11 PM

Similar Messages

  • How to change the paper type in printer settings?

    Does anyone know how to change the paper type in printer settings?  I'm trying to have the ability to change it to photo paper from Photoshop Elements.  I can't find the option in printer settings or through Elements.  I'm assuming I could save an additional printer setting for photo printing, but can't find how to even select a different paper type.
    thanks!

    It would help to know which OS you are running as the answer will be different if it's Lion or the previous OS's. You are not running iOS 5.0.1 on your MacBook Pro so provide the correct information.

  • How to change the document type while creating a PO by ME59N

    Hi,
    I  have 2 groups of PR's, for group one the document type is picked as NB and PO is created and for the group 2 it should pick as XYZ and PO should be created using ME59N tcode.
    How to change the document type for group 2 in ME59N? Which user exists to use to change the document type while creating PO in ME59N? 
    Can any one suggest me.

    Hi,
    There a config area, where you can define default PO doc types for a particular Pr doc type. If you maintain the settings properly there, then your requirement can be fulfilled.
    SPRO->IMG->MM->Purchasing->Purchase requisation->Define doc types.
    This will serve your purpose.
    Thanks,
    Srinu

  • How  to change the billing type Rv to DG

    Dear all,
    when ever we are doing the return order to a sales we will create a customer credit memo through the VF01 T-code.where billing type will be customize one that is credit memo..
    once we save that the in customer G/L we are getting the document type as RV instead of DG.
    please tell me how to change the document Type in customer Ledger.
    regards,
    chethan

    Hi,
    Just to draw your attention that DG is doc.type used to issue credit memo from FI (t.code FB75), where it does not involve the inventory movement.
    Whereas the credit memo generated from OTC cycle (i.e.VF01) involves inventory movement. Ideally, both of these types of credit memos should have different doc. types, so that users can distinguish the returns based on doc. types later on.
    So, after explaining the above, please check with your business thoroughly if they really need to use DG instead of RV. I would suggest to create new doc. type 'ZC' and set up through VOFA.
    Thanks,
    Nirav

  • How to change the file type from IMOVIE PROJECT to other types of file

    how to change the file type from IMOVIE PROJECT to other types of file??
    thank you very much for your help=]

    I am not sure what you mean, but once you make a project. Then go to the share menu and you can export the project to iDVD, itunes, mobileme, quicktime.
    Share export quicktime movie will allow you to export to a variety of codecs. What specific export are you looking to share the movie in? What is the final source that the movie will be displayed?

  • How to change the project type of inprogress project

    How to change the project type of in-progress project, The project type is Testing and need to change it to basic project plan.

    Another way is to click on the top right button of the project center ribbon, after selecting the project. Note that this way works for one project at a time whereas toon's reply works for bulk edit.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • How to change the task type of bdoc in sap crm

    Dear CRM Experts,
    I am new to CRM. Want to know how to change the task type  of Bdoc from update to insert. I am gettind B doc error due to the reason that under object_task the entry is U , whereas i have to change it to I (insert).
    Pls provide deatil answer. Points will be given.
    Regards
    Rajat
    Edited by: Gurinder Pal Singh on Jul 21, 2011 10:17 AM

    Hello Rajat,
    Please provide us more information about the error you have and it's description so that we can help here arounfd here.
    thanks
    Willie

  • How to change the images dynamically in a table.

    Hai,
                     How to change the images dynamically in a table based on the condition in webdynpro abap.
    Edited by: Ravi.Seela on Oct 13, 2011 2:17 PM

    This has been much discussed earlier. Do search posts.
    For your scenario i would do the following.
    inside your node which is binded to the table, i create a new node image with cardinality 1 ..1 and a attribute called path of type string.
    create a  supply function for the node image .
    Supply method now has a Element (Parent element ) and node.
    Based on your record in element, set the right image source to path attribute and bind the node.
    This will make sure that the framework calls the image supply function for every row in a table.

  • How to change the year in a range of column dates to the new year?

    How to change the year in a range of column dates to the new year?

    Depends on the pattern of the dates. The last procedure will work for any pattern, or no pattern at all.
    For examples.the dates are assumed to be in column A, starting at A2
    Sequential dates?
    Enter first updated date in the first cell.
    Enter =A2+1 in cell A3. Copy the cell.
    Select A3 to the end of the list. Paste.
    With the cells still selected, Copy, then go Edit > Paste Values.
    Evenly spaced dates?
    Same procedure as above, but replace +1 in the formula with + and the number of days between dates in the list.
    Randomly spaced dates?
    Select cell B2. Press option-left arrow to insert a (temporary) column to the left of column B.
    Click on the empty cell B2 in the new column. Enter the formula below:
    =DATE(YEAR(A)+1,MONTH(A),DAY(A))
    Copy the cell, then select B2 - Bn where n is the last ow containing a date to be converted. Paste,
    With the cells still selected, Copy.
    Click on A2, then go Edit > Paste values.
    Click on the column B reference tab to select all of column B.
    Hover the mouse over the right end of the reference tab, and click the black triangle when it appears.
    Choose Delete Column from the menu that appears.
    Regards,
    Barry

  • How to change the Encoding type of a XML

    Hi all,
    I'm having a XML(generated at run time) with UTF-8 Encoding. If I'm going to parse it, getting an error saying "*Document root element is missing*".
    If I change the encoding to ANSI, it parses without error.
    How can I change the encoding type of a documnet ?
    Any comment welcome.
    Kaushalya

    There's no such thing as the "encoding of a String". If you produced a String from a sequence of bytes using the wrong encoding, you may not be able to repair that problem by hacking about in your code. You're better off to produce the String using the correct encoding in the first place. Read this for more information about XML and encodings as you appear to be misunderstanding basic concepts:
    [http://skew.org/xml/tutorial/]

  • How to change the PARTITION(P#) is replace of PYYMMDD format

    hi
    hi everybody, i am developing the appl is used to jsp and oracle.. i need to change # is replace of YYMMDD format in oracle.. i want to display the partition wise data (like p070220) based on the query..
    how can you change the query (p#, p070220)....
    pls find the above code..
    Table Names(1): select * from imis_p3_report
    Fields: mis_rep_id, mis_rep_name, query_description
    EX: LPP0159,Deativations thru 152 Short code, SELECT
    TO_CHAR(CALL_DATETIME,'DD-MON-YYYY') DEACTIVE_DATE, TIME, SUBSTR(CV1,3,10) MSISDN,SUBSTR(CV2,3,10) DEALER_NUMBER,CV3 PRODUCT_CODE,CV4 SYS_STATE, TO_CHAR(TO_DATE(CV5,'YYYYMMDD'),'DD-MON-YYYY') CREATE_DT,CV6 SERVSP_ID,CV7 DEALER_CODE,CV8 ZONE_DEALER FROM DAILY_IN_DUMP PARTITION(P#) WHERE
    Upper(Nodelabel)='ID_DEACTIVATION' 2) select * from imis_p3_controls Fields:mis_rep_id, condition_id, control_type, control_label, control_content, default_value
    EX: LPP0159, 1, DTP, FORDATE
    COntrol_types like DTP, COMBOBOX, LISTBOX, RADIO
    3) select * from imis_p3_conditions
    Fields: mis_rep_id, control_id, condition_id, query
    ex: LLP0159, 4, 2, select
    TO_CHAR(TO_DATE('#','DD/MM/YYYY'),'YYMMDD') DT from dual
    Condtion_id: 0,1,2,3,4,5..
    i want to change the PARTITION(P#) replace to p070220 format
    please help me....
    Kalyani

    Hi there Luke. Thanks for the answer but it has bred a new problem as good as it was. I've shrunk the second volume (E) down to 20GB exactly, however there is now around 53gb of unallocated space. When I right click on the C partition the option for extending is greyed out and it wont let me allocate the 53gb to it.
    Any ideas on why this might be?
    Wish I knew more about computers! :(

  • How to change the order type

    Dear friends,
    Please tell me the transaction code to change the orger type.
    suppose  we have an order having type Zrox we want to change the order type from Zrox to Zmto what should I do and how can I do .

    Hi
    For single order use <b>VOV8 </b>and for Mass use T code <b>MASS</b>
    <b>
    Changing by MASS</b>
    There is transaction <b>MASS </b>which can be used to carry out mass changes in the sales order and other objects.
    Mass Maintenance: (Use to change multiple fields in multiple documents at the same time). I have done mass change for customers; and orders should work the same way too.
    1) Try t-code [MASS] and select sales orders & execute
    2) Choose the table or tables for your selection criteria and also for fields you want to change.
    Then execute. (suppose your selection criteria fields are from “sales order header data” table and the field you want to change, is in “item data” table)
    3) Put in the sales documents(21000000, 21000001) you want to change and also the items(10) you want to change. – click on ” choose selection fields” button – From the Pool, move the fields you want to the “select fields” using arrows.
    4)From mass maintenace menu, click on “Enter new field values”
    -click on “sales order item data” tab and choose the field you want to change.
    (for example. I want to change plant for item 10)
    -enter the new value (of the plant to be)
    -click on “Adopt” and execute
    5)In “sales order item data” tab, you see the new value of the plant you entered at the top and the old values of item 10 are below.
    -click on “change field values” button. you see all the old values are changed to new values.
    -save
    Note: it will take some time depending on how many records you have.
    Check: Go to [SM37] and see the status of the job you are running and once finished, export the spool file to a spreadsheet.
    Before you do mass maintenance, go to the particular table in [se16] and get the results. Then do the mass maintenance and compare the results with this one. If they match, then you are good to go.
    Note: If you have any user exits that affect the results, ask them to deactivate the MODCHECKS still you are done with mass maintenance & activate them again.

  • How to Change the NAT Type of an Apple Router

    My dad just bought an apple Router and some new modem. now since i know the router is apple company i want someone to tell me how i change its NAT Type from Strict to either Moderate or Open because its preventing me from connecting to my friends on xbox live. Im also using a Macbook Pro for a computer so its apple software an their shouldnt be any reason this cant be resolved effectively i just need a guide to tell me how to go about fixing this problem.

    Unfortunately, the AirPorts are not listed as Xbox Live-compatible routers ... so there is no guarantee doing this will get Open NAT status for Xbox Live!
    The following web blog does a great job explaining the NAT issues with Xbox Live! Basically what it comes down to is that although you can get an Internet connection for the Xbox with the AirPorts, you may not get the necessary NAT setting (Moderate or Open) for the Xbox Live! on-line game that you want to play. As such, you basically have two options: 1) Create a DMZ (Apple calls this a Default Host) for the XBox or 2) Configure the AirPort for Port mapping to open the required ports to allow Xbox Live! access ... or 3) Use a compatible router.
    Option 1 - Create a DMZ
    AirPort Utility > Select the AEBSn > Manual Setup > Internet > NAT
    Enable default host at: <Enter the IP Address for the XBox>
    Option 2 - Configure Port Mapping
    The following ports must be available for Xbox Live to operate correctly:
    UDP 88
    UDP 3074
    TCP 3074
    To setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings:
    1. Reserve a DHCP-provided IP address for the Xbox 360.
    AirPort Utility > Select the AEBSn > Manual Setup > Internet > DHCP tab
    Click the "+" (Add) button to enter DHCP Reservations.
    Description: <enter the desired description of the host device>
    Reserve address by: MAC Address
    Click Continue.
    MAC Address: <Enter the MAC hardware address of the Xbox or the MAC address of the wireless depending on how you connect the XBox to the network.>
    IPv4 Address: <enter the desired Private IP address>
    Click Done.
    2. Setup Port Mapping on the AEBSn.
    AirPort Utility > Select the AEBSn > Manual Setup > Internet > NAT > Configure Port Mappings
    Click the "+" (Add) button
    Service: <choose the appropriate service from the Service pop-up menu>
    Public UDP Port(s): 88, 3074
    Public TCP Port(s): 3074
    Private IP Address: <enter the DHCP Reserved IP address for the Xbox you created earlier>
    Private UDP Port(s): 88, 3074
    Private TCP Port(s): 3074
    Click "Continue"

  • How to change the NAT type to Open on a Imac using bridged connections

    Hey everyone I have a problem. I play xbox live with my friends and i just moved and dont have a wireless adapter anymore. so i have bridged connections with my imac and xbox via ethernet. It works perfectly, but the only problem is that when i connect it say that my NAT type is strict. To play with all my friends i need a open NAT type. Does anyone know how to make the NAT type on the Imac open. And i do have a D-link router model DIR-625. When i called D-link they said to port forward, i did and it still didnt work, they said it must be the fire wall on the mac, microsoft said the same thing, that it might be the fire wall. I checked the fire wall and it said "All Incoming connections are allowed".
    I would really much appreciate it if someone helped me. Thank you!

    Yes, most likely. Microsoft has provided a list of XBox LIVE!-compatible routers. Since the OS X Internet Sharing feature is limited, there is no way to configure port mapping or placing the XBox in a DMZ with it. Typically, you either use a compatible router or configure port mapping/DMZ for non-compatible routers.

  • How to open the Url type in Attachments Table

    Hi All,
    If we attached the any files, files are stored in the fnd_lobs table, pickup the data from the fnd lobs table and stored in the local system but if attached the url type how to open the url type.is there any standard ?
    Thanks,
    Venkat

    You can do it one of two ways:
    1. Insert some CSS that will change the target to "_new".
    2. Change the field that the user enters information in to a single line of text, then create a calculated column that is:
    =CONCATENATE("<a href=",[URL Field]." target=new>Click here</a>")
    Format that as a number.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

Maybe you are looking for

  • How do I access my playlists from my Itunes on my Mac?

    Using an iPhone 6 (8.1.1) and a Mac Mini using Yosemite (10.10). I can see all of my old iTunes playlists on my phone, but I can't see them on my iTunes.  I bought a bunch of new music but want to add that music to these old playlists...Any suggestio

  • How to get instance notes in a global

    I have a global in a utility project that gets called through PAPI WS from an external client. I want this global to take an instance id as the input argument. It should then get a reference to the instance, get the instance notes currently associate

  • Imported jpegs from iPhoto to iMovie appearing black!

    Hi, I have got an iMovie project underway and need to import a Jpeg image into the video. I first load the photo into iPhoto, then this appears in iMovie. However, when dragging it to the project just before the video starts, it appears as the actual

  • Why won't osx mountain lion download???

    i paid $19.99 for this app and all it's doing is taking days to download and when it's close to finishing it crashes my mac air!! someone help me or tell me how i can get a refund for a useless download!! please and thanks

  • TP-Link TL-WN851ND driver clash

    the card was famous for clashing in Win8. I found the right OEM driver (the chip manufacturer one) but the Win 10 system so genius not to install it 486~Haswell user