Concerning oracle single block io call and os block size!!

Hi, all
The block size of my db(10gr2) is 8k, and
the db is on the raw device file system on a aix machine.
OS block size is 512k.
How much block will be read from disk when a single oracle io call occurs?
Which one is currect, 8K or 512K?
If the block size for a single io call depends on the os block size (512k),
I think os block size need to be tuned for oracle block size (8k).
If we use raw device file system, os level block size has no meaning??
Thanks in advance.
Best Regards.

Hi,
Please refer to the following oracle doc:
http://docs.oracle.com/cd/B28359_01/server.111/b32009/appa_aix.htm
extract from it:
Setting the Database Block Size
You can configure Oracle Database block size for better Input-Output throughput. On AIX, you can set the value of the DB_BLOCK_SIZE initialization parameter to between 2 KB and 32 KB, with a default of 4 KB. If Oracle Database is installed on a journaled file system, then the block size should be a multiple of the file system block size (4 KB on JFS, 16 K to 1 MB on GPFS). For databases on raw partitions, Oracle Database block size is a multiple of the operating system physical block size (512 bytes on AIX).
Thanks and Regards,
Raj K.

Similar Messages

  • How to block someones call and sms on ma xperia z1?

    I am getting spam calls and sms from one person, and I want to block that person from contacting me.
    How to block the calls and sms on xperia z1?
    I have the latest 4.4.4 update.
    Solved!
    Go to Solution.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Unfortunately it's not possible to do this without installing any 3rd party software. I know that Truecaller has this function if you want to use a 3rd party app.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Why can't I block a number through the call and message blocking request?

    Every time I try to insert a number, it keeps saying that they are unable to complete my requested change at this time.

        Jezallygrace, I want to make sure you're able to block those unwanted calls and messages. If you're still having problems with the site, we'll need to verify the feature is on your account and possibly add the block for your. If you still need assistance, please send me a private message with your mobile number.
    MarquiaF_VZW
    Follow us on Twitter @VZWSupport

  • How to block someones call and sms on ma xperia z2?

    i found that is call blocking not in the call setting menu... how to block calls and sms from xperia z2?

    Your service providor can do this for you but a lot of them are not able to do this, i'm on Vodafone & they say they cant....there are 3rd party apps from the Play Store that you can get who will do this but call your providor first
    Hope this helps 

  • Call and message blocking

    Help! I need to block a number from call and texting me. I've tried for 2 days and get a message that says service not available.

    Log into your MyVerizon account and add the feature for Call Blocking (free feature). Once added you will be able to block calls/text from up to 5 numbers. The number(s) are only blocked for 90 days, but you can re-add them as needed.

  • How to block Phone calls and SMS on iphone 3G S

    Dear users,
    Please let me know if there is a way to block phone calls / SMS from reaching your iphone or is there any application we can download to block them / trash them?
    Thanks,
    SChouery

    Blocking calls & SMS can only be done at the carrier level, if your carrier offers such service. You will have to contact your carrier.

  • Only one Oracle form is not calling and also not giving any error.

    I have made many form using oracle internet developer suit 10g R2, all are working fine. few days ago developed one form and deployed on the application server 10g R2, while calling from the menu no response and no error and after calling this form no other form is calling. it works 2-3 days initially after that it happens . Please give expert suggestion. Thanks in advance
    It is running through the form developer but not running while calling from the menu. i have also giving the message at different trigger. msg is commimg from pre-form but not comming from the when-new-form-instance.
    Edited by: user8161431 on Sep 24, 2012 5:30 AM

    thanks for your reply, java version 6 u22 and no ON-ERROR trigger written in the form.
    the content of java console is
    Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: oracle/bali/share/sort/StringComparator
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
         at java.lang.Class.getDeclaredMethod(Unknown Source)
         at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
         at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
         at java.awt.Component.access$500(Unknown Source)
         at java.awt.Component$3.run(Unknown Source)
         at java.awt.Component$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Component.checkCoalescing(Unknown Source)
         at java.awt.Component.<init>(Unknown Source)
         at java.awt.Container.<init>(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.<init>(Unknown Source)
         at oracle.ewt.lwAWT.LWDataSourceChoice.<init>(Unknown Source)
         at oracle.ewt.lwAWT.LWChoice.<init>(Unknown Source)
         at oracle.ewt.comboBox.ComboBox.<init>(Unknown Source)
         at oracle.ewt.comboBox.ComboBox.<init>(Unknown Source)
         at oracle.forms.ui.VComboBox.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.PopListItem.onCreate(Unknown Source)
         at oracle.forms.handler.ComboBoxItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: oracle.bali.share.sort.StringComparator
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         ... 51 more
    Caused by: java.io.IOException: open HTTP connection failed:http://10.200.10.19/forms/java/oracle/bali/share/sort/StringComparator.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 56 more
    Edited by: user8161431 on Sep 24, 2012 8:08 AM

  • HT201229 iOS 7: Understanding call and message blocking - Is pathetic

    Hello Apple,
    You always create some application and don't to its regerous testing properly, why??????
    1. Like for messgae blocking - if you block for a particular user, you don't get the message thats correct but the other user who sent you message will certainly get delivery confirmation with time. So, I feel you should not allow other user to get delivery confrimation even. I tested when allow other recepient delivery confirmation is disabled also...
    2.For blocking calls - Failing with similar behavoir like IOS6, then other user who call you will hear few rings then busy tone.. Complete pathetic it spoils your relationship with the person whom you blocked as he know when you have blocked it. Better assingn some one to see the code of samsung galaxy sII with android they have perfect than your.
    Please improve od some testing before releasing some feature online.
    For any doubt, feel free to reach me at my email.
    Regards,
    Mayank Shekher

    Apple is not here. This is a user to user forum.

  • IOS 7: Understanding call and message blocking - Is pathetic

    Hello Apple,
    You always create some application and don't to its regerous testing properly, why??????
    1. Like for messgae blocking - if you block for a particular user, you don't get the message thats correct but the other user who sent you message will certainly get delivery confirmation with time. So, I feel you should not allow other user to get delivery confrimation even. I tested when allow other recepient delivery confirmation is disabled also...
    2.For blocking calls - Failing with similar behavoir like IOS6, then other user who call you will hear few rings then busy tone.. Complete pathetic it spoils your relationship with the person whom you blocked as he know when you have blocked it. Better assingn some one to see the code of samsung galaxy sII with android they have perfect than your.
    Please improve od some testing before releasing some feature online.
    For any doubt, feel free to reach me at my email through apple id.

    Apple is not here. This is a user to user forum.

  • Is there a way to block unsolicited calls and messages in iPhone5?

    Hello to all. Guess my title to this post is enough for me to get an answer from learned members of this august forum! Thanks inadvance!

    Thanks Rojmer for joining this thread. Your answer seems to be an attractive solution to the problem I am facing but I am a novice in these matters and would love some clarifications:
    Rojmer wrote:
      Every time I get one of these calls I immediately add the number to one of the contacts in my contacts app under the name Telemarketing 1, Telemarketing 2, etc.  I have about eight numbers in each contact item. 
    I was just about to ask you how you could squeeze in 8 numbers in each contact, but proceeded to check it out myself and learnt that you can put in more than even 10 numbers under each contact! I guess that I can put in many more numbers too!
    My next question is related to how you could create a silent ringtone?
    [Then I created a silent ringtone with one of the ringtone creators in the AppStore (iTunes also sell them) and assigned the silent ringtone to those contacts items. ]
    Could you walk me through this process? FYI, I have found this free app and have downloaded it onto my iMac:
    How can I create a 'silent' audio file to drop it into the required space provided?
    Eagerly waiting for your reply.

  • Renewing blocks on specific numbers for calls and messages

    I need to renew existing blocks on specific numbers that show an expiration date of today (8/1/11)  How do I do that?  The numbers still show on the lines, but I have no way of verifying that the blocks are still in place or removed.  Please help.  Thanks.

    Hi Cgriff, 
    The free Call and Message block that we offer lasts 90 days. However, please note that you are able to change this at any time. For example, the block can be removed before the 90 days is up. In your case, you mention that you want to renew the block. Youc an do so by going in and removing, then re-adding the block. This starts a new 90-day block. It is easier tis way, since you can change the information whenever you want. Below are the steps to follow, for your convenience. 
    Call and Message Blocking can be added/removed online by signing in to My Verizon using your Account Owner user ID and password and doing the following:
    1.        Click on “Block Calls & Messages” icon located under “Plan” in the “I Want To” section at the bottom of your home page.
    2.        Click on the “Call and Message Blocking” tab (next to Parental Controls.)
    3.        Enter up to five 10-digit numbers under the Call and Message Block tab and click "Apply" once completed.
    We also offer Usage Controls, which does so much more than Call and Message Blocking. You can find the information for Usage Controls here:
    http://www.vzw.com/usagecontrols
    Thank you for your posting and have a good day!

  • Regarding blocking of unwanted calls and messages

    how do i block unwanted calls and messages on my nokia asha 210..is there any utility available to do so??

    Hi tangra,
    Welcome to Nokia Support Discussions!
    As what plepleple posted, this feature is not supported by the phone. We also checked that no application can be downloaded that has this feature.

  • How do u block a contacts calls and texts without blocking them?

    I want to block calls and text messages from my ex boyfriend and his family members. However, I don't want to delete their contact information. I just don't want to hear from any of them for a while. Does anyone know how to do this?

    The blocking of calls and text messages is a carrier function.  Contact your cell phone carrier to see if they offer this service.  There are no iPhone apps that will block phone calls or text messages.  If your carrier doesn't provide call or text message blocking is to assign a silent ringtone to the numbers you want blocked and ignore them.

  • Can you block phone calls on the iPhone

    Can you block a phone number on the iPhone?

    As an alternative to calling you can log into your carrier account.
    ex for Verizon Wireless>>
    My Verizon>My Plans & Services>Manage Verizon SafeGuards>Call and Message Blocking enter your numbers to be blocked here.

  • Blocking texts/calls explained

    In short, there are two ways to block a number.  The first is pretty hard core and many people use it for "safety and court ordered reasons."  The other method is pretty innocuous and is the one some folks may use when the boyfriend or girlfriend makes you angry and you want to give them the silent treatment. lol. 
    Using the blocking feature from your online Verizon account:
    You can block up to five numbers for a maximum of 3 months.  After that time, you will have to repeat the process.  You can unblock them at anytime.  If you use the blocking feature from your online verizon account, depending on what phone they have, when they text you they get an "error message" that usually says "undeliverable."  When they call, this is verbatim what they hear: "Welcome to Verizon Wireless. The number you were trying to reach has calling restrictions which has prevented the completion of your call."  You won't know they attempted to call you and you will not be able to see their attempt to text you.  If you later unblock them, "some messages might come through, but not all. It depends on how old the messages are. If they are within 24hours, they will come up."
    Using the blocking feature on your phone:
    When you use the blocking feature from contacts on your phone, you will see the calls and messages from the person you have blocked, but they just won't know that you do.  Calls go to voicemail right away and they get the same "undeliverable" error when they send you a text.  Note that "most, not all, Verizon phones have a block feature within the contact
    Here is a link from Verizon that vaguely explains how blocking works: http://www.verizonwireless.com/support/blocks-comparison/
    Hope this explanation helps!

    Thanks for the information vereyezuhn.  This is correct, at this time we do not have an option to block phone numbers and text messages on the Iphone-4. The Iphone-4 is currently not compatible with our Usage Control Feature or Call and Messaging Block Feature.
    KinquanaH_VZW

Maybe you are looking for

  • Problem with LUNs over Fiber

    We have recently installed a SAN but are having a few problems with the Solaris machines we are trying to connect to it. Hardware: LSI SAN with dual controler and 3 trays of 6x73Gb disks. Brocade fiber switch. A Sun V880 and a Sun E420 both with LSI4

  • Problem with signing up Face Time

    I cannot sign up FaceTime and iMessage? Its only my Mac Book Pro, other Mac do well in my net, also the iPhone, whats the matter?

  • Is this a bug? Invisible file on timeline?

    I have a file laid out on the timeline and another file next to it. However, the first file cuts to this other file then cuts back to itself with nothing above or below it on the timeline. It's like there's a file that is invisible and can't be moved

  • FF5 works well but looks black and gray (FF4 too)... ugly. FF3 no problems... Vista. What can I do?

    Vista Home premium. FF is the default browser, doing very well until 3.6.17. ''Menu Bar and Navigation Toolbar are gray the bottom is black. Same problem with FF4''

  • Kp26 getting run time error  in program "COCC2009 "

    Dear all Im getting run time error massage once the KP26 running . "The data object "ITDAT1" has no component called "TXTUPL", but there is a component called "TXTUP". The following syntax error occurred in program "COCC2009 " in include "RKCCAI02 We