Determining future space requirements

Hello, I have been tasked with determining a clients future space requirements. We want to add enough tablespace files for thenm so they will not require any more for the next 2 years.
What queries can I run to determine their current tablespace usage that will geve me the most accurate indication of how much space is being used and how much space is remaining as wll as the maximum size for all tablespaces.
What other reports can I run to help me determine what files to add.
Thank you.

If you dont have benchmark then you can start collecting it now. The following query (from orafaq) will give you total, used and free space of tablespaces then start benchmarking the growth of them and then use that benchmark to have an estimate growth for x amount of time.
SELECT /*+ all_rows */ Total.name "Tablespace Name",
nvl(Free_space, 0) Free_space,
nvl(total_space-Free_space, 0) Used_space,
total_space
FROM
(select tablespace_name, sum(bytes/1024/1024) Free_Space
from sys.dba_free_space
group by tablespace_name
) Free,
(select b.name, sum(bytes/1024/1024) TOTAL_SPACE
from sys.v_$datafile a, sys.v_$tablespace B
where a.ts# = b.ts#
group by b.name
) Total
WHERE Free.Tablespace_name(+) = Total.name
ORDER BY Total.name;
Daljit Singh

Similar Messages

  • BOXI R3.1 SP2 gets stuck on 'determining disk space' message

    Hi All,
    We have tried installing the SP2 of BOXI R3.1 multiple times and every time it gets stuck on 'Determining disk space' window.
    Please let me know if you have faced the same issue and if there is any insight on this.
    Thanks for your help
    Gauri

    Hi Gauri,
    Are you on Windows 2008 by chance?  I have seen this before on that OS and for me, I was able to get past this by closing the installation and then kicking it off again.
    If that fails, try running the setup.exe with the command line switch /qr or /qb
    One of those 3 options should get you past this.  I think this was an issue with Windows 2008 mostly.
    This forum post sounds helpful as well:
    http://bloggingabout.net/blogs/harold/archive/2009/01/14/windows-installer-doesn-t-finish-determining-disk-space-requirements.aspx
    Hope this helps,
    Jb

  • File Space required to Install BW3.5 Utilities/Tools in Oracle 10.2.0.3

    Hi Gurus,
    We are going to Install SAP BW 3.5 Utilities/Tools in Oracle 10.2.0.3 in Linux Redhat Advanced Server 3(Update 8) .
    I have Couple of Questions.
    1.Suggest me whether the OS and Database version are OK for SAP BW 3.5.
    2.Suggest me the Space required in oracle Database in terms of GB.
    This is Urgent.
    Thanks & Regards
    Mano

    > Hi Gurus,
    >
    > We are going to Install SAP BW 3.5 Utilities/Tools in
    > Oracle 10.2.0.3 in Linux Redhat Advanced Server
    > 3(Update 8) .
    Oracle 10.2.0.<b>3</b> is not supported!!!
    Note 871096 - Oracle Database 10g: Patch sets/patches for 10.2.0
    10.2.0.3 has NOT been released.
    Oracle Release 10.2.0.3 has not been released for use in the SAP environment, and will not be released in future. This release is not supported by SAP. We recommend that you do not install this patch set. This patch set has not been tested intensively, and not all patches required to run your SAP system are available.
    For a BW system it's difficult if not impossible to tell, how much space you need. It depends on much data you will load into the system, which kind of data this is etc.
    Markus

  • DVD Disk Space Requirements - Best Performance vs. Quality

    I put together an iDVD 8 project that has about 135 minutes of content. When I go to burn the DVD using the Best Performance setting, is says it takes about 7gb (and I need to use DL). When I switch to the Professional Quality setting the disk space requirements are about half (almost to the point I can use a single-layer DVD). It seems it should be the exact opposite where more detailed, less compressed images should take more disk space.
    Can someone explain this apparent contradiction? Thanks.

    Google and learn about MPEG2 compression.... this is the backbone to iDVD. In general you have three encoding options:
    CBR: Constant Bit-Rate
    Single Pass VBR (variable bit-rate)
    Two-pass VBR
    CBR keeps the bit rate constant and therefore is the fasted way of encoding.
    VBR will vary the bit rate. Scenes with a lot of motion get a higher bit rate, static scenes a lower bit rate.
    Two pass VBR will analyze the entire sequence on the first pass to determine where and how high or low to go with the bit rate and then on the second pass, do the actual encoding. The two pass method may determine that you can go with a much lower average bit rate thus saving precious disc space. This method also takes twice as long!
    But, that is just the math. Some sequences look better via CBR while others look better with two-pass VBR. Unfortunately, there isn't really a way to determine this prior to the lengthy encoding process. The best thing one can do is keep content as short as possible. If I had 135 minutes of material and I was using iDVD, I would want to create 2 DVDs instead of one. But that's me.
    Mike

  • The space required for backup suddenly doubled

    I'm running TC to backup my Macbook Pro (400GB in use of 500GB HD) and an external USB Drive (1TB in use of 2TB HD) since march this year.
    The Space required on the TC (3TB) has been roughly 1.6 TB an didn't change much over the months.
    A few days ago, TC reported it has deleted all backups prior to September because of low Space. Free Space on the TC is now only 750GB.
    The Data on the USB Drive has not changed and nothing significantly on the Macbook.
    Any ideas what's going on?

    Alright, so FileVault is not enabled and you see 1 sparsebundle on the Time Capsule's drive. Are you able to open this sparsebundle by doubleclicking?
    If you can, you should either see a "time machine"-drive appear on your Desktop, a "Time Machine"-drive in your Finder underneath "Devices" (or both)
    If you browse around your back-up this way, you should chance upon a list of folders with date-notations. Is there a file called something similar to "inprogress"? If so, this is an incompleted back-up. If Time Machine isn't performing a back-up right there and then, this is a failed back-up attempt. Does this file account for the extra space?
    If the file is small, you can simply trash it without consequence. If it's huge, you'll experience trouble emptying your trash in the future. If so, let us know and we can provide a Terminal-command that can do the job.
    If you can't open the sparsebundle, let is know the error.

  • I can't install itunes to windows 7 64 bit because of computing space requirements

    I tried to install iTunes 10.7 on my computer but it stops when the installation says :computing space requirements. Then it just says "rolling back action", "the installation was unsuccessful". I don't know what's going on because I have more than 40 GB of free space on my hard disk drive. I also tried with an older version of iTunes but it keeps doing the same thing.

    it stops when the installation says :computing space requirements. Then it just says "rolling back action", "the installation was unsuccessful"
    Having the installer quit at that particular moment is consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • How to determine the hardware requirements based on the Services' payload

    hello,Guys
    i am wondering if i can calculate the hardware requirements based on the services' payload ?
    what factors should i consider when to determine the hardware requirements?
    is there any documents related to my questions? ;)
    Thanks
    Regards
    Wen

    Payload size is not the only factor while determining size of the system (h/w). You need to consider number of services, nature of services (sync/async), payload size, frequency of messages (load), peak load value, security constraints, performance requirements etc..
    You may contact your local Oracle Sales Representative/ Oracle Support to get help in determining size of the system. They will provide you a sizing questionarre and on the basis of that they may suggest sizing as well (Oracle has an internal tool for proposing sizing)
    Regards,
    Anuj

  • File Space Required for Installing SAP BW 3.5 in Oracle 10.2.0.3

    Hi Gurus,
    We are going to Install SAP BW 3.5 Utilities/Tools in Oracle 10.2.0.3 in Linux Redhat Advanced Server 3(Update 8) .
    I have Couple of Questions.
    1.Suggest me whether the OS and Database version are OK for SAP BW 3.5.
    2.Suggest me the Space required in oracle Database in terms of GB.
    This is Urgent.
    Thanks & Regards
    Mano

    > Hi Gurus,
    >
    > We are going to Install SAP BW 3.5 Utilities/Tools in
    > Oracle 10.2.0.3 in Linux Redhat Advanced Server
    > 3(Update 8) .
    Oracle 10.2.0.3 is NOT supported - uninstall patchset 10.2.0.3 first.
    > I have Couple of Questions.
    >
    > 1.Suggest me whether the OS and Database version are
    > OK for SAP BW 3.5.
    See above
    > 2.Suggest me the Space required in oracle Database in
    > terms of GB.
    This depends on how much data you will load into the system.
    Markus

  • What are the disk space requirements for CC2014?

    Yes, Adobe has the system requirements for each INDIVIDUAL app in CC2014 listed, but they're all listed separately. Since I'll be installing the entire suite on my new machine, I'd like to know the disk space requirements for the ENTIRE suite.
    Thanks

    There's a summary in the table at the bottom of the page here:
    Adobe CC 2014 Direct Download Links: Creative Cloud 2014 Release | ProDesignTools

  • EDQ AIG Suggested Space Requirement

    Hi Mike,
    The advance installation guide suggests a minimum of 250 GB of available hard disk space. A reasonable rule of thumb is that OEDQ will
    need disk space amounting to 10 times the size of the data it is working with...for working with large datasets or complex prcesses.
    In our case we have OEDQ deployed on the Weblogic Application Server and the repositories on the database server.
    Just to clarify, Is that space requirement for the app server? Or the db server datafiles for the ts holding the EDQ schemas?
    Thx.

    Hi,
    This is for the EDQ results schema on the db server.
    regards,
    Nick

  • Problems with sources of supply determination for external requirements.

    Hi gurus...
    My scenario is  SRM Classic Extended.
    We have a problems with sources of supply determination for external
    requirements comes from ECC. The shopping cart is created with successful
    based in the purchase requisition at ECC, but when i try to make the
    determination of sources of supply the system doesnt find any source of
    supply.
    There are a lot sources of supply creates for these parameters. The
    contracts were already replicated to ECC.
    This problem only occurs with external requirements comes from ECC, if i
    created a shopping cart directly at SRM, using the same parameters, the
    system propose the sources of supply correctly.
    Is there something that we can do?? This is the normal comportment for the souces of supply?
    Tks,
    Gustavo Nogueira

    Hello Gustavo Nogueira
    Then it is an issue.
    How are you searching the source of supply in sourcing cockpit.
    Can you replicate the issue?
    Let me know step by step,
    as per standard SAP , source of supply data must be available for shopping carts so that buyer can assign the source of supply.
    please share what source of supply you have there .

  • Query to find the space required to reduce the thershold.

    There are tablespaces where the current usage is crossed 90% and we are getting alerts.
    I want to know how much space required to add for these tablespaces ( datafiles) so that  current usage can be reduced to 80 %. or 70 %
    Is the any SQL query to find this information .
    oracle 10 g database.

    If I got the calculation right, this may be what you are looking for:
    select b.tablespace_name, (b.used_space/b.new_size) * 100 new_used_percent, b.used_percent,
           b.add_size_MB
      from (
            select tablespace_size + (((round(used_percent, 5) - 90)/100) * tablespace_size) new_size,
                   (((round(used_percent, 5) - 90)/100) * tablespace_size) add_size_MB,
                   a.*
              from dba_tablespace_usage_metrics a
           ) b;

  • Mavericks netboot hard drive space requirement

    Is there a minimum hard drive space requirement to install Mavericks over netboot?  We have a MacBook Air i'm testing on with a 128GB SSD partitioned at the max size allowed of 120.99 and when I try to install the image over netboot, I get "Installed Failed.  OS X could not be installed on your computer" instantly.
    We tested this on another system with a small drive and it failed the same.  We then replaced the HD with a 500GB drive and it worked without issue.
    If there is a minimum requirement, is there a place we can change the setting to get our corporate image of Mavericks on our 2 year old Airs with 128GB SSD?

    I have partitioned the drive so nothing exists on the system.  I can do it the exact same way on a system with a larger drive (250 GB) and it just works.

  • SAP GUI Space requirements

    Hi Everyone,
    Can anyone guide in providing space requirment details for installing SAP GUI 7.1 for hand-held devices (like handy cam, blackberry etc) having 64 MB RAM?
    I want to know what are the requirments to install SAP GUI 7.1 to handheld devices like space, RAM etc.
    Expecting an immediate assitance.
    Regards,
    Siva

    Hi Siva,
    AFAIK the SAP GUI is not installed on any mobile device. There are mobile scenarios with thick and thin clients, where thin client is browser based. I recommend the forum "[Mobile|SAP for Mobile;" for that question.
    Regards, Boris

  • JDK1.4.2_02 disk space requirements (bugs 4842602, 4842606)

    I can't find any way to install J2SE 1.4.2_02 on a machine with 70MB free on the C: drive. The installer reports "insufficient space on drive C:" and bombs out immediately, without giving me an opportunity to specify a different drive to install it on. I've looked at the description of disk space requirements in the release notes and it explains which components take up space in which drives, and in theory I should have been able to install it on my system - but I can't. I've set %TEMP% to a different drive in case the problem was caused by the temporary files used by the installer, no help.
    Bugs 4842602 and 4842606 seem to match the symptoms I'm getting i.e. the installer insists on having 371MB free space regardless of the actual installation requirements. These two bugs are marked as fixed in "mantis-rc" and "tiger". What do these names relate to? I can't find any way to relate these to J2SE versions.
    Can anyone advise on a workaround for this problem, or help me work out what "mantis-rc" and "tiger" are?
    Thx,
    Peter Humphries

    I was aiming to install the JDK on a different drive, which had masses of free space. As I understand it, some components have to go on the system drive anyway (the public JRE I think) but most of it would have been installed elsewhere. However, the installer bailed immediately and didn't give me the chance to say what components I wanted or where I wanted them installed.
    JavaSoft say the bug has been fixed in "mantis-rc" and "tiger". Is there any way to work out what releases these names correspond to?

Maybe you are looking for

  • Error while calling a web service from BCM to CRM

    Dear Experts, I'm calling a CRM web service from BCM via Custom IVR. The web service works fine when run using SOAPUI. But when called from BCM, there is an error in the CEM logs as mentioned below: 11:16:51.515 (11224              ) ERR> Connection/

  • Apple! Wrong time in Russia, when set up "set date and time automatically"

    we do not change time anymore in summer or winter. Please fix it, cause FaceTime and Messages don't work without this option.

  • Posting  transaction key PRD

    Good morning, I should do a little analysis about our G/L accounts definition for transaction key PRD. What I would like to understand is how SAP configures the automatic posting procedure or, in a better way, how SAP determines which transaction key

  • Sql help for columns to rows

    Hi all, Here is my requirement for reporting purpose--. Can you please help me? See below example. with t as (select 1 id, 'missing' col1,'expired' col2,'duplicate' col3,'other' col4 from dual union all select 2 id, 'missing' col1,'expired' col2,'dup

  • CRIO OPC server

    Hi :  I am doing some cRIO project, the procedure is like this: By creating a project communicate with cRIo monitor systems. The code has been created to caculate the data package and send as shared variable.   The shared variable connect with dataso