Partitioning suggestion?

I am working on Oracle 11gR2 2 node RAC(OLAP database) in Linux.
I have a huge table (estimated to be around 300G) which I need to partition. Still on the designing phase so the table doesn't exist.
The reporting queries will be looking at data for a specific day or month, but the problem here is since the database is global we will have users querying from different places(different timezones) and the data reported should take the timezone for the specific user into consideration. We are looking at around 50 different timings.
We will be storing data for 24 months in this table.
This would be an OLAP database and we are considering real time reporting, so I was thinking of having two separate tables, one table(say TABLE1) to store data for a week(as this will include heavy insertion and updation activities) and the other table(say TABLE2) which will hold data for 24 months. At the end of week, can use partition exchange to merge the tables.
I was thinking of paritioning by week, but the problem is due to timezone differences, I need to query multiple partitions even to get 1 day's worth of data and a few queries which need recent week's data wouldn't be satisfied by TABLE1 and I need to query TABLE2 also.
To give an estimate of the table size it would be growing at 300M per day.
Any suggestions on what would be the best partitoning strategy here?

Firstly, I would like to thank you guys for your interest on this question.
When I say real time, I need to report on data that was generated 2 minutes ago, so the ETL processes have to run every 2 minutes and need to complete within a minute or so.
We would be using streams to get the data from OLTP database on which the ETL queries would be running.
Reports are of different types, the most common ones are daily(reports on every days data upto 5PM for that timezone), interim(any data from 5PM cut off till current time less 2mins) and monthly(monthly data from beginning upto end of the month).
Now you can say that the real time data can be kept separate and other ETL can run every hour or so, but even for daily reports if user queries at 5.02PM for his timezone I need to report the earlier days data upto 5PM which means it also real time, also holds the same for monthly reports which need to be real time when the new months starts. So the ETL has to run every 2 mins.
This is the reason I was thinking of having 2 separate tables, one which would hold 1 week data and the other table would hold rest of data for 24 months. The reason for having first week data separate is this would have heavy inserts and updates happening during first week which means this wouldn't be heavily indexed whereas the other data would see DML activities happening rarely, so they would be heavily indexes for optimum read performance.
These reports are scheduled, but a user can run them in an ad hoc manner too whenever he likes but we won't be looking at many concurrent users, probably 4 to 5 reports running concurrently which might not be the case too mostly but to look at worst case scenarios there might be around 10 people running reports concurrently though the actual user count would be around 5000.
There will be almost 10000 reports running daily of which around 5000 would be scheduled daily reports. Scheduled daily reports will be cached for a week. Scheduled monthly reports will be cached for 6 months. If there are any changes to the data, cached reports will be invalid and the reports need to be run again.
Reports would be pre-written with parameters. Ad hoc reporting is very rare, once in a couple of months.
Daily reports dont aggregate data much, would be selecting data for that specific day which the user has access to(he has access only to local data), so yes it is quite selective without much aggregates. The amount of data generated by a daily report would be around 2-3M and would involve 7500 rows.
Interim reports pull the same data as that of daily reports but they would report data from the cut off time(5Pm everyday) till current time.
Monthly reports involve more aggregated data. The number of rows would be in few hundreds and the size would be few hundred KB.
Regarding the indexes, I was looking at local paritioned indexes for easy maintenance.
Can you please eleborate a bit on this -
Have you worked out how you can write a query which accepts an input from one timezone and does partition elimination against a table partitioned on one of the timestamp datatypes (or even partitioned on a simple date data type).
The table would be having a date column, so I was thinking of converting the time the query was received to the timezone of that specific user and comparing the time with the date column. Will this be ok or am I missing something here?

