Plz guide me on the formula of PCTUSED

Hi
I read in a blog to find out blocks available for insert are
Blocks with total filled volume < (BLOCKSIZE – overhead – (blocksize*(1-(PCTFREE/100)))
In the above formula I am unable to understand the meaning of
blocksize*(1-(PCTFREE/100))
Please explain.
Thanks

The documentation nicely explains PCTFREE and PCTUSED.
http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/logical.htm#sthref344
The author performs some calculations to conceptually show how to understand if a block is available for inserts or not.

Similar Messages

  • TS4123 i just installed itunes 10.6.3.25 its asking to contact the software publisher i am using windows 7 ultimate plz guide me

    i just installed itunes 10.6.3.25 its asking to contact the software publisher i am using windows 7 ultimate plz guide me

    I hvae the EXACT same issue
    I built a new computer which is EXTREMELY fast overclocked i7 ect and.. ITUNES DOESNT WORK
    I click on itunes which ive uninstalled and reinstalled and reset the winsock AND seen if there were any errors AAAAAAND ive check the Hkey to make sure bonjur was the only one in there which it is and all that happens is my cpu goes to 25% and i cant do anything except go into the task manager and close it! ANYTHING with itunes (everything else is premium speed).
    what do i do
    windows 7 64 bit

  • I just got my new iPad and I can't find the hotspot option in settings ? Plz guid me on how to turn my hotspot on in that case if I can't even see the option !!

    I just got my new iPad and I can't find the hotspot option in settings ? Plz guid me on how to turn my hotspot on in that case if I can't even see the option !!

    You can download a complete iPad User Guide here: http://manuals.info.apple.com/en/ipad_user_guide.pdf
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    How to - Articles & User Guides & Tutorials
    http://www.iphone-mac.com/index.php/Index/howto/id/4/type/select
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • HT5622 i can not sign in into i cloud , apple account error 403 is displayed ..... but the same apple id is used in several places except icloud plz guide me

    i am APPLE user and i am facing problem i can not sign in into i cloud , apple account error 403 is displayed ..... but the same apple id is sucessfully used in several places except icloud plz guide me

    Actually, that means you've reached the limit of three new iCloud accounts on this device. The only way to fix is to create the new account on a computer or another iOS device, then setup the account on your existing device.

  • Editing the formula in batch characteristic

    The product is maintained with batch. The batch is created for the finished product manually at the time of confirmation. The batch characteristic values are maintained at the same time.
    One of the characteristic value is to be calculated by using algebraic formula which includes simple mathematical operations on the values of the other characteristic.
    for ex---
    characteristic a---- 89 (VALUE entered by user)
    characteristic b---- 1 (VALUE entered by user)
    characteristic c---- 5 (VALUE entered by user)
    characteristic d-----Automatic calculation based on above values & the formula.
    I want for characteristic D----
    Char D = {(a-0.03-0.07) * b + c} / d
    How can I do this???? What will be syntax for this???
    Please if anybody can help on this........

    Dear Ramanujan,
    I have received the reply from you & thanks very much for ur quick reply.
    I have tried the settings suggested by you, but having still the problem.
    Conversion factor is a batch characteristic which is to be calculated based on the other batch characteristics values entered by the user at the time of confirmation.
    I have maintained the objectdependency in the class as mentioned by you. The dependency type mantained is "Procedure". The formula is as follows
    $self.conversionfactor=((($self.actthickness-0.067)*$self.density)
    ($self.paintgsm$self.metalgsm))*$self.width/1000
    The formula is appearing in 2 lines in the dependancy editor. There is no syntax error. As well as the the dependency status is also "released".
    But at the time of confirmation, if the values of the other characteristics are entered, no calculation for the characteristic conversion factor is done by the system.
    Can you please guide on this???

  • Help Regarding the Formula Variable

    Hi,
    We have a scenario where  "CKF = RKF/Formula Variable". When we execute a Query in BEx Analyzer, for this particular CKF values are displaying as 'X'. (i.e Numeric values are not displaying)
    When we check in the backend data is available for the RKF.
    Can someone please guide on how to validate whether the Formula Variable is working fine or not?
    Thanks in advance
    Regards,
    Seshendra Reddy

    Hello,
    This post caught my attention because I am facing a similar problem.
    I created a Formula Variable with replacement path on Posting Date (0DATE Char), with exception aggregation = MAX and results calc = MAX.  The purpose is to return the last posting date for a set of documents.  However, it seems that if Posting Date is not in the drilldown, then the formula formula returns 'X'. 
    This limitation is not mentioned in SAP help... and seems to be a pretty big constraint if the reference char on the replacement path formula variables must be in the drilldown.
    Does anyone know how to work around this?
    Thanks!
    Jenni.

  • Program not in Library -- In ABAP Runtime Analysis SE30.. Plz Guide me guys

    Dear all,
    I have to execute one report program in SE30 ABAP Runtime Analysis tool. 
    So I have entered my program name in the SE30 but I have got 1 error  " Program ( pgm name ) not in Library ".
    Guys plz guide me on this asap.
    Edited by: PI User on Nov 26, 2010 11:14 AM
    Moderator message: too basic, too much SMS speak, too much "asap", thread locked, points removed.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    Edited by: Thomas Zloch on Nov 26, 2010 12:33 PM

    Hi
    The error message is clear: the program you're trying to test by SM30 is not SAP (your SAP system of course)
    Now try to check if you can see that program by SE38, but if you think the program is in SAP, prehaps you're running SM30 in another system:
    For example:
    the program was created in development system and you run SM30 in quality and that program hasn't been transported yet: so the program is in development but not in quality.
    Max

  • Date and Time Variable error Plz guide

    Gurus
    When I write the query for time and date I keep getting error message mentioned below, plz guide
    DECLARE @ArrivalTme Time;
    SET @ArrivalTme = N'18:22';
    SELECT @ArrivalTme;
    GO
    Msg 2715, Level 16, State 3, Line 3
    Column, parameter, or variable #1: Cannot find data type TIME.
    Parameter or variable '@ArrivalTme' has an invalid data type.
    DECLARE @OneDay DATE;
    SET @OneDay = N'10360610';
    SELECT @OneDay AS [Day to Prevail];
    GO
    Msg 2715, Level 16, State 3, Line 3
    Column, parameter, or variable #1: Cannot find data type DATE.
    Parameter or variable '@OneDay' has an invalid data type.
    Faisal Baloch

    Hi Faisal,
    which SQL version do you use? In 2005 there is no variable "date" or "time", instead of this you have to use "datetime".
    http://msdn.microsoft.com/en-us/library/ms187752%28v=SQL.90%29.aspx
    Regards Steffen

  • Which cache the Formula Engine will use in this case?

    Say that a MDX query contains:
    ❶a calculated measure defined in the targeted cube, ❷and another
    WITH MEMBER.
    Which cache the Formula Engine will use in this case:
    ❶Query,
    ❷Global, or
    ❸both (query & global)? and why? .... illustrate as possible please.

    Thanks Elvis ... but
    ❶ doesn't your reply, especially this part:
    ...But if we use WITH MEMBER keyword to define a calculated measure, it's the Storage Engine cache and not the Formula Engine cache....
    contradict with Microsoft's white
    paper: SQL
    Server 2008 R2 Analysis Services Performance Guide? ... check the figure below please:
    this is in page 36, where they are talking about the Formula Engine (or Query Processor, as they sometimes refer to it) types of cache. note the highlighted, they are saying that using the "WITH keyword within a query" forces the use of the "Query
    Context" which is one of the formula engine cache (as they said).
    Actually I've asked the main question because of this part of the same 36 page:
    I wanted to know
    ❷ what will happen to the calculated measures (those defined in the cube) if combined with another calculated members defined using the WITH keyword, in the same query? are they going to be recalculated even if they are already
    exist in the global cache?

  • Plz guide me through manual Compression and Roll up process

    I have pulled data from DSO to Cube. There are aggregates maintained here. now i have to do the compression(in infocube and in aggregate)and roll up (in cube and in aggregate)steps. can u plz guide me step wise..
    Thank you

    Hi Ramya,
    Call T-Code RSA1> Search for your Info Cube > Click on Manage and follow the below mentioned steps for
    Roll up
    1. Click on Roll up Tab in 'Manage Info Provider' Screen
    2. By default 'Request ID' in Roll up section will be filled with latest Request ID of the data loaded. All the requests before your latest request with be Rolled up.
    3. Click on execute > click on Display external Jobs (Next to execute button) and monitor it.
    4. Once the Roll Up job Completes successfully > Click on Requests Tab in the Manage Info Provider Screen > you will find a tick mark in Roll up status, which confirms your task.
    Compression
    1. Click on Collapse Tab in 'Manage Info Provider' Screen
    2. By default 'Request ID' in Collapse section will be filled with latest Request ID of the data loaded. All the requests before your latest request with be Compressed.
    3. Click on Release > click on Display external Jobs (Next to Release button) and monitor it.
    4. Once the Compression job Completes successfully > Click on Requests Tab in the Manage Info Provider Screen > you will find a tick mark in Compression status, which confirms your task.
    Hope this helps.
    Regards
    Sai

  • When I add a row, I lose the formula!

    I made a simple check register spreadsheet a year ago & when I run out of rows I add more rows by dragging the handle in the lower right of the spreadsheet DOWN. I can also click the handle with the number of the row in the lower left to add just one more row. Or I can select the lower right cell (account balance) & hit enter & it created one more row.
    None of these methods preserve my formula! I could swear that dragging the lower right handle in the past has preserved the formula.
    What am I doing wrong?
    Thanks!

    growler62000 wrote:
    =IF(AND(ISBLANK(E2),ISBLANK(F2)),"",Beginning Balance :: B2-E2+F2)
    A = ref #/ck #
    B= Date
    C= Description
    E=Debit
    F= Credit
    G=Balance
    I assume the above formula is in G2. What's the formula in G3?
    If you've created it by filling down, it should be:
    =IF(AND(ISBLANK(E3),ISBLANK(F3)),"",Beginning Balance :: B3-E3+F3)
    But I suspect it's this:
    =IF(AND(ISBLANK(E3),ISBLANK(F3)),"",G2-E3+F3)
    ...and the difference is what's preventing the formula from being automatically filled into new rows.
    My solution DOES work perfectly although I probably explained it poorly.
    Yes it does. Your solution was clearly described, and with one formula in column G that's different from the rest, it's also the most efficient one available.
    BTW, I wish I could force column B to order the entries by date as sometimes I will 1st enter today's date & then next row I enter yesterday’s date, etc
    What messes up sorts is the references to specific cells in the formulas. If you can replace those with references to the appropriate cells wherever the formula actually winds up, the problem is solved.
    Two tools that numbers provides that help with this are
    1. the ability to reference a cell in the same row using only its column reference
    2. the OFFSET function.
    Both are used in the example below. The table on the left is a snapshot after data was entered, and before the table was sorted. The one on the right shows the same table after sorting the selected rows.
    You'll note that I added a second Header row to allow space for the beginning balance to be placed in a header row on this table. That's to make it possible to have the same formula in every non-header row of column G so that the formula will be automatically entered into new rows as they are added.
    Your formula will still work in the first non-header row, should you choose not to make this modification (Just enter the formula below into the row below that and fill down to the bottom row), but I would caution you to not include this first body row in any sort in that case.
    Here's the formula in G3 of the example (and filled down to every row below that):
    =IF(AND(ISBLANK(E),ISBLANK(F)),"",OFFSET($A$1,ROW()-2,6)-OFFSET($A$1,ROW()-1,4)+ OFFSET($A$1,ROW()-1,5))
    Note that the first references to E and F omit the row numbers, and the references to the previous balance, debit and credit cells are through an offset from cell A1.
    You can find out more about OFFSET in the iWork Formulas and Functions User Guide.
    Regards,
    Barry

  • Changing the formula to a key figure on a query

    Hello All,
    I do not have access to BEx. I would please like to know how to change the formula to a key figure "Total $" in a QD Promo Analysis query (technical name - N03_Q_D_N03_SD_502_0003). Will transaction RSRT take me to the query and eventually the formula so I can change it? If so please give me guidance as this is the first time I go into transaction RSRT. If there is another way please also give guidance.
    Thank you and kind regards
    Keith Kibuuka

    Hi Vishvesh,
    Thank you for your response. Maybe access to BEx was the wrong word - I do have access although I was trying to avoid configuring the SAP logon to add this particular client onto because I have not done this before. My boss has helped me and I have now have "access".
    Therefore from the query designer can you please guide me on how to change the formula to a key figure on a query? Input from all people is also be very much appreciated.
    Thank you and kind regards,
    Keith

  • I could not sync my new phone contacts with my laptop, and when i connect my phone with my laptop it delet my new contects, plz guide me?

    i could not sync my new phone contacts with my laptop, and when i connect my phone with my laptop it delet my new contects, plz guide me?

    Reinstall iTunes.  I had the same problem.

  • HT201412 hello. my phone is factory unlocked. but my iphone support one network only in pakistan. if i insert another network sim it support but cannot make a call or text neither incoming nor outgoing. plz guide me what should i do.

    hello. my phone is factory unlocked.
    but my iphone support one network (Zong) only in pakistan. if i insert another network sim it support (Catch the signl and show the network name ) but cannot make a call or text neither incoming nor outgoing.
    plz guide me what should i do.
    ios 7.0.4

    There aren't any supported carriers in Pakistan. Apple hasn't released the iPhone there. The OP is using a grey-market iPhone and hence is pretty much on his/her own as regards getting this phone working with the carrier, unless that carrier can help.
    Regards.

  • HT4847 Iam Using IPHONE4 my storage capacity is over so i purchased 10GB additional storage through online bt i cant use it until nw plz guide me how to utilized that storage in my iphone4

    Iam Using IPHONE4 my storage capacity is over so i purchased 10GB additional storage through online bt i cant use it until nw plz guide me how to utilized that storage in my iphone4

    You can't buy additional storage for your iPhone.
    You must've purchased additional storage for iCloud.
    iCloud storage does not increase the internal storage capacity of your iPhone.
    If you want to free up some internal storage on your phone, you will have to remove apps, music, books or movies to make room.

Maybe you are looking for

  • CUCM 8.6.2 - support IP Phone GXP2100 (Grandstream)

    Hi Guys, My Customer have the CUCM 8.6.2 and would like know if the IP phone model GXP2100 (SIP) is supported for this version. I search in the Cisco site and not found this information. Is there any documentation Cisco about this? Thanks, Wilson

  • How do I get rid of Firefox Ads that are constantly popping up whenever I click to another website or in the same website?

    The moment I open Firefox, a "Firefox" AD pops up. Anytime I navigate Facebook or it's apps a "Firefox" AD pops up! Anytime I go to any website, a "Firefox" AD pops up! They are genuine "Firefox" ADS, I've checked in your Troubleshoot guide! I can't

  • JDev3.0 vs JDev2.0 - App init error.

    Hi friends, Please, look at this peace of my code: public class AppSmkc extends JApplet // The code goes here public static void main(String[] args) AppSmkc applet = new AppSmkc(); applet.isStandalone = true; // The rest of the code goes here I've cr

  • Where do the iPhoto Journals go?

    I got a journal to upload to iCloud and the iPhoto app took me right to it in Safari. But where is it? I went to icloud.com on my Mac later and logged in but I didn't see any type of access to this journal I uploaded earlier. How do we share our jour

  • Preview window before burning DVD

    Hi, my new DVD project is composed with 4 little movies. They all come from different images size. One is 1,33, one is 2,35, and the 2 others are 1,85. Just before burning I click the preview arrow, in the window I click each of the four titles to se