How much quota should on tablespace for single user

suppose i have created one tablespace ts1 having datafile
size 1000m . and only single user belonging this tablespace.
so i want to know what shoulg be optimal quota on that user.
unlimited is ok?

Running a huge join will only cause TEMP to get used. It won't cause any storage to "normal" data files.
If only one user accesses the tablespace, UNLIMITED seems to be a logical choice. The only time I've used non-unlimited quotas was when I wanted to prevent one user from hogging the space in a shared tablespace.
Justin
Distributed Database Consulting, Inc.
www.ddbcinc.com

Similar Messages

  • How much room should be partitioned for Windows XP?

    Alright, I have a different install disc for XP with SP3 which should work. Since I'll only be using XP for a couple of things (mainly small programs, but also for office and such), how much room should I leave for XP on my 320 gig HD so that both OSs have some breathing room (most of my other stuff like music and pictures are on the Leopard side of things)?

    But I hear that it has better compatibility to run FAT32 than NTFS. Does it really matter too much?
    While OSX is able to read and write to FAT32 partition, it can only read from NTFS partitions.
    With the help of apps like NTFS-3G http://www.ntfs-3g.org/ and/or NTFS for Mac http://www.paragon-software.com/home/ntfs-mac/ OSX can also write to NTFS partitions.
    To me personally this is no problem, since I want OSX and Windows to seperated (I even have Windows on a harddisk of its own in my Mac Pro) and for file exchange between OSX and Windows I use an external FAT32 HD.
    But the advantage of the newer, better and more robust NTFS file system outweighs these 'disadvantages'.
    And FAT32 has a file-size limitation for single-files of 4GB.
    Also, not to be pessimistic, but what if something goes wrong with the partition or install? Can I restart my Mac and would it be unaffected? This disc should work, but I want to know just in case...
    Before 'fumbling' with any kind of partitioning on a harddisk I always make a backup of my important files, or better said I use SuperDuper to make a bootable clone of my OSX.
    While the chances that something goes wrong are quite slim (I have made the partitioning with the BootCamp Assistant for about 10 times now), the possibility is always there.
    Stefan

  • I'm trying to update iOS 7 and it says I need 3.4 GB of storage to update.. I currently have on my storage 797 MB and 12,6 GB used. How much storage should it write for me to be able to update?

    I'm trying to update iOS 7 and it says I need 3.4 GB of storage to update.. I currently have on my storage 797 MB and 12,6 GB used. How much storage should it write for me to be able to update?

    If your ipad has only 797 MB free and it tells you that you need 3.4 GB to update, then you need to begin deleing files, whatever it takes to free up space.
    Consider...
    Delete apps you don't use.
    Delete videos you don't want (these take up a lot of space).
    Do you have a lot of emails stored on the device?
    Are there apps that store data files, like a PDF reader?  If there are a lot of these, you need to delete some.
    The bottom line is that you need to remove data and/or apps on your device to make more storage available.
    But for videos and photos, always sync them to a computer first to archive them.

  • How much RAM should I install for new iMAC ?

    Hi,
    How much RAM should I install for new iMAC* running Logic Studio? It comes with 4 GB - is that enough? (can you run in 64 bit mode..)
    *(The 21.5" 3.06GHz Intel Core 2 Duo)
    Also, I was planning to get the stock 1 TB Hard Drive & save projects to an external drive.
    Does that sound reasonable?
    Any other recommendations?
    Thanks,
    Wm Heart

    Unless you plan on running huge projects with enormous sampled instruments, 4 GB will do (very) fine. And your disk plan is sound. Choose an external Firewire drive, rather than USB. FW is easier on the CPU and can handle more tracks than USB.
    What you should get, instead of more memory, is a (24 bit) external audio interface, if you want to do serious recording and playback.
    What type of audio interface you'ld need, depends on what you want to do with it and of course your budget. From decent to brilliant costs from roughly 100 to several 1,000's of europounddollars. Avoid the 16 bit ones, they're worse than the inbuilt audio chip of your iMac. You can recognize 16 bit Audio Interfaces (in webshops) by their prize (often under 100€£$) and the lack of mention of their bitrate.
    HTH
    Regards, Erik.

  • How much space should I allocate for Windows?

    I have decided to install Windows 7 onto my computer. My only use for the Windows partition would be for gaming, e.g. Battlefield , some 007 games, Wings of Prey, etc......
    Otherwise, I don't think I will use Windows for much else.
    I may use an External hard rive, but having some of the games on the internal hardrive could be helpful.
    I'm Downloading a copy of Windows 7, 64-bit.
    Thank you for your time

    You should make the Windows partition at least 50GB for Windows. I don't know what programs or what data you will have. So add enough space for your programs, updates, patches, and data to 50GB and you will be safe. I have 200GB but 120GB may be enough for you.

  • How much RAM should I get for My 2013 Mac pro?

    I am buying a Mac Pro on behalf of my production company. I am getting half payment up front to buy gera and the other half in a month or two, I am looking at the 8 Core Model, with Dual D700's, and 256GB PCIE Hard Drive but not sure if to go 32GB RAM or 64GB RAM. I dont want to break the bank more than I half to, plus for now I am manily using 1080p or at most some 4k here and there. I just dont want to waste another 800 dollars on 32GB RAM more now, when I can wait until I get my other half of my salary for the TV show Im working on.

    Which Adobe software are you using? Premiere Pro CC and After Effects CC? Anything else?
    How do you use the software? What kind of workflow?
    What kind of files do you edit? How big are they?
    This queston is best posted in the specific product forums where the users of the software can give more specific tailored advice.

  • How much Memory should be allocated to SQL Server 2005

    Hi,
    I have a SQL Server 2005 installation on a server having 64GBof RAM.
    SQL server is allocated 57GB of the available RAM.
    Could you please tell me what would be the ideal RAM allocation for my scenario. is the one that is set now, fine.
    How much RAM should be left for the OS and other processes to run?
    I have around 8 databases on the server and the cumulative size of all the databases in about 800GB, these are highly used servers, used for a public domain.

    Umesh,
    Saeid and Uri has already given you good articles to refer to please read them. Reg SQL Server utilization I am sure you are referring to task manager which is always not correct place to look for memory utilization. Below link has query which will give
    you SQL Server memory utilization
    http://blogs.msdn.com/b/sqlsakthi/archive/2011/02/28/t-sql-script-to-monitor-memory-usage-by-sql-server-instance.aspx
    Article provided by Uri will give you not absolute value but almost correct value, but since you asked absolute value you need to look at performance counter to reach at correct memory utilization. If you refer to section 'Does my SQL server has low memory'
    in article which Saeid gave you will find list of counters to monitor for memory utilization use the counters to reah absolute value.
    >>OK, Can high RAM utilization by sql server cause the OS to restart by any chance.
    IMO its not possible I have never seen SQL server being cause for OS shutdown. SQL Server works in non preemptive mode and will yield memory to OS when required. One possibility is when SQL server has locked pages in memory(LPIM)  and some rouge process
    or driver starts using memory from OS heavily and since  SQL server memory is locked( due to LPIM privilege)  it cannot trim heavily resulting in OS to terminate but this is not because of SQL server but because of bad drivers and processes leaking
    memory on OS.
    SQL server using memory is normal behavior
    >>This question seems vague, but I had to ask this, because my server restarts abruptly and I don't get valid reasons in the Logs for that matter.
    Does SQL server starts abruptly or windows OS ? Please look at event viewer for more details and SQL server logs. Is your SQL Server 2005 patched to SP4
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • How much RAM should I add to my 2008 iMac?

    Hi everybody,
    I currently own an 20-inch Early 2008 iMac, and I was wondering what would be the best RAM upgrade for what I use the computer for. At the moment, I have 2GB of RAM and I'm running Mavericks, and I can tell that it isn't as fast as Snow Leopard. I use the computer for mostly video editing on Final Cut and sometimes iMovie, and also a little Photoshop here and there.
    My question is: How much RAM should I buy (and from who) in order to speed up my iMac so that it can handle these programs without being painfully slow.
    Thank you!

    Your machine came with two 1GB RAM modules. The most it can take is a total of 6GB, by buying one 2GB and one 4GB module. Don't be tempted to buy these on the cheap, go with Crucial, OWC (macsales) or Ramjet. This will cost about $140. You will see an improvement if you only buy two 2GB ($65) and go to a total of 4GB, but I think you will see a significant additional boost by going to 6GB. The apps you are using can REALLY make use of all the RAM they have access to.

  • How much RAM should I get my new MacBook installed with?

    How much RAM should I get my new MacBook installed with? I'm planning on getting a new Macbook sometime this fall. I'll probably be a light user, mostly internet, email, and your occasional Letter/Envelope.
    Are their any other options that I'll want to make sure that I get?
    Oh, and this will also be my very first Mac.
    Thanks,
    Jeff

    In the link Alvin Ray posted it shows the different configurations that can be used in RAM. Officially Apple states that the MacBook supports 2 GB Ram. It can hold 4 GB but only uses 3 GB. The 4 GB would only benefit the matched pair use for optimum graphics. Unless you do a lot of very graphic intensive work 3 GB should be fine.

  • How Much Is Shipping And Handling for The Marware Sportfolio?

    I need to know so i can find out how much i have to pay.
    And also, if you don't mind answering, how much is the S/H for the expansion pack for garage band?
    i know this isn't technical problems, but this is the only forum that fit (the little side note on the bottom of the topics said if it didn't fit any other category)

    Hi!
    The easiest way is just add those products to cart! And in your shopping cart, it should tell you the S/H cost and tax!
    p.s. I live in Chicago and the Marware Sportfolio is $4 S/H, but the Garage Band is free shipping! And if you add those two products to the shopping cart, S/H is free altogether! But tax is almost $10
    Hope this helps!

  • HT1937 how much i need to pay for the change of iphone 4s to iphone 5

    how much i need to pay for the change of iphone 4s to iphone 5

    binuveranal wrote:
    can some one tell me the main advantages of upgrading to iOS5 .
    What are the main additional features available with this version
    Much better notifications, better Mail, better camera, iCloud, wireless syncing, wireless updates, etc.
    You can read this review of iOS 5
    binuveranal wrote:
    IS it risky to upgrade to the iOS5 , Because I have seen many post in form that many people faceing issue when they upgrade to the latest version
    It isn't that risky. You may be reading hundreds of posts here about problems, but that is out of MILLIONS of iPhones that have been upgraded. Percentage-wise, that means most people have no problem.
    However, as with any major change to your system, you should back up everything your iPhone first. Just right-click it in iTunes to get the backup menu. That will be your safe fallback position in case something goes wrong.
    I still use an iPhone 3GS. That's older than your iPhone. But iOS 5 works fine on it.

  • Hi, I bought the macbook pro 15 3 months ago. I wanna upgrade the hard drive to 128G ssd drive. How much I should paid?

    Hi, I bought the macbook pro 15 3 months ago. I wanna upgrade the hard drive to 128G ssd drive. How much I should paid?

    Qingfeng wrote:
    Hi, I bought the macbook pro 15 3 months ago. I wanna upgrade the hard drive to 128G ssd drive. How much I should paid?
    Well you won't have very much storage capacity with a SSD that small, also SSD has limited writes, so it wouldn't be good for on-loading and off-loading a lot of files.
    SSD isn't being securely erased due to steps to prevent their premature wear, so despite what you do in Disk Utility Secure Erase, your confidential data can still be recovered if you pass the machine on to someone else for instance.
    Other than those reasons, small SSD's can be extremely fast, loading your programs and OS much faster. But the real benefit in high speed storage is transfering large amounts of files on/off the computer to ANOTHER fast device. This comes in handy for video and large music collections and so forth.
    Since the SSD because of it's limited writes doesn't fit the bill as a large file transfer medium.
    If you want to get a SSD drive, you can upgrade it yourself simply by ordering one online at locations like Other World Computing or NewEgg and have a 00 micro phillips head screwdriver handy.
    There are instructions over at iFixit for opening your MacBook and replacing the hard drive with the SSD.
    Preferably you will want to clone your present boot drive to a external drive using Carbon Copy Cloner, then making the switch and hold option to boot from the clone and then clone from the external to the new internal SSD drive.
    Prices of SSD are varied, Apple won't replace it for you
    This is currently the fastest SSD availalbe
    http://www.harddrivebenchmark.net/hdd.php?hdd=OCZ-VERTEX3+MI

  • How much time will i take for the battery to drain, with white screen of death?

    Yesterday I updated the software of my iPod touch (4gen), and today while using facebook I got the white screen of death. I tried to holding the sleep and home buttons but I didn't help. Then I tried to connect to iTunes but iTunes does not recognize my iPod. It seems that the only solution is to let the battery drain. My question is how much time will it take for the battery to drain (I charged it yesterday). Am I damaging my iPod in anyway?( I am worried because the back is a little hot). Should Ii try co cool it by placing  it in front of a fan?

    Yes it will show the low battery picture. Then I just connected it to my PC and restored it.
    For the cold pack I used one of these gel-packs http://www.coldchaintech.com/products/gel-packs.php ( I had them at home).
    I don't think using ice is a good idea here is why:
    1. If you use an ice pack you should be careful to prevent water from entering your iPod.
    2. Your iPod should not get colder than 32° F which is the minimum Operating temperature. And ice is colder than 32° F.

  • How much further should I expect my infinity 2 to ...

    Hi, I was the first person in my area to get BT infinity nearly a year ago and at the time I was getting 72mb down and 19+ up (from a max 76mb/ 20mb). after a few months that dropped to 63mb/18mb (from a max 68/mb/20mb) then it dropped before xmas to 56mb/17mb (from a max 64mb/20mb) now I get around 51mb/17mb and the max to my house is 58mb/20. I accept that some loss will happen as new customers join but my initial upto 76mb is now upto 58mb. my max speed achievable has dropped 23% whilst my actual speed has dropped by 30%.
    How much lower should I expect it to drop and what figure should I consider unacceptable ?
    if it drops another 12mb to infinity 1 speeds would I be entitled to infinity 1 prices  
    all from bt wholesale speedtests.
    Far too old and fat to be riding very fast motorcycles...... but I do.
    Solved!
    Go to Solution.

    wouldn't know I only use it about twice a year 
    this was the latest test
    FAQ
    1. Best Effort Test:  -provides background information.
    Download Speed
    51.41 Mbps
    0 Mbps
    53.42 Mbps
    Max Achievable Speed
     Download speedachieved during the test was - 51.41 Mbps
     For your connection, the acceptable range of speedsis 12 Mbps-53.42 Mbps .
     Additional Information:
     IP Profile for your line is - 53.42 Mbps
    2. Upstream Test:  -provides background information.
    Upload Speed
    15.18 Mbps
    0 Mbps
    20 Mbps
    Max Achievable Speed
    Far too old and fat to be riding very fast motorcycles...... but I do.

  • How much noise should the hard drive make on a MBP early 2011?

    Had since May/June last year i5 13" and only since I applied all updates few weeks ago it seems to be louder than it was before?
    It sounds like a fan but isn't... obviously. Right hand side of track pad, and covering it, in fact just touching it dampens it to barely audible. Is that normal or has something gone a bit weird? A constant fan noise, which isn't the fan is now there permanently.

    How much noise should the hard drive make on a MBP early 2011?
    None.
    The machine should only make noise if the Superdrive is being used or the CPU's heavily used, going by my Early 2011 17".
    It sounds like a fan but isn't... obviously. Right hand side of track pad, and covering it, in fact just touching it dampens it to barely audible. Is that normal or has something gone a bit weird? A constant fan noise, which isn't the fan is now there permanently.
    It's possible it wasn't installed correctly and/or the case is slightly off so it's resonating the hard drive vibrations.
    Make sure you have a internet connection (don't move) and reboot the machine holding the d key down like forever and Hardware Test will run.
    Backup your data off the machine, if the hard drive dies under 1 year or three years with Applecare, then go get a new one. else you can replace it yourself with a better one and not void your warranty if you don't break anything doing so. Add more RAM while your at it.
    http://eshop.macsales.com/installvideos/
    As you know Mac's are made by hand by young Chinese women working 12 hour shifts performing the same function every 7 seconds for only $1.20 a hour. They live 7 to a box room and have to pay 70¢ a meal.
    All in all I would say they are very tired, and it's possilbe a few defects made it to your machine.

Maybe you are looking for

  • Credit Memo Request and Credit Management

    Hi, can anyone advise the following? I noticed that sales values of the credit memo request is updated to the open delivery instead of open order in the credit master.  Why is this so?  Also, when i select a order order reason configured with fixed v

  • Time Machine is extremely slow in Yosemite

    Hello all. Anyone else having extreme slowness with backups to Time Machine in OS X Yosemite? I started a backup after I did the upgrade (and changed a few things like app installs) and it's backed up about 5.6MB of data in 30 minutes. It still says

  • Iso 7 update has lost my notes

    i have recently updated my iphone 4s to the iso 7 and have lost my notes ....how do i get this back pls help...

  • BW 3.1C/3.3 Release Strategy

    Hi Everyone. As per OSS Note 153967, BW 3.1C/3.3 has general end of maintenance for Dec 2006.  1)  Do we have to upgrade towards 3.5 and Can SAP stil support this release of BW after general end of maintenace?  Regards Uday

  • Proximity Dictionary won't install - CS4

    Hi, I recently moved my Adobe Design Premium CS4 installation from an XP machine to my new Win7 machine. The Proximity dictionary seems to have failed to install because files that referenced it that worked fine on my old machine are giving me Here i