Create partition to upgrade OS 10.6.8 to 10.8.5?

++++++++++++++++++++++++
Model Name: Mac Pro
Model Identifier: MacPro3,1
Processor Name: Quad-Core Intel Xeon
Processor Speed: 2.8 GHz
Number Of Processors: 2
Total Number Of Cores: 8
L2 Cache (per processor): 12 MB
RAM Memory: 18 GB
Graphics card: ATI Radeon HD 2600 XT:
Backup using Time Machine Backups on a 1 TB Fantom WD10EAVS-00D7B1 drive
Available Mac HD disk space: 58.01 GB
++++++++++++++++++++++++
I need to upgrade my early 2008 Mac Pro3,1 from OS 10.6.8 to 10.8.5 in order to download Autodesk Maya 2015 for a 3D animation class.
10.6.8 has served me well, supporting my use of Adobe CS5 Production Premium applications; Adobe CS4 inDesign; Audacity Sound Editor; and other programs for web, graphic design and video editing.
But my major concern in upgrading to 10.8.5 is that my existing application software I use for 2-D stuff will continue to work.
Here are my questions:
1. If I create a partition on my Mac HD and install 10.8.5 on that partition it as my startup disk, will this be my escape clause if some applications do not work with 10.8.5? (i.e. Can I revert to the unpartitioned part of the HD to start up with 10.6.8?)
2. How large should a partition used for 10.8.5 be?
3. Should I download and install Maya 2015 to that partition as well?
4. Is my Time Machine Backups external drive sufficient to qualify as backing up my HD? If so, should I power it off before doing all this?
Any answers to these questions or or further advice on this would be greatly appreciated. Thanks in advance.

Easier to show you products I think
This adapter:
Lycom DT-120 M.2 PCIe to PCIe 3.0 x4 Adapter (Support M.2 PCIe 2280, 2260, 2242)
Then the "blade" is an SSD that fits on a PCIe adapter so it is different than your 2.5" SSD.
These were first used in MacBook Pro 2013, they are "blade" shape and is what is found in the Late 6,1 2013 Mac Pro black cylinder.
Minimum is fine for most, but not if you use Adobe or heavy graphics or video, then larger is better. And larger also means faster. They are plug and play, no support needed, support is built into the Mac Pro already all models from 2006 thru 2012.
This is what I would recommend. Costs 2x as much but no $100-300 controller needed, no issues with booting that many other cards exhibit.
Samsung XP941 256GB PCIe 2.0 x4 M.2 SSD MZHPU256HCGL
There is smaller 128GB for $142 (Amazon) or $136 (Newegg, sh extra).
Took me multiple reads of this growing thread to finally take the plunge myself - no regrets.
http://forums.macrumors.com/showthread.php?t=1685821
Good spot in middle of thread:
http://forums.macrumors.com/showthread.php?t=1685821&page=9
I would need two SSDs, maybe even two controllers, to get 900MB/sec writes and 1100MB/sec reads.
That is 10x better than hdd which have slower seeks (8-12ms) and access, whereas SSD in blade form is as close to zero as it gets.
As for graphics card, 4GB GTX 770 would be a good option.
http://www.macvidcards.com/store/p9/Nvidia_GTX_770_2_GB_and_4_GB.html
macvidcards
Latest test results (770 is not but the 780 is) and the GTX 970 or 980 look promising
BAREFEATS
GeForce GTX 980 vs 9 other GPUs running Resolve, LuxMark, and Octane Render
INSIGHTS
The NVIDIA GeForce GTX 980 beats all other GPUs rendering noise reduction in DaVinci Resolve.
As for OpenCL in LuxMark, one GPU edged out the GTX 980: the AMD Radeon R9 290X. The GTX 980 still impresses since it is twice as fast running LuxMark than the next fastest NVIDIA GPU, the GTX 780.
Only NVIDIA GPUs appeared in the Octane Render graph. That's because only CUDA capable GPUs are compatible of rendering in that app. The GTX 980 edges out the GTX 780 and blows away all the other NVIDIA GPUs. Notice we included results for dual 980s. That's a teaser for an upcoming article.
We wanted to include a graph showing After Effects CC 2014 rendering the Robot ray-trace 3D project, but AE gives us ray-trace loading errors when we attempt it with the GTX 980. Once that issue is resolved, we will add that graph to this page.
The GeForce GTX 980 may not have dominated every test but keep in mind that it ran with only the Mac Pro tower's internal power no matter how hard it was stressed. That can't be said of the GeForce GTX 780, Radeon R9 290X, and Radeon HD 7970 -- all of which had one power port plugged into an auxillary power supply to prevent possible self-power-down by the Mac Pro.
http://barefeats.com/gtx980b.html
Bear in mind, these would bring your system up as far as feasible or possible and only other item would be a couple 2-4TB HGST drives. The system boot drive can be small and fast, and should not have any media, data or such - unless you have a large enough SSD blade, then having those with its ultra-high I/O is fine, so Lightroom, scratch and such benefit. But media projects, most video projects, no . There are a few hardy souls that are building out 2TB of SSD for large volumes for their projects and work (4 x 500GB and above).
When I put a SSD in my system in 2010 it was nice. When I upgraded in 2013 it was better. The last year though has seen a lot of improvements. And reductions in price. So that today any Mac can come with flash storage - great for its no noise, almost no heat, and tiny size. 80 x 22mm is small! Took me 4 minutes to attach to the Lycom adapter. Instantly recognized, formatted, and cloned the system to SSD using Carbon Copy Cloner. Boots instant, and system response for loading apps, data, graphics, AND writing to disk are nearly instantaneous.