Similar Messages

  • Linux - OS X dual boot/encryption/shared partition suggestions?

    Hi,
    I've been wanting to encrypt my hard drive for a while and have a MacBook. Currently I have the following setup:
    - sda1: GUID partition table
    - sda2: OS X (~60GB)
    - sda3: Arch (~15GB)
    I mount my OS X partition using HFS+ (non-journaled) and keep everything in the OS X partition except for temp stuff on Linux (downloads I don't care about, various documents I might be working on but will eventually delete or move to OS X). This way, I have one repo for all my files. I use rsync to backup my Arch home dir to OS X and then use Carbon Copy Cloner to backup OS X to an external hard drive.
    Now I'd like to do some encryption... but am not really sure how. Here's two scenarios I've considered after reading a bunch. Thoughts?
    --- Option 1 ---
    - sda1: GUID partition table
    - sda2: HFS+ volume for OS X
    --- TrueCrypt volume to be created and mounted at /home
    - sda3: /boot for Linux
    - sda4: Linux with dm-crypt/LUKS
    --- just / (no LVM making separate partitions)
    --- mount the OS X TrueCrypt volume for filesharing between OSs
    Notes: I don't like this for a couple of reasons.
    - I have to kind of guess at how much OS X will accumulate over time and make my TC volume for /home accordingly. If I ever run into issues... I'll have to backup, delete, make a new and larger TC volume and then copy it all over
    --- Option 2 ---
    - sda1: GUID partition table
    - sda2: OS X
    --- FireVault used on /home
    - sda3: /boot for Linux
    - sda4: Linux with dm-crypt/LUKS
    --- take the plunge and just start keeping all my files on Linux instead of OS X (everything used to be on OS X and I'd just mount the HFS+ drive in Linux to access things)
    --- perhaps create a TC volume file that can be used to share files between partitions via the OS X /Shared directory?
    Notes: I like this better. Everything is encrypted and thus I can just estimate like 15-20GB for OS X and only keep OS X specific files there (iWork, i* files, etc.) and then make the rest of the disk available for Linux. Since dm-crypt can be used for the whole Linux partition I can let everything (/usr, /var, /home) grow however it wants and not worry about my bad partition size/TC container size predictions.
    Remaining issues/questions:
    - Still bummed that I can't just keep everything on one OS or the other and share unless I go the TrueCrypt container for OS X home route. I really like that feature now as, essentially, my Linux /home folder right now is just for .configs and temp... everything I actually care about is only in one place. I don't like the idea of having to "merge" two sets of documents I really care about and make the dir hierarchy work...
    - Unanswered question remains of whether I can mount logical volumes on both OSs. If I have a logical HFS+ volume in an extended partition, can Linux mount that and vice versa (assuming the filesystem is readable by both, that is)?
    - How others get around the issue of making partition size predictions when creating separate partitions for /home vs. /, /usr, etc.
    - What partitions are nice to have on their own (besides /home)?
    Any thoughts? Am I best just going with TrueCrypt? I've read a lot of people who vote against it due to the license, though I'm not clear on why exactly... just not "totally" open-source? For this reason, I guess I'm leaning toward the second option since I can use standard tools on each. I don't think that plausible deniability is a huge deal for me... though perhaps that could be seen as another advantage of TC? I'll shut up now. Serious thanks for any suggestions... I can't find hardly anything on OS X/Linux dual booting and the use of encryption.

    Hi,
    I've been wanting to encrypt my hard drive for a while and have a MacBook. Currently I have the following setup:
    - sda1: GUID partition table
    - sda2: OS X (~60GB)
    - sda3: Arch (~15GB)
    I mount my OS X partition using HFS+ (non-journaled) and keep everything in the OS X partition except for temp stuff on Linux (downloads I don't care about, various documents I might be working on but will eventually delete or move to OS X). This way, I have one repo for all my files. I use rsync to backup my Arch home dir to OS X and then use Carbon Copy Cloner to backup OS X to an external hard drive.
    Now I'd like to do some encryption... but am not really sure how. Here's two scenarios I've considered after reading a bunch. Thoughts?
    --- Option 1 ---
    - sda1: GUID partition table
    - sda2: HFS+ volume for OS X
    --- TrueCrypt volume to be created and mounted at /home
    - sda3: /boot for Linux
    - sda4: Linux with dm-crypt/LUKS
    --- just / (no LVM making separate partitions)
    --- mount the OS X TrueCrypt volume for filesharing between OSs
    Notes: I don't like this for a couple of reasons.
    - I have to kind of guess at how much OS X will accumulate over time and make my TC volume for /home accordingly. If I ever run into issues... I'll have to backup, delete, make a new and larger TC volume and then copy it all over
    --- Option 2 ---
    - sda1: GUID partition table
    - sda2: OS X
    --- FireVault used on /home
    - sda3: /boot for Linux
    - sda4: Linux with dm-crypt/LUKS
    --- take the plunge and just start keeping all my files on Linux instead of OS X (everything used to be on OS X and I'd just mount the HFS+ drive in Linux to access things)
    --- perhaps create a TC volume file that can be used to share files between partitions via the OS X /Shared directory?
    Notes: I like this better. Everything is encrypted and thus I can just estimate like 15-20GB for OS X and only keep OS X specific files there (iWork, i* files, etc.) and then make the rest of the disk available for Linux. Since dm-crypt can be used for the whole Linux partition I can let everything (/usr, /var, /home) grow however it wants and not worry about my bad partition size/TC container size predictions.
    Remaining issues/questions:
    - Still bummed that I can't just keep everything on one OS or the other and share unless I go the TrueCrypt container for OS X home route. I really like that feature now as, essentially, my Linux /home folder right now is just for .configs and temp... everything I actually care about is only in one place. I don't like the idea of having to "merge" two sets of documents I really care about and make the dir hierarchy work...
    - Unanswered question remains of whether I can mount logical volumes on both OSs. If I have a logical HFS+ volume in an extended partition, can Linux mount that and vice versa (assuming the filesystem is readable by both, that is)?
    - How others get around the issue of making partition size predictions when creating separate partitions for /home vs. /, /usr, etc.
    - What partitions are nice to have on their own (besides /home)?
    Any thoughts? Am I best just going with TrueCrypt? I've read a lot of people who vote against it due to the license, though I'm not clear on why exactly... just not "totally" open-source? For this reason, I guess I'm leaning toward the second option since I can use standard tools on each. I don't think that plausible deniability is a huge deal for me... though perhaps that could be seen as another advantage of TC? I'll shut up now. Serious thanks for any suggestions... I can't find hardly anything on OS X/Linux dual booting and the use of encryption.

  • Partition Suggestions Redux

    I've read a number of posts here about partitions and would appreciate some guidance and suggestions. I'm getting an iMac 24 with 1TB. I also have an external 500MB LaCie Firewire HD (two partitions, which I've used for SuperDuper and manual backup.
    My understanding has been that partitioning improves performance while keeping one partition safe from another, should one fail. Maybe this is not so. I don't use boot camp.
    My work involves creating art (images), writing books, and some video editing.
    Thanks for your thoughts.

    Yes it will take longer to do a full clone every time and rkaufmann makes a good point your current external drive will eventually not be enough to backup your entire system. The way I have my external backup drive setup is partitioned into two parts. One partition is for a complete system clone which I update about every 2-3 weeks. The second partition Time Machine runs on. TM makes incremental backups every hour so if my internal drive fails I have my backup image and then can use TM to retrieve any recent files that are missing from the clone. The thing with TM is the amount of space it takes up slowly increases and will end up taking up a lot more space than your original system. For this reason you generally need at least double the amount of space your system takes up. Me I just erase my TM every 6 months and start it over to save space.
    George

  • UEFI Installation on sdc, Windows 8 partitons on sda gone?

    Hi all!
    I installed arch on my machine today, now it looks like my windows 8 partitions are gone, maybe someone can help me out.
    My setting:
    sda Windows 8 uefi installation
    sdb ntfs
    sdc ntfs and arch uefi installation
    So what i did:
    I freed up 100GB in sdc for the arch partitions:
    [root@chief-pc chief]# sudo gdisk -l /dev/sdc
    GPT fdisk (gdisk) version 0.8.7
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sdc: 1953525168 sectors, 931.5 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): C82D4B3F-BE8C-4B1F-B3D6-73ED7B839865
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1953525134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 1743808511 831.5 GiB 0700 Basic data partition
    2 1743808512 1744873471 520.0 MiB EF00 efi
    3 1744873472 1753262079 4.0 GiB 8200 swap
    4 1753262080 1953525134 95.5 GiB 8300 root
    As you can see I made a new efi partition on sdc, because I did not want to touch sda at all.
    Then I installed grub:
    mount -t vfat /dev/sdc2 /boot/efi
    mkdir /boot/efi/EFI
    modprobe dm-mod
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck
    grub-mkconfig -o /boot/grub/grub.cfg
    Everything went fine, I rebooted my system and it automatically booted into grub instead of win8 (win bootloader should have been standard in my asus uefi bios), so I rebooted again and tried to switch back to win bootloader in asus uefi bios, but the win entry was gone.
    So back to arch, my output for sda looks like this:
    [root@chief-pc chief]# sudo gdisk -l /dev/sda
    GPT fdisk (gdisk) version 0.8.7
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 234441648 sectors, 111.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): FFB20C3D-64F8-46F9-9504-C591105405FC
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 234441614
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 233827181 sectors (111.5 GiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 616447 300.0 MiB 2700 Basic data partition
    So where are all the win8 partitions? efi, system-reserved and ntfs
    I never touched sda during the installation.
    Please help me out here
    best regards chief

    chieffun wrote:
    [root@chief-pc chief]# sudo gdisk -l /dev/sda
    Disk /dev/sda: 234441648 sectors, 111.8 GiB
    Number Start (sector) End (sector) Size Code Name
    1 2048 616447 300.0 MiB 2700 Basic data partition
    So where are all the win8 partitions? efi, system-reserved and ntfs
    I never touched sda during the installation.
    First, please verify that this is the correct disk. As Trilby pointed out, disk device names (/dev/sda, /dev/sdb, etc.) can change. There may be a clue in the disk size: 111.8GiB. If both /dev/sda and /dev/sdb were identical, that might not be enough of a clue; but if your disks all had unique sizes, the disk size should tell you which one is which.
    Second, the type code 2700 refers to a Windows Recovery Environment (RE) partition. This suggests that this partition is an emergency partition, and the size of 300MiB seems consistent with that. OTOH, the partition name of "Basic data partition" suggests something else. The fact that the  one partition fills far less than the entire disk is not a good sign. You could try using "blkid" on the partition in Linux to see what its filesystem type is, and perhaps mount it to examine its contents.
    Finally, try using gdisk's recovery features. You can start with the "-v" option to perform a check on the GPT's integrity. It's conceivable that this will report a problem that you'll then be able to correct in one way or another. You could also play with the options on the gdisk recovery & transformation menu (type "r" at the main menu to get here). In particular, it's conceivable that the "c" option on that menu will help; it loads the backup partition table and uses it in preference to the main one. If you use that option and it restores your partitions, save your changes with "w".
    WonderWoofy wrote:The manual nature of the Arch Linux installation means that you (should) know exactly what you are implementing and what it is doing.  So the only way that Arch Linux can wipe out another system is if the administrator (you) wipes them out.
    I agree. Some inadvertent action that you haven't reported must be responsible for these problems. It's conceivable that the action was in another distribution's installer or even in Windows.
    WonderWoofy wrote:The only thing you can try is to see if you can use some kind of partition recovery software.  There are some out there that can (somewhat reliably) detect where the start and end points of the old partitions were, and regenerate the partition table for you.  The other type of recovery software is those that scan the device and try to recover individual lost files.  Some of them do both.  You should probably start reading up on them.
    In Linux, the TestDisk utility can scan for missing partitions, while PhotoRec can scan for lost files. I gather there are better Windows tools for scanning for lost files on NTFS volumes, but I don't happen to have any pointers. TestDisk tends to do a decent job, but it's a bit confusing to the uninitiated, and it can become hopelessly confused if the disk has been repartitioned a lot in the past.
    chieffun wrote:So I thought that maybe arch does not like 2 efi partitions in one system and corrupted it somehow.
    No, that can't be it. As cfr says, Windows doesn't like multiple ESPs; but that's mostly an issue for the Windows installer. (It tends to get confused and aborts halfway through the installation.) I'm not even sure if Windows misbehaves in this way when the ESPs are on different disks; it might handle that situation OK, for all I know. Windows certainly doesn't go postal on its own partitions if it sees two ESPs. That said, it's conceivable that a Windows bug did cause this problem, if you booted Windows at some point during the process.
    chieffun wrote:I also tried to rescue with parted rescue command and gpart, looks like something completely wiped (or corrupted) the partitions away. As if they have never been there in the first place...
    In my experience, the partition rescue features of GParted and parted are unreliable at best. TestDisk does a much better job.

  • Getting real slow!?

    Hi all, isn't the wonderful world of mac a great place.
    My problem is that recently I've noticed quite a slow down on my system. I'm running 10.3.9 on a 1GHZ iBook. I run the cron scripts regularly via mac janitor, I repair permissions pretty frequently too. I backup often enough using Super Duper to an external 250GB drive. The other day I installed onyx for some optimization and checked my free space, which currently stands at 8.58GB (more than the greater of 5GB and 10% of my 60GB drive) I know it's close to the thumb rule amount but i wasn't expecting to have to leave 8 gig free for slick running.
    I guess my question is what's the best way of going about speeding things up? maybe i'm in denial about needing to purge my data? (3500 photos and growing steadily) How much of a difference will 3rd party software make, the dock hogging stuff you cherry pick from mac update etc?
    Any thoughts and suggestions gratefully accepted.
    Ben.
    14 ibook G4, 512RAM, APxcard   Mac OS X (10.3.9)   1x250GB external, ipod20, My 3 yr old boy has amazing ability on my ibook!!

    Thanks for all the suggestions (especially patting my head and rubbing my tummy LOL)
    I have checked the RAM with memtest and no problems there, clean bill of health. I purged 5 gig of trash from finished imovie projects, unused apps along with their prefs files and I still have a slow system. Haven't taken it apart to check leads/connections and I don't plan to - no offense, I would if I could but 3 small kids and busy evenings lead me to think I'd make a mistake and make things worse. Errrm, what else, oh yeah, the partition suggestion, can you give me a bit more advice on that one please, it's at the top of my capability and I thought partitioning was a no no. Also, my wife uses the photos regularly and wouldn't want to have to connect the external to browse them - this the impression that I got from that suggestion, do put me straight if I'm wrong.
    Ben.

  • IMovie/iLife Sound Effects working in FCPX but no sign of original folders?

    I posted this question a couple of weeks ago but received no resolution.
    PROBLEM:- 
    iMovie and iLife Sound Effects are present and working in FCP X 10.1.3 but there is no sign of their original folders on my Mac HD
    DETAILS:-
    I have searched in Mac HD>Library>Audio>Apple Loops>Apple and numerous other places.
    I have done Spotlight and Finder searches using both the folder names and some of the individual loop names to no effect.
    I have used DiskWave to list every file and folder on my computer  .  .  .  still no sign.
    The computer is a new (2012) Mac mini, Yosemite with very little on it.
    The folders were there originally when I bought it with Mavericks installed last month.
    I upgraded to Yosemite but as I suffered a few minor bugs I created a new partition and reinstalled Mavericks.
    It was whilst using Mavericks that I noticed FCP X could not access the sound effects and a search of both partitions suggested they had disappeared.
    However, when I restarted in Yosemite and opened FCP X, the sound effects were there and working  in the music browser but were no longer visible anywhere on the hard drive.
    This has to rank as a greater mystery than the Mary Celeste!

    PROBLEM SOLVED !
    I have just been using DiskWave for another matter and accidentally discovered the whereabouts of the missing iMove and iLife sound effects.
    iMovie>Contents>Resources
    So now they actually reside in the iMovie app itself.
    So what caused them to disappear from the "Apple Loops" folder?
    I can only guess but I suspect that the switch occurred when I updated iMovie to the latest "Yosemite" version.
    Presumably Apple has decided that the best place for these loops is in the iMovie app  .  .  .  it's just a pity they didn't tell anyone else!
    If anyone would like to test this theory for me I would be most obliged  .  .  .  assuming you have an old version of iMove and are running Yosemite, simply update iMovie and look for the new location of the sound effects.

  • Performance issues while playing Call Of Duty Modern Warfare 2.

    Hey.
    I've noticed something really annoying when playing the game Call of Duty Modern Warfare 2 through Boot Camp (booting native of course) on my iMac.
    It all runs smooth the first and maybe the second session, but when I continue to play for 3+ sessions it takes a LONG time for the game to load at the beginning of each map. Sometimes it's not even possible to do anything for almost 3 minutes straight.
    It's extreme delay (like I had 0.1 FPS) and it continues to be like this for 3 minutes (or more), but it stops when I've played a while on the map. But then again, next map, it's the same story. I don't have any problems with any other game.
    However, when I quit the game and start it up right after, it stops but starts over again. I can play smooth the first few rounds, then delay.
    Anyone else have this problem?

    Hey XS...Sounds like memory or cache problems to me. How much memory do you have? Are you playing on XP, Vista or Win 7? Make sure you have all the updates that are available installed, such as, Apple Software Update (from within Windows ???), Windows ??? Updates themselves, and the latest COD/MW 2 updates.
    I've just finished playing COD Modern Warfare 2 on my Mac and it was awesome. The graphics and scenery are unbelievable. Gameplay was smooth and very responsive. I detected no lag. Not sure how to check the fps though.
    I have noticed that after the Windows Vista Desktop appears I have to wait about 2 minutes for Win to complete booting up. Probably something in the background. If I try to launch COD too quick then I sometimes get this "Steam" file compatibility alert. The same is true for quitting COD. I have to wait the same 2 minutes before I can reboot back into Mac OS. Too quick here causes a lot of delays and once a lockup that required a hard startup. Other than that no problems. There could also be some online communications in the background slowing things up. I believe a couple of inadvertent key presses could connect you to the Steam Online Community during gameplay but I'm not sure. I'm not very Windows savvy.
    Game Problems: I had a couple of glitches at first that required a reboot but that seems to have been resolved with the latest in-game app update.
    Also, my Boot Camp experiences have been flawless to perfect so far. Knock on wood.
    My setup-
    OS: OSX 10.6.2
    Processor: Mac Pro 2 x 2.66GHz
    Memory: 6 GB RAM
    Video Card: 512 MB nVidia 8800GT, Apple 23" Cinema HD Display
    Windows OS: Boot Camp 3.0.1 installed XP/Vista on separate, partitioned 250 GB internal HD (35GB / 215GB)
    COD/MW 2 Installed: Standard install on Win Vista Ultimate partition
    Suggested-
    OS: Windows Vista / XP / 7
    Processor: AMD 64 3200+ or Intel Pentium 4 3.2GHz or better
    Memory: 12 GB free HD space /1 Gb RAM
    Video Card: Shader 3.0 or better, 256 MB nVidia GeForce 6600GT / ATI Radeon 1600XT or better

  • I used a partitioned HDD for time machine, using a partition already containing other data files. I am now no longer able to view that partition in Finder. Disk Utility shows it in grey and "not mounted". Any suggestions of how to access the files?

    I used a partitioned HDD for time machine, using a partition already containing other data files. I am now no longer able to view that partition in Finder. Disk Utility shows it in grey and "not mounted". Any suggestions of how to access the files? Does using time machine mean that that partition is no longer able to be used as it used to be?
    HDD is a Toshiba 1TB, partitioned into two 500GB partitions.
    OS X version 10.9.2

    Yes, sharing a TM disk is a bad idea, and disks are cheap enough so that you don't need to.
    Now
    Have you tried to repair the disk yet

  • TS3926 When I go to my Partition tab, there is no blue section, and it will not let me select anything, and says I cannot erase my startup disc. Other suggestions?

    I'm trying to download Mavericks on my 2007 imac version 10.6.8. When I attempted to, it said "Install Failed: OS X could not be installed on your computer. OS X can't be installed on the disk because a recovery system can't be created. Visit www.apple.com/support/no-recovery to learn more" I've tried other discussions and they say you must erase your disc, but I want to make sure I have a back up of version 10.6.8 first. I'm not sure where my CD ROMs are that came with the computer to download the start up disc. This forum suggested changing the partition manually in the Disc Utility, but when I went there, there was no partition to change. Any thoughts? Do I just have to hunt down my start up disc download? Is there a way to download Disc Recovery???

    Go into your system profiler and tell us your Machine Identifier that says:
    iMac x,y (give us the x and y values)
    That will tell us whether you are Mavericks compatible or not.
    Also tell us how much RAM you have installed.

  • Suggestions for table partition for existing tables.

    I have a table as below. This table contains huge data. This table has so many child tables .I am planning to do a 'Reference Partitioning' for the same.
    create table PROMOTION_DTL
      PROMO_ID              NUMBER(10) not null,
      EVENT                 VARCHAR2(6),
      PROMO_START_DATE      TIMESTAMP(6),
      PROMO_END_DATE        TIMESTAMP(6),
      PROMO_COST_START_DATE TIMESTAMP(6),
      EVENT_CUT_OFF_DATE    TIMESTAMP(6),
      REMARKS               VARCHAR2(75),
      CREATE_BY             VARCHAR2(50),
      CREATE_DATE           TIMESTAMP(6),
      UPDATE_BY             VARCHAR2(50),
      UPDATE_DATE           TIMESTAMP(6)
    alter table PROMOTION_DTL
      add constraint PROMOTION_DTL_PK primary key (PROMO_ID);
    alter table PROMOTION_DTL
      add constraint PROMO_EVENT_FK foreign key (EVENT)
      references SP_PROMO_EVENT_MST (EVENT);
    -- Create/Recreate indexes
    create index PROMOTION_IDX1 on PROMOTION_DTL (PROMO_ID, EVENT)
    create unique index PROMOTION_PK on PROMOTION_DTL (PROMO_ID)
    -- Grant/Revoke object privileges
    grant select, insert, update, delete on PROMOTION_DTL to SCHEMA_RW_ROLE;I would like to partition this table .Most of the queries contains the following conditions.
    promo_end_date >=   SYSDATE
    and
    (event = :input_event OR
    (:input_Start_Date <= promo_end_date           
    AND promo_start_date <= :input_End_Date))Any time the promotion can be closed by updating the PROMO_END_DATE.
    Interval partioning on PROMO_END_DATE is not possible as PROMO_END_DATE is a nullable and updatable field.
    I am now to table partition.
    Any suggestions are welcome...

    DO NOT POST THE SAME QUESTION IN MULTIPLE FORUMS PLEASE!
    Suggestions for table partition of existing tables

  • I have purchased a mac mini only to find I am unable to run Logic pro 9 , is there any way this can be achieved? It has been suggested that I partition the drive and install a copy of an older operating system to run the Logic Pro, is this feasible?

    I have purchased a mac mini only to find I am unable to run Logic pro 9 , is there any way this can be achieved? It has been suggested that I partition the drive and install a copy of an older operating system to run the Logic Pro, is this feasible?

    BDAqua wrote:
    ....but some other new Macs will boot frome a clone of 10.6.8...
    Only with a whole lot of effort and instability.  As the new Minis have
    hardware (HD4000, USB 3.0, etc.) that is totally unsupported in old OSes.
    The only option would be to see if it would work by installing in a virtual machine
    running 10.6.8.  I'm sure there will be some performance hit but whether it would
    be enough to be unusable is the question.

  • Partition resize - i made a mistake, any suggestions...

    Hello,
    I came in to work this morning and acted without thinking. Here's what happened:
    This guy has a mac book pro, partitioned with bootcamp:
    Mac OS 10.5.2=100GB,
    Windows XP service pack 2=100GB
    He asked me to repartition it, if possible without formating. So, after briefly asking a colleague, i went into disc utility, fiddled round with the partitioning scheme / slider, it indicated that it was possible, said 'no volumes would be erased'. Didn't work when trying to make the Mac partition bigger, so tried to make the Windows partition smaller.
    It came up with a negative value, we took a chance that it was just going to reduce the size........Anyway, now the windows partition has disappeared. Rebooted, no luck, doesn't appear at all in disc utility, it's missing.
    In Terminal:
    cd /volumes
    ls -al
    just reveals Macintosh HD.
    I downloaded refit.sourceforge.net which reported this:
    * Report for internal hard disk *
    Current GPT partition table:
    # Start LBA End LBA Type
    1 40 409639 EFI System (FAT)
    2 409640 243417127 Mac OS X HFS+
    Current MBR partition table:
    # A Start LBA End LBA Type
    1 1 488397167 ee EFI Protective
    MBR contents:
    Boot Code: Unknown, but bootable
    Partition at LBA 40:
    Boot Code: None (Non-system disk message)
    File System: FAT32
    Listed in GPT as partition 1, type EFI System (FAT)
    Partition at LBA 409640:
    Boot Code: None
    File System: HFS Extended (HFS+)
    Listed in GPT as partition 2, type Mac OS X HFS+
    So it is still there.
    Does anyone have any suggestions on how to bring this Windows partition back?
    Many thanks for reading

    Thanks xnav, i checked out that utility, which looks really good, and free. I didn't manage to get to it to fix the partition, maybe it would have done the job if i had more time. I'll have to read up on it's capabilities so i'm ready next time.
    Luckily the owner of the laptop can live with loosing/recreating the windows partition.
    Many thanks

  • Please suggest Partition for following example urgent

    Hi all
    my table have one column Year
    I need to create 2 partition year_1,year_2 for year column but synario is
    If 2004 ,2005 2004 must go into year_2 and 2005 must go into year_1
    also for 2006 must go into year_1 and 2005 into year_2
    Please suggest type of partition if possible with example
    Regards

    > I need to create 2 partition year_1,year_2 for year column
    <snipped>
    An exceedingly bad idea to partition a date range like this - stuff some data into one partition and some other data into another partition, without any logical condition that governs what data must go into which partition.
    So do not create just two partitions. Decide on the partitioning strategy you want based on criteria such as:
    a) volume of data
    b) access to data (i.e. predicates used)
    c) data management requirements (e.g. removing or aging old data from the table)
    Satyaki's example shows you the basics of how this should be done. A partition by year. Or, monthly or even daily partitions. And possibly even sub-partitions.
    You will be achieving nothing in terms of performance or data management by trying to stuff date ranged data into two partitions as you are indicating.
    As for future yearly partitions? Create yearly partitions for the next 10 years. Or 20 years. Or 100 years. They will be empty. Small space footprint. Ready to be used.
    In this case there are relatively few (yearly) partitions - far less than having to deal with 1000's of daily partitions where it is often a better idea to automate adding of new partitions using a DBMS_JOB.

  • Suggested partition layout for E250 2x36g drives

    Newbie!!!!!!
    I have the above system which we want to use as a company fileserver, using mirroring on the drives. Any suggestions as to a recommended disk/partition structure would be incredibly well appreciated!

    Hello,
    Before suggesting the layout, another question: How are you going to perform the backup?
    I ask this because seeing that you�ll have extra space, maybe it could be interesting building a triple mirror (using two slices from one drive and the third one from the other drive) to allow an online backup while the mirror is still working: you have three synchronizes slices, you dettach the second slice of the drive that has two slices on the mirror, perform the backup from this dettached and unmounted slice (the mirror is still working in a secure way) and finally re-attach the third slice to the mirror and synchronize it. I think it should work. What do you think?
    Bye,
    jmiturbe

  • Suggested Partition Layout?

    So Arch is my first time manually setting up my own Linux partitions. I have a 320gig drive and 4 gigs of ram. What would be the best layout for my partitions? (How big should I make /, /home, and swap?)
    ~Jeff

    jdhore wrote:
    Valok wrote:
    Nepherte wrote:I suggest you have at least the following: /, /home and swap. the size of swap depends on whether you are going to hibernate/suspend or not. You should have at least your ram size + a safe margin as swap if you want to hibernate/suspend. Otherwise the beginner's guide gives some more advice on swap size in function of your ram. I have about 12gb for root, which is more than sufficient. The rest for /home.
    In the beginner's guide it also has you set up a /var partition.  I thought his was necessary, and if not, then what is the advantage of having or no having a /var?
    The big advantage is you can use a separate filesystem for /var. Since it's a lot of small files (examples: The ABS, logs and the pacman DB), ReiserFS will out-perform Ext3. Maybe not by much, but still. I personally only use /, /home and swap.
    It also prevents any processes that log to /var/log from going crazy and filling up /.

Maybe you are looking for

  • How do I add a site I want to block to the pop-up blocker?

    After I looked something up at Merriam-Webster Dictionayr's online site, I started getting a pop-up for something called Degrees.info, with a URL of http://cdn.optmd.com/V2/73950/157983/index.html?g=Af////8=&r=www.merriam-webster.com/dictionary/epony

  • How to display the master TOC when using Context help in a merged document

    I use Robohelp 10. I have created a large Merged Webhelp project and I have set out the project master with nothing in it other than merged projects place markers. This is the layout of the generated projects etc. Generate           Master.htm       

  • t:inputFileUpload : problem with styleClass for button

    Hello, the component <t:inputFileUpload> has a field and a button. I want to add styleClass for button, but the styleClass into inputFileUpload tag works only for fields. Where can I add styleClass for button? Thank you in advance Manu

  • Kmem_free error

    Hi, I am getting "prom_panic: kmem_free: block already free as a neighbor" error when install tries to load the secondary boot. HW description: Compaq Proliant 7000 server 4 Gb RAM 3100ES controller using 1 9.1 Gb drive in the array (port 1) Latest R

  • Does Logic Express export 24 bit?

    I am debating between buying Soundtrack Pro or Logic Express and wanted to know if Logic Express exports 24 bit. Thanks.