Can anybody give me the formula for Database capacity planning for 10gR2?

Hi ,
I want to learn how to make database capacity planning for production in 10gR2. Here i need any formula to plan the capacity.
Can anybody help me?
Regards
Rajesh

hi,
There is no perfect world. There is no perfect application. If I am permitted to say, there is no perfect CAPACITY PLANNING. In this world, we strive hard to achieve near PERFECTION
DISK SPACE ESTIMATED FOR THE DATABASE(RDBMS) ONLY
ESTIMATES ARE BASED ON ASSUMPTIONS, SAMPLING, STATISTICS
ESTIMATES CAN NOT QUANTIFY DISK SPACE REQUIREMENTS IN REAL TIME
ACTUALS ALWAYS VARY FROM ESTIMATES.
so ther is no particular formula to plan capacity planning.
or post your rquirements for the DB and wait for some reply
regards,
Deepak

Similar Messages

  • Can somebody give me the formula for the balance column in a check register please? I am trying to setup like sample in iWork but am missing something.

    Can somebody give me the formula for the balance column in a check register please? I am setting the register up like the sample in iWork 09 but I seem to be missing something in the formula.

    OM,
    The way the checking account balance column works is to designate one cell for the starting balance, indicate income with positive figures and outgo with negative figures, summing the transactions and adding the sum to the starting figure.
    The formula used, =$F$1+SUM(OFFSET(F3,3-ROW(),-1,ROW()-2)), is not too difficult to understand if you study the syntax for Offset. The author of this template didn't do us any favors because the expression could have been written more clearly, in my opinion. I'll explain how it's done in the template, and then how I would have written it. With the two approaches you may be able to see what it's all about.
    $F$1 is the starting balance.
    SUM requires a Range specification.
    Offset provides the range specification. The syntax for Offset is as follows:
    Base Cell. In this case it is F3, the cell the expression is written in.
    Row Offset. In this case the author takes the current row number and subtracts the starting row from it. For the first balance the offset will be zero since the first balance is in row 3. For all the subsequent balances, the offset will be negative, meaning that the offset will point to a row above the current row.
    Column Offset. In this case the column offset is 0. That means that it is pointing 1 column to the left, Column E.
    Rows. This parameter sets the length of the range, in rows. Subtracting 2 from the current row number means that the range will be 1 for the first balance and will grow by 1 for each entry down the list.
    Taking all this into account, the range for the Sum function will always be Column E from Row 2 to the current Row.
    How I would have written the balance expression:
    =F$1+SUM(OFFSET(E$3,0,0,ROW()-2))
    I believe it's easier to follow.
    The starting balance is still in F1, but only the row needs to be absolute - a fine point, I know.
    In my expression the base cell for the Offset function is the first entry cell of the transactions, E3. The row needs to be absolute, there is no reason for the base cell to move about as it does in the author's version.
    In my approach, both the row and column offsets are zero. We always start at E3.
    In my approach, the number of rows in the range is the current row number minus 2, just as in the author's expression. That means we include all rows from Row 3 to the current row.
    I'd be happy to answer any other questions about the specifics, but you need to be specific about what you don't get.
    Jerry

  • Can anybody give me the table with tcode and its development class

    can anybody give me the table with tcode and its development class

    Hi phani,
    1) First retrieve program name from tstc table I.e field pgmna.
      2) Using pgmna retrieve from tadir table by using the following criteria from tadir table
       pgmid    = 'R3TR'
      AND object   = 'PROG'
      AND obj_name = tstc-pgmna.
    We will get development class or package in tadir i.e
    tadir-devclass 
    Thanks,
    Naveen Kumar.

  • Can anybody give me the jdbc code for postgres database.

    Hello all,
    I tried to search for sample jdbc code for postgres. But I couldn't find working sample. Can anybody please post the sample jdbc code for connecting to postgres database.
    I have already added the jar file, "postgresql-8.0-312.jdbc3.jar" to the build path.
    Thanks.
    Srinivas

    Hi,
    Thanks for your reply!
    I wrote the following code, but the insert doesn't add a row.
    try {
              Class.forName("org.postgresql.Driver");
              //Preparing Conenction String     
              Connection con = DriverManager.getConnection("jdbc:postgresql://<name>:5432/sales_office_test", "sales_office_data","sales_office_data");
              PreparedStatement prepSt =  con.prepareStatement(
                                  "INSERT INTO office_personnel (office_id, salutation, firstname, lastname, email_address,"
                                  + " cellphone, phonenumber, extension, password, username) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)");
                             prepSt.setString(1, newOfficeIds);
                             prepSt.setString(2, whopperUserSalutation);
                             //Close statement
                             prepSt.close();
         } catch (ClassNotFoundException e1) {
              // TODO Auto-generated catch block
              e1.printStackTrace();
         } catch (SQLException e1) {
              // TODO Auto-generated catch block
              e1.printStackTrace();
         }If I print the connection object I get
    Sql connection value: org.postgresql.jdbc3.Jdbc3Connection@10965c3 I double checked the same query by directly executing it on the web interface to the postgres, works fine there and creates the row...
    What could be wrong.
    Thanks
    Srinivas

  • Can anybody give me the difference between Catt and Ecatt

    Hi gurus,
    Can any body give me the difference between catt and ecatt.

    Hi,
    I think this is new technology in sap.
    I know little bit of this can u go through this.
    eCATT (extended Computer Aided Test Tool)
    What is eCATT?
    eCATT is an SAP Testing Tool used to automate & test business scenarios in R/3. Each test generates a detailed log that documents the test process and results. If the testing is smooth without any errors, this means that the business scenarios mapped in R/3 are correct. If the test results in error then the problem can be analyzed using the error log that is generated. 
    eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java.
    Features of eCATT:
    Following functions can be performed using eCATT:
    Test transactions, reports and scenarios.
    Call BAPIs and function modules.
    Test remote systems.
    Check authorizations (user profiles).
    Test updates (database, applications, GUI).
    Set up customizing tables.
    Test the effect of changes to customizing settings.
    Perform load testing.
    Check system messages.
    Integrated with Test Workbench, so allows proper management of scripts using SCAT transaction.
    Supports CATT migration to eCATT.
    All eCATT Objects are Repository Objects. Therefore one can take advantage of Standard SAP Transport Tools.
    eCATT Objects can easily download & upload in XML with XSD format.
    There can be several versions of Test Scripts, which allows different implementations with different releases.
    The separation of Test Scripts, Test Data & System Data allows for a considerable degree of reuse.
    Why eCATT?
    CATT is no longer supported by SAP for the creation of new developments. Hence all the test scripts developed in CATT are now need to migrate/Update to eCATT. Comparative to manual testing, the following are advantages of using eCATT:
    Due to automation, testing time is reduced to a large extent.
    Due to automation, less manpower is required for testing. This helps financially.
    Due to automation, manual errors are reduced to large extent. Hence results in error free testing. This helps, as no further problems will occur while the usage of R/3 system by end users and hence increases the efficiency.
    Proved to be extremely useful in implementation projects.
    In regression testing, automated test scripts are an ideal method of quickly detecting errors. Automatic test logs make it easy to reproduce test results, enabling fast analysis and planning of further activities, leading to cost savings for the customer.
    Differences between CATT and eCATT?
    Till date, CATT could only be used with the R/3 system. eCATT (which is available with SAP Web Application Server 6.20) covers the automatic testing in SAPGUI for Windows and SAP GUI for Java. For other GUIs and Applications, eCATT provides an interface for external tools. This allows companies to perform automated tests from an SAP system in a complete IT solution landscape across system boundaries. These new options enable complete automation of solution landscapes under standard Windows and Web-based user interfaces- resulting in low-cost operation of an IT Solution.
    eCATT (extended Computer Aided Test Tool)
    eCATT requisites
    Web Application Server (WAS) 6.20 or more.
    SAPGUI 6.20 or more.
    R/3 4.6C or more. (Target system must have sufficient support package level (Details available in SAP Note 519858) or SAP R/3 Enterprise Release 4.7).
    Before creating Test Scripts using eCATT, some system settings need to be done: 
    Maintain table T000.
    1.      Go to transaction SM31
    2.      Enter T000 and chose MAINTAIN.
    3.      In the Change View “Clients”: Overview screen, select the relevant client and choose “Details”
    4.      In the “CATT and eCATT Restrictions” field, select “CATT and eCATT allowed”.
    5.      Click on SAVE. 
    Enabling scripting at the Front-end
    1.      On any SAP GUI screen, choose “Customizing of Local Layout”.
    2.      Choose Options
    3.      Choose “Scripting Tab”
    4.      Select “Enable Scripting”
    5.      Click Apply and then OK. 
    Enabling Scripting on the Application Server
    1.      Go to transaction RZ11.
    2.      On the Maintain Profile Parameters screen, enter sapgui/user_scripting.
    3.       Choose Display.
    4.      If the Current Value is not set to TRUE, then click on Change Value:
    5.      Enter TRUE in the “New Value”.
    6.      Click on SAVE.
    eCATT is an SAP Testing Tool used to automate & test business scenarios in R/3. Each test generates a detailed log that documents the test process and results. If the testing is smooth without any errors, this means that the business scenarios mapped in R/3 are correct. If the test results in error then the problem can be analyzed using the error log that is generated. 
    eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java.
    Features of eCATT:
    Following functions can be performed using eCATT:
    Test transactions, reports and scenarios.
    Call BAPIs and function modules.
    Test remote systems.
    Check authorizations (user profiles).
    Test updates (database, applications, GUI).
    Set up customizing tables.
    Test the effect of changes to customizing settings.
    Perform load testing.
    Check system messages.
    Integrated with Test Workbench, so allows proper management of scripts using SCAT transaction.
    Supports CATT migration to eCATT.
    All eCATT Objects are Repository Objects. Therefore one can take advantage of Standard SAP Transport Tools.
    eCATT Objects can easily download & upload in XML with XSD format.
    There can be several versions of Test Scripts, which allows different implementations with different releases.
    The separation of Test Scripts, Test Data & System Data allows for a considerable degree of reuse.
    Why eCATT?
    CATT is no longer supported by SAP for the creation of new developments. Hence all the test scripts developed in CATT are now need to migrate/Update to eCATT. Comparative to manual testing, the following are advantages of using eCATT:
    Due to automation, testing time is reduced to a large extent.
    Due to automation, less manpower is required for testing. This helps financially.
    Due to automation, manual errors are reduced to large extent. Hence results in error free testing. This helps, as no further problems will occur while the usage of R/3 system by end users and hence increases the efficiency.
    Proved to be extremely useful in implementation projects.
    In regression testing, automated test scripts are an ideal method of quickly detecting errors. Automatic test logs make it easy to reproduce test results, enabling fast analysis and planning of further activities, leading to cost savings for the customer.
    Reward points if it is helpful.
    Rgds,
    P.Nag

  • Can anybody give me the solutions for these

    In the definition of Item Catogory vov7, thers is a field " Relevent for Delivery", The same field is there in the definition of Scheduleline catagory vov6.
    1. Y the same field is there in both definitions?
    2. If I didnt check the field in item catagory definition, then item cannot be deliver?
    3.Y should we check in itemcatagory and scheduline catagory definition the field " relevent for delivery"
        If i check in Item catagory , if i didnt check in scheduline catagory any problem occurs at the time of delivery
    Plz reply me for these questions
    Thanks in Advance
    Venkat Ramana

    Dear Venkata Ramana
    - In VOV7, if you select the field "Relevant for Delivery", then you are defining that the item category is relevant for creating delivery and posting goods issue.
    - Similarly, in VOV6, by selecting the field Relevant for Delivery, you are defining that the schedule line is relevant for delivery
    As you would be aware, you can create invoice referencing order and delivery as well.  So in order to differentiate the item category and schedule line category from this, you have to maintain different item categories and schedule line categories.
    thanks
    G. Lakshmipathi

  • Can anybody give me the list of variables can pass in the requestPlatform

    hi all,
    I am very curious about knowing the list of variables that can be passed to requestPlatform().
    as i know we can pass tel,url and fax.Is there any variables that can be passed.
    I want to know the Operating System variables...
    My objective was to get the location name..
    thanks in advance

    hi ,
    thanks for your help,
    I want to get the location name (which will display on your mobile when you moving from one region to another region),is there is any way to capture that information...
    one more question is this possible to get the information in the mobile device with the help of the requestPlatform(),like we have initiatng the phone call something like that
    thanks in advance
    lakshman

  • I am new to Service module,can anybody give the over view of service module

    I am new to Service module,can anybody give the over view of service module including base table and Relation ship with other Oracle Application module.

    Hello Les,
    Think that you want to buy television or computer and how will you proceed for that.
    1. Material Requirement : Your family will ask you that they need television so that is material requirement from the users (family), they will also give additional information like what is the size of TV, which brand etc
    2. Quotation (Inquiry) : now you have requirement that you need one TV so you will looking for different vendors i.e. Phillips, Sharp, AIWA, Deawood and ask them to give the prices and other terms (free shipping, service after sales ) for TV
    3. Quotation comparision : Once you get the price from all your supplier, you will make comparision on price and other terms also you can negotiate the price with vendor asking for discounts, free door delivery
    4. Vendor Selection: Based on your negotiation you will identify the best deal and place order to that vendor.
    5. Purchase order : You will place order to vendor asking for material (TV), for certain price on particular date at particular location (you home).
    6. Goods Receipt : Once vendor delivers TV then you will receive the material at your location
    7. Invoice receipt: Vendor will send the invoice with that delivery and you will check the price and make the payment to vendor,
    I hope this will help you to under stand the concept of Procurment cylce.
    More details you can get it from the link which I provided.
    Regards
    Arif Mansuri

  • I have an iPhone 3GS and it recently started to make a Cicada type of sound when pushing the close button on the top right hand of the phone. Can anybody give me feedback on what this is or how I might be able to fix it?

    I have an iPhone 3GS and it recently started to make a Cicada type of sound when pushing the close button on the top right hand of the phone. Can anybody give me feedback on what this is or how I might be able to fix it?

    It will be replaced with the exact same model. It is not expensive compared to the full retail price of a new phone (without carrier subsidies).
    If you're eligible for an upgrade from your carrier, now might be a good time to consider upgrading to an iPhone 5, though.

  • Who can kindly give me the full scripts to create oracle9i database in UNIX

    Who can kindly give me the full scripts to create oracle9i database(and instance) in UNIX Aix?
    Thanks so much

    Check this:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#ADMIN002
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#1003614

  • Im from Philippines one of our carriers here supports 4G already on selected areas, Im currently in the area where this carrier has 4G now, I couldnt see my phone on 4G signal. Can anybody give me an idea, why?

    Im from Philippines one of our carriers here supports 4G already on selected areas, Im currently in the area where this carrier has 4G now, I couldnt see my phone on 4G signal. Can anybody give me an idea, why?

    Here's why:
    The iPhone 4S does not support 4G.  Only the iPhone 5 does (of Apple's iPhones).
    Here's an iPhone comparison chart:
    http://www.apple.com/iphone/compare-iphones/

  • Hello, can anyone give us the tips for AirPrint option from iPad to brother MFC 7860DW printer

    Hello, can anyone give us the tips for AirPrint option from iPad to brother MFC 7860DW printer

    It's possible Brother may provide updates to their printers to make them AirPrint capable or provide app for printing; search the iTunes Store or look to the support resources for your model of printer. For other printers, you can route the printing through your computer. If you have a Mac, Printopia might be worth a look:
    http://www.ecamm.com/mac/printopia/
    If you have a Windows system, search the web for something like "airprint Windows hack" and you'll find instructions on enabling printing.
    Another option is an AirPrint-capable print server. Lantronix makes a couple of models, including one that supports a USB printer:
    http://www.lantronix.com/it-management/xprintserver/xprintserver-t2.html
    Regards.

  • Can anyone give me the process flow for MTBF report?

    hi all
        can anyone give me the process flow of MTBF Report?
    regards
    asha

    And Full form of MTBF is ???
    Regards
    Amitava

  • Can anybody tell me the link to download 10.1.0.5 patchset

    I want to patch my DB with 10.1.0.5, So
    Can anybody tell me the link to download 10.1.0.5 patchset ??
    thanking you

    [jdbc version 10.1.0.5(patchset) and ArrayIndexOutOfBoundsExceptio]
    Hello
    We finnaly got the patchset, extracted the jdbc drivers version 10.1.0.5 and found out that the ArrayIndexOfBoundException problem is still present!
    java.lang.ArrayIndexOutOfBoundsException: -1
         at oracle.jdbc.driver.DateTimeCommonAccessor.computeJulianDay(DateTimeCommonAccessor.java:354)
         at oracle.jdbc.driver.DateTimeCommonAccessor.getMillis(DateTimeCommonAccessor.java:399)
         at oracle.jdbc.driver.DateAccessor.getTimestamp(DateAccessor.java:143)
         at oracle.jdbc.driver.OracleResultSetImpl.getTimestamp(OracleResultSetImpl.java:724)
         at cybiz.db.GeneralDB.pesquisaPaginadaSimples(GeneralDB.java:854)
    driver files: ojdbc14dms.jar, ojdbc14.jar and orai18n.jar
    driver version (all tested): 10.0.1.4, 10.0.1.5 (patchset version), 10.2.0.1
    database version: Oracle 9i 9.2.0.1.
    The problem occurs at the the ResultSet.getTimestamp() method. Apparently, it happens after 10 rows. This exception is thrown for all database tables that contains date columns.
    Does anybody have any thoughts on this? What is most troublesome is that this error doesn't occur with the jdbc drivers target at jdk1.2 (classes12.jar). Another thing is that tthis is not a SQLException. It is a runtime exception that occurs inside the jdbc driver.
    Right now we are stuck...
    Thanks in advance for any help,
    Luis Fernando

  • Could anybody give me the logic in sales report

    Hi All,
    I have a sales report on multprovider. In this sales report, I want to find out how many customers had done the transactions in day.
    <b>Two transactions for one customer in a day can be counted as one transaction</b>.
    Could anybody give me the logic to how to find the total number of customers made transaction in a day.
    Thanks in advance
    Narendra

    Hi Anil,
    Thanks alot for your answer.
    I am not sure, how the user is going to excute the report.however there is a <b>user entry Characterstic variable on 0CALDAY with selection options.</b>
    For example :
    If the user run the sales report  from Calander Day from 01-06-2007 to 06.06.2007.
    that means 4 business days (1st, 4th, 5th and 6th June). He wants to see the total number of customer done the transaction in a day separately, means 1st June how many customers, 4th June how many customers, 5th June how many customers, and 6th June how many customers.
    Based on the user selections,how many customers per day made the transactions. could you please send me the logic.
    My email Id is : [email protected]
    <b>Note : Query <---- multiprovider <---- Infocube <---- ODS</b>
    Thanks in advance
    Narendra

Maybe you are looking for

  • Look up match

    i m using look up in my ssis. i am using inner join for ID, firstname and lastname but when i m using ID its not matching any rows , if firstname and lastname then its matching for the same query , if i run in ssms then its working on ID, firstname a

  • Boot Camp, Vista, and Half-Life 2 Episode 2

    I am trying to run Episode 2 on my Mac Pro. When I first tried to launch the program it told me I needed to update the Nvidia 7300 graphics driver, or I could continue with the old driver. I'm thinking now I should have at least tried it with my orig

  • Cf8 report builder characterEncode ?

    HI,all I am using win xp sp3/cf8.01, cf8 report builder,mssql2k5,IE6 There is the following requirement in a program:  When there is Chinese character in the label of report builder, but not get Chinese from the Database, as the picture illustrate be

  • Budget / Planning Process

    Hi, My company would like to use the budget process in SAP to keep track of actual vs budget / Panning. Can some one provide me the full configuration setup for the budget / planning process ? Like creating budget version or plan version, entering of

  • Unable to remove job in u201Creadyu201D mode in sm37

    I have a job in u201Creadyu201D mode in sm37, I need to remove it. Had tried Cancel, changing, and deleting it but it doesnu2019t allow me to do so, it either say u201CJob is not active - cancellation not possible!, Job is active. The selected functi