Similar Messages

  • Error while creating partition table

    Hi frnds i am getting error while i am trying to create a partition table using range
    getting error ORA-00906: missing left parenthesis.I used the following statement to create partition table
    CREATE TABLE SAMPLE_ORDERS
    (ORDER_NUMBER NUMBER,
    ORDER_DATE DATE,
    CUST_NUM NUMBER,
    TOTAL_PRICE NUMBER,
    TOTAL_TAX NUMBER,
    TOTAL_SHIPPING NUMBER)
    PARTITION BY RANGE(ORDER_DATE)
    PARTITION SO99Q1 VALUES LESS THAN TO_DATE(‘01-APR-1999’, ‘DD-MON-YYYY’),
    PARTITION SO99Q2 VALUES LESS THAN TO_DATE(‘01-JUL-1999’, ‘DD-MON-YYYY’),
    PARTITION SO99Q3 VALUES LESS THAN TO_DATE(‘01-OCT-1999’, ‘DD-MON-YYYY’),
    PARTITION SO99Q4 VALUES LESS THAN TO_DATE(‘01-JAN-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q1 VALUES LESS THAN TO_DATE(‘01-APR-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q2 VALUES LESS THAN TO_DATE(‘01-JUL-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q3 VALUES LESS THAN TO_DATE(‘01-OCT-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q4 VALUES LESS THAN TO_DATE(‘01-JAN-2001’, ‘DD-MON-YYYY’)
    ;

    More than one of them. Try this instead:
    CREATE TABLE SAMPLE_ORDERS
    (ORDER_NUMBER NUMBER,
    ORDER_DATE DATE,
    CUST_NUM NUMBER,
    TOTAL_PRICE NUMBER,
    TOTAL_TAX NUMBER,
    TOTAL_SHIPPING NUMBER)
    PARTITION BY RANGE(ORDER_DATE) (
    PARTITION SO99Q1 VALUES LESS THAN (TO_DATE('01-APR-1999', 'DD-MON-YYYY')),
    PARTITION SO99Q2 VALUES LESS THAN (TO_DATE('01-JUL-1999', 'DD-MON-YYYY')),
    PARTITION SO99Q3 VALUES LESS THAN (TO_DATE('01-OCT-1999', 'DD-MON-YYYY')),
    PARTITION SO99Q4 VALUES LESS THAN (TO_DATE('01-JAN-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q1 VALUES LESS THAN (TO_DATE('01-APR-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q2 VALUES LESS THAN (TO_DATE('01-JUL-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q3 VALUES LESS THAN (TO_DATE('01-OCT-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q4 VALUES LESS THAN (TO_DATE('01-JAN-2001', 'DD-MON-YYYY')))In the future, if you are having problems, go to Morgan's Library at www.psoug.org.
    Find a working demo, copy it, then modify it for your purposes.

  • Can't install snow leopard on partition after upgrading to lion

    I rushed out too early to install Lion via Apple Apps store.  Now, I realize that Rosetta is gone and so are my options to use older apps.  As I was reading on the web and Apple Support, I have tried various things and get a window saying that I can't install snow leopard.
    I have never partition my hard drive, but using disk utility I created a partition called "Snow Leopard."  It divided my HD in half which is okay.  I closed the disk utility window, rebooted holding down the "C" key, and saw the OS X Install DVD.  When I select it a window pops up saying, "You can't use this version of the appl inst Mac OS X with this version of Mac OS X.  You have installed Mac OS X 23.1.1."
    Before downloading lion, I made a backup of my existing HD using Time Machine to an external HD.  When I open up a saved version dated a month ago, I see that the applications that were working in snow leopard now have the icon circle saying that it is not supported by lion.  This is strange since I used Time Machine to back up my HD, then turned off the app before downloading lion.  Even older versions saved on the external HD show the circle.
    I read about lion and the "Recovery HD," but when I hold down the Command-R key nothing happens when I restart my computer.  It also talks about using the option key but that does not work.  It talks about reinstalling lion using this system, but I don't see it working.
    How can I install snow leopard on my new partition, then I would go to "Software Updates," to get the latest version, or use one of the versions on my external HD to have both operating system.
    Thanks,
    DaisyMay

    Hi Scottiemn,
    As I was trying different things to make a partition on my HD, I made notes as to what I did, and I finally got it to work.  I will try to explain what I did.
    Before installing “Lion,” I backed up Snow Leopard using Time Machine to my external Seagate HD.  I installed “Lion,” and found out that I could not use some of my old apps, so I did the following.
    Since I am running “Lion,” I opened up disk utility and selected my MacHD (1TB), then I selected partition, and it showed “Macintosh HD” under the partition information name.  I believe I selected the plus, + and it divided my HD space in half, and I named it Snow Leopard.
    I then installed the Snow Leopard DVD, and restarted my computer holding down the “C” key, I held it down for about 30 seconds or more and then took my finger off of the key.  As I waited I finally saw that I was on the install DVD, and on the top menu bar I saw “Utilities.”  I had my external Seagate HD mounted on my desk top before I restarted my computer, I selected the “Utilities,” on the menu bar and it gave me the option to back up from Time Machine, I selected my external Seagate HD to the newly created partition I named Snow Leopard and I said “Yes.”  I followed the instructions and after it was done, I went to the menu bar and selected System Preferences, System, Startup Disk, and selected to start up with Snow Leopard.  On my desktop, I can see two Hard Drives, one is Macintosh HD with “Lion,” and the other is Snow Leopard. 
    Then, I started up my computer and I was on the Snow Leopard partition and I saw all of my apps working.  I then went back to the menu bar and selected System Preferences, System, Startup Disk, and selected to start up with “Lion,” and restarted my computer and I was running “Lion.”
    I am not sure why I was not able to use the DVD of SL before, but somehow I got it to work, and I hope that I have explained what I did above.
    One thing, when I installed “Lion,” from the app store, I did not make a bootable DVD of the application.  I went back to the app store and downloaded “Lion” again and kept it in the dock until I got Snow Leopard to work.  I burned a DVD of “Lion,” and so I have a backup of it.
    Since my Seagate HD has only 250 GB of space and it is an EIDE HD 7,200 rpm using an OWC Mercury Elite FW400/USB2 with the Oxford chipset 911 enclosure which I bought in 2008, I decided that since I now have my 27 inch iMac quad core i5 with 1TB that I needed a larger hard drive.
    I researched the web and decided to go back to OWC and just bought a 2.0TB OWC Mercury Elite Pro “Quad Interface” 64MB with eSATA/FW800/FW400/USB2.0 with 7,200 rpm speed for $219.00.  I partitioned it for Time Machine, and Carbon Copy Cloner.
    I ran Time Machine, and both partitions “Lion, and Snow Leopard” are on the Time Machine partition and both HD’s are under the Carbon Copy Cloner.
    I am self taught on my many iMac’s over the years, and I go to the forums to ask questions and follow the helpful hints to resolve my problems.  I carefully try different things and write down what I did so I don’t repeat things.
    I hope that I have explained what I did, and hopefully it will work for you.
    When I want to run SL, I select in the System Preferences to start up from that disk, when I want to run Lion, I go back and select that and start up my computer running Lion.
    Since I have many old apps that Rosetta uses to open them up in SL I wanted to keep that operating system.  I will go back now that I have everything working and see if I really need them.  I won’t rush to remove my SL partition that I created, but in time if I don’t need the older apps then I may clean out my system and just run Lion.
    I run Lion now all of the time, but when I need to go back to SL, I now have the option.
    Good Luck,
    DaisyMay

  • Error in creating partition table in oracle spatial by ankur

    Hi,
    Am working on Oracle 10.2.0.3
    Am not able to create partition table in Oracle
    i have all the required columns in node and edge table ......the moment i try to create partition table using exec sdo_router_partition.partion_router i get the following error:
    ERROR at line 1:
    ORA-00947: not enough values
    ORA-06512: at "MDSYS.SDO_ROUTER_PARTITION", line 1510
    ORA-06512: at "MDSYS.SDO_ROUTER_PARTITION", line 661
    ORA-06512: at line 1
    Can someone help ??

    hey i have found the solution myself :)

  • Disk utility-erasing a HD, creating partition map hanging

    Hi all,
    I have been given an external Maxtor USB drive, 120 BG, with the need to securely wipe the old information on it. I have used Disk Utility, and zeroed the HD with a 7 times pass. This took 17 hours, and it moved to the "create partition map" stage. It's been doing that for 24 hours and still the progress bar is rolling. All other options are greyed out and nothing can be selected in Disk Utility. I have chosen to format it in Mac OS X Extended, Journaled. There was about 45 GB data on the drive.
    Would this amount of time be expected, or has something gone wrong? I hesitate to force quit DU, in case I render the drive unusable. If I do that or shut down the computer, what's likely to happen to the HD? Will I be able to mount it again and start over. Any tips much appreciated.
    Frances

    Hi Frances,
    17 hours for the 7-times pass is normal (and usually completely unnecessary unless you work for the CIA). However, the hang at the "create partition map" stage is not normal. I would interrupt it and reformat the drive, since the zeroing is finished anyway.
    If this answered your question please consider granting some stars: Why reward points?

  • Windows 8 installation gets stuck during create partition step in bootcamp. Any suggestions?

    windows 8 installation gets stuck during create partition step in bootcamp. I tried to restart the bootcamp with same results. I have given it more than 6 hrs for last 3 times but I was able to go past this step previously where I got stuck during registering windows8.

    Hi,
    According to your description, it seems that your all Windows 8.1 computers connect to network via normal wireless network.
    Did you have wireless router for them?
    Please delete this adhoc, then check if these computer could connect to network.
    If no, follow below guide to create and connect to adhoc :
    Create adhoc in Windows 8.1
    http://tipsandtricksforum.com/thread-210.html
    connect to adhoc with Windows 8.1 
    http://social.technet.microsoft.com/Forums/windows/en-US/56ff83ff-1f15-4fc1-aa37-6651340d46fa/windows-81-connecting-to-ad-hoc-networks
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Karen Hu
    TechNet Community Support

  • Creating Partitions in Oracle 10G Express Edition

    Can I create partitions in oracle 10g express edition?

    See yourself :
    http://download.oracle.com/docs/cd/B25329_01/doc/license.102/b25456/toc.htm#BABJIJCJ

  • Logical standby stopped when trying to create partitions on primary(Urgent

    RDBMS Version: 10.2.0.3
    Operating System and Version: Solaris 5.9
    Error Number (if applicable): ORA-1119
    Product (i.e. SQL*Loader, Import, etc.): Data Guard on RAC
    Product Version: 10.2.0.3
    logical standby stopped when trying to create partitions on primary(Urgent)
    Primary is a 2node RAC ON ASM, we implemented partitions on primar.
    Logical standby stopped appling logs.
    Below is the alert.log for logical stdby:
    Current log# 4 seq# 860 mem# 0: +RT06_DATA/rt06/onlinelog/group_4.477.635601281
    Current log# 4 seq# 860 mem# 1: +RECO/rt06/onlinelog/group_4.280.635601287
    Fri Oct 19 10:41:34 2007
    create tablespace INVACC200740 logging datafile '+OT06_DATA' size 10M AUTOEXTEND ON NEXT 5M MAXSIZE 1000M EXTENT MANAGEMENT LOCAL
    Fri Oct 19 10:41:34 2007
    ORA-1119 signalled during: create tablespace INVACC200740 logging datafile '+OT06_DATA' size 10M AUTOEXTEND ON NEXT 5M MAXSIZE 1000M EXTENT MANAGEMENT LOCAL...
    LOGSTDBY status: ORA-01119: error in creating database file '+OT06_DATA'
    ORA-17502: ksfdcre:4 Failed to create file +OT06_DATA
    ORA-15001: diskgroup "OT06_DATA" does not exist or is not mounted
    ORA-15001: diskgroup "OT06_DATA" does not exist or is not mounted
    LOGSTDBY Apply process P004 pid=49 OS id=16403 stopped
    Fri Oct 19 10:41:34 2007
    Errors in file /u01/app/oracle/admin/RT06/bdump/rt06_lsp0_16387.trc:
    ORA-12801: error signaled in parallel query server P004
    ORA-01119: error in creating database file '+OT06_DATA'
    ORA-17502: ksfdcre:4 Failed to create file +OT06_DATA
    ORA-15001: diskgroup "OT06_DATA" does not exist or is not mounted
    ORA-15001: diskgroup "OT06_DATA" does not exist or
    Here is the trace file info:
    /u01/app/oracle/admin/RT06/bdump/rt06_lsp0_16387.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /u01/app/oracle/product/10.2.0
    System name: SunOS
    Node name: iscsv341.newbreed.com
    Release: 5.9
    Version: Generic_118558-28
    Machine: sun4u
    Instance name: RT06
    Redo thread mounted by this instance: 1
    Oracle process number: 16
    Unix process pid: 16387, image: [email protected] (LSP0)
    *** 2007-10-19 10:41:34.804
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-10-19 10:41:34.802
    *** SESSION ID:(1614.205) 2007-10-19 10:41:34.802
    knahcapplymain: encountered error=12801
    *** 2007-10-19 10:41:34.804
    ksedmp: internal or fatal error
    ORA-12801: error signaled in parallel query server P004
    ORA-01119: error in creating database file '+OT06_DATA'
    ORA-17502: ksfdcre:4 Failed to create file +OT06_DATA
    ORA-15001: diskgroup "OT06_DATA" does not exist or is not mounted
    ORA-15001: diskgroup "OT06_DATA" does not exist or
    KNACDMP: *******************************************************
    KNACDMP: Dumping apply coordinator's context at 7fffd9e8
    KNACDMP: Apply Engine # 0
    KNACDMP: Apply Engine name
    KNACDMP: Coordinator's Watermarks ------------------------------
    KNACDMP: Apply High Watermark = 0x0000.0132b0bc
    Sorry our primary database file structure is different from stdby, we used db_file_name_convert in the init.ora, it look like this:
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='+OT06_DATA/OT06TSG001/','+RT06_DATA/RT06/','+RECO/OT06TSG001','+RECO/RT06'
    *.db_files=2000
    *.db_name='OT06'
    *.db_recovery_file_dest='+RECO'
    Is there any thing wrong in this parameter.
    I tried this parameter before for cloning using rman backup. This din't work.
    What exactly must be done? for db_file_name_convert to work.
    Even in this case i think this is the problem its not converting the location and the logical halts.
    help me out.....
    let me know if you have any questions.
    Thanks Regards
    Raghavendra rao Yella.

    Hi reega,
    Thanks for your reply, our logical stdby has '+RT06_DATA/RT06'
    and primary has '+OT06_DATA/OT06TSG001'
    so we are using db_file_name_convert init parameter but it doesn't work.
    Is there any thing particular steps hiding to use this parameter? as i tried this parameter for rman cloning it din't work, as a workaround i used rman set new name command for clonning.
    Let me know if you have any questions.
    Thanks in advance.

  • How do I remove the security password created after the upgrade?

    How do I remove the security password created after the upgrade?

    you mean passcode?
    settings>general>passcode lock
    and Turn passcode off

  • How to create partition from one table to another?

    Hi,
    Can any one help me in this :
    I have copied table from one schema to another by using the following command. The table is around 300 GB in size and the partitions are not copied. Now i got a request to create partitions in the destination table similar to the source table.
    CREATE TABLE user2.table_name AS SELECT * FROM  user1.table_name;
    I am using Oracle 9i database. This is very urgent, could any one please suggest me how can i create the partitions in  user2 table as user1 table.

    If you have the TOAD/ SQL DEVELOPER  , get the partition DDL from the source table and execute it in the newly created table.
    or you can use DBMS_METADATA:
    SET LONG 10000
    SELECT dbms_metadata.get_ddl('TABLE', 'TEST')
    FROM DUAL;
    Thanks,
    <Moderator Edit - deleted link signature - pl see FAQ link on top right>

  • Storage clause of create partition based on last storage value

    Hello,
    could you give some advice how could i resolve this problem ?
    I have procedure which is executed by job every day, once a day, and what it does, it automaticly add new partitions on one table.
    I am now strugling with how to construct statement that will place every new partition in new tablespaces.
    I created 8 tablespaces named data1..data8 and for this purpose, so now i am trying to understand how can i perform check in what tablespace was last partition placed and based on that, add new partition in first next tablespace. For example, last was created in data8 tablespace, so next must be created in data1 tablespace.
    How can i check that ? Anyone have some suggestions ?
    I am currently going with this logic :
    select tablespace_name from
      (select * from user_tab_partitions where table_name='partitioned_table' order by partition_name desc)
      where rownum < 2 )And with this i get the name of the last used tablespace for the last created partition, but i currently don't know how to use this info further.
    Deos someone have some other idea about this ?
    Edited by: user11141123 on May 7, 2009 4:01 AM
    Edited by: user11141123 on May 7, 2009 4:16 AM

    Yes Sean,
    i would like this to do bacuse of the tablespace that are created for that purpose, for that partitioned table.
    For some reason, they must be used, and by the current logic where that procedure adds new partiotions with default storage option, they can't be used
    and all partitions are created in one other tablespace named data.
    This is situation on production, and i created similiar test environment.
    data tablespace in production will in few days propably be full and intention is to start create new partitions in this way , in those new 8 tablespaces and in some time tottaly leave current and only used tablespace and that is data tablespace.
    So i would like to somehow implement storage clause on already fully functional
    alter table add partition
    statement inside that procedure.
    Is there some way for that ? That i use that qury i wrote above , and by using that value add on existing statement for create partition storage clause with next in line tablespace ?

  • What is partition ? how to create partition ? how to maintain indexes ?

    HI experts,
    What is the  use of peartion table
    how to create partition ?
    how to create index ? how to maintain ?
    Thanks in Advance!
    Vijay

    Read
    Partitioned Tables and Indexes
    Create Partitioned Tables and Indexes
    SQL Server Index and Statistics Maintenance
    Many Thanks & Best Regards, Hua Min

  • Can we create partitions in an existing table?

    Hi,
    Can we create partitions in an existing table which has about a million rows? I am using oracle 9i database.
    Can any one suggest me on this please.

    07b3ea8e-c4c5-4559-9055-ed38853dc64e wrote:
    Hi,
    Can we create partitions in an existing table which has about a million rows? I am using oracle 9i database.
    Can any one suggest me on this please.
    can NOT be done.
    research DBMS_REDEFINITION

  • Creating Partitions in Existing tables with Data

    Hello everyone,
    I want to know what the best way of creating partitions, in tables having data, is .. ???
    thanks
    Rossy Rocs

    There are two ways :
    1a Create a new Partitioned Table
    1b Copy data from the existing table to the new table
    1c Create Indexes
    1d Rename old table
    1e Rename new table
    OR
    2 Use DBMS_REDEFINITION
    See
    http://www.oracle-base.com/articles/misc/PartitioningAnExistingTable.php
    Hemant K Chitale

  • Tecra R10-10W - Can't create partition during installation

    I got Tecra R10-10W and I switched from Vista to XP. I used Windows XP Toshiba recovery disk for this.
    I was not able to create partition on hdd during the installation.
    I wonder did I miss something?
    How can I split my hdd into 2 parts? Should I re-install XP for it?
    Please help me?
    Thanks,
    Alper

    Hi!
    As Akuma wrote its not possible to create or change HDD partitions during the Toshiba recovery installation.
    The Toshiba recovery disk contains an image of factory settings and after this you can change the partition size yourself.
    I also use Partition Magic and it works really good. If you dont have this tool you can Google for a freeware tool. ;)
    Bye

Maybe you are looking for