How to decrease SGA size in oracle 9i

hi,
how to decrease SGA size .. now SGA size=400m i want to drecrease to 150m
Thanks,
Mohammed

Why do you want to do this? Is your system low on memory?
Perhaps your DB is on a laptop with
only a small amount of memory?
Well an enterprise database server set of
thread inside a complex service would need
a high powered laptop with large amounts
of memory.
Or perhaps your UAT server has 10 databases
on it all competing for resource?The culprit may not be Oracle.
For example (as you have not told us your operating system, windows linux unix?) IBM's AIX unix operating system comes configured optimally for managing file caching in the OS memory; as Oracle also caches the blocks read from disk sometimes the file system caching is redundant and ends up using memory better allocated to Oracle. In that case you tune the Unix kernel to reduce memory allocated to the file system caching. The default settings allow IBM AIX to take up to 80% of system memory for caching bad if you have allocated 40% to the SGA already.........
The really cool thing about AIX is you can do this on the fly and you don't need to reboot so when you go live you juggle until you get an optimal setting and then monitor.
In the end you may just have to add memory.

Similar Messages

  • How to increase SGA size in Oracle 9i release  9.0.1.1.1

    Hi,
    We have Oracle 2000 server on a intel machine (2.8GHz processor and 2 GB RAM). Virtual memory is :- 3GB.
    We have a Oracle 9.0.1.1.1 running on this machine. What are the parameters that I need to set to increase the SGA size. We want a large SGA size with enough space for shared pool.
    Thanks in advance.
    --Malay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Malay,
    First Check out the RAM utilization for the OS Kernel and remaining to the applications and then to SGA.
    We have Oracle 2000 server on a intel machine (2.8GHz processor and 2 GB RAM). Virtual memory is :- 3GB.I suppose its Windows 2000 Server!!!
    & What's the size of the Database?
    all these things allow you to decide how "large" you can increase the SGA

  • How can i increase sga size in oracle 10g

    Hello friends
    how can i increase my sga size in oracle 10g
    Regards
    Vicky
    Edited by: Vignesh Chinnasamy on 31-Jul-2012 02:28

    HI
    **SQL> Show parameter sga ;**
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 2G
    sga_target                           big integer 2G
    **SQL> show parameter memory;**
    NAME                                 TYPE        VALUE
    hi_shared_memory_address             integer     0
    shared_memory_address                integer     0
    **[root@mte ~]# ulimit -a**
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1024
    max locked memory       (kbytes, -l) 32
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    stack size              (kbytes, -s) 10240
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 278528
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    *[root@mte ~]#*

  • Command for "How to find Cursor Size" in Oracle Stored Procedure"

    Hi
    Can u tell me....
    How to find Cursor Size" in Oracle Stored Procedure........
    I want command for that........

    why don't you try select count(*) from your_table;That requires running the same query twice - or rather running two different queries twice. Besides it still doesn't guarantee anything, because Oracle's read consistency model only applies at the statement level (unless you're running in a serialized transaction).
    This is such a common requirement - users are wont to say "well Google does it" - it seems bizarre that Oracle cannot do it. The truth is that that Google cheats. Firstly it guesses the number on the basis of information in its indexes and refines the estimate as pages are returned. Secondly, Google is under no onus to kepp all its data and indexes synchronized - two simultaneous and identical queries which touch different Google servers can return different results. Oracle Text works the same way, which is why we can get a count with CTX_QUERY.COUNT_HITS in estimate mode.
    Cheers, APC
    blog: http://radiofreetooting.blogspot.com
    .

  • How to check image size in oracle 9i & 10g database

    hi,
    i have inserted an Image into a table in oracle database & I want to View the Query How to check image size in oracle 9i & 10g database
    thanks
    Edited by: user8920919 on May 30, 2010 1:43 AM

    user8920919 wrote:
    hi,
    How to check image size in oracle 9i & 10g database
    thanksWhat do you mean with "image size"?

  • How to increase instance size in oracle bpm 10.3.1

    Hi,
    anyone please help me how to change instance size in oracle bpm 10.3.1 whenver i amm attaching maximum size file it is giving error
    Caused by: fuego.server.exception.MaxInstanceSizeRuntimeException: Max instance size exceeded.
    Current size is 69033, whereas the maximum size is 16384. This occurs with instance 'Process1' at activity 'Interactive[Interactive1]' of process '/Process#Default-1.0'
    Edited by: user12171025 on Nov 16, 2009 10:13 PM

    Hi,
    In the engine configuration in the Execution tab set the Maximum Instance Size that by default is 16Kb.
    If you are going to have large values for the instance size probably you have to consider to define the instance variable as separated
    Regards

  • How to decrease font size in the List with Icon and Subcontext

    Hi , please help me with decreasing the size of font in List View.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    thank you.

    Nihar Narla wrote:
    HiPlease read the FAQ and forum sticky threads (if you haven't done so already).
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    please help me with decreasing the size of font in List View.The presentational aspects of APEX applications are controlled using a combination of HTML and CSS via themes and templates. The basic answer to controlling font sizes is: use CSS. It's not possible to be more specific without the information detailed above.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    Instead of posting screenshots on dubious sites popping up bizarre images, create examples on apex.oracle.com as described above.

  • How to decrease the size of an image (CS5)?

    I need help with how to reduce the size of an image to fit various smaller sizes.  E.g. 135 x 380mm, 254 x254mm etc mounted/matted. Therefore, the image must be made smaller than these sizes without losing quality and any part of the image. I am unable to crop to achieve these sizes since I need the full image. These photos were taken by using a Canon D450 camera and in both RAW & JPEG.
    Your help is much appreciated.

    You may want to use Image > Image size... and dial in the sizes you want.
    Set your units to mm in the dialog. Turn off resample and you can adjust the final print size.
    What I am showing you is called "scaling", changing the print size without throwing out pixels as resample would do. Your image is  intact. This is from CS6, but it should be about the same in CS5.
    Gene

  • How to decrease the size of a table

    Hi ,
    I have dropped a table on UI ... By default this table wont have any data .What i want that i should be able to decrease the size of table.
    I want that we should be able to show only 4-5 rows and have a scroll bar if we have more records.

    you need 16 pixel for each row, 14 pixel for the non-wrapped table header, and 16 pixel for the horizontal scroll bar, if it is displayed.
    so for your case you need to display 5 rows
    set the <b>inlineStyle</b> for your table from the property inspector to
    inlineStyle="height:110px;"
    <b>Thank to Frank Nimphius for his book</b>

  • How to decrease the size of image using a java peogram

    Hi All,
    I want to decrease the size of an image from MB to KB. I have some images of size around 1MB to 3MB. While displaying all those images in the browser it is taking so much time to download all those and display. So I want to write a Java program to make a duplicate copies of those images, which are small in height and width and display those images in small size. Basically I need to display all the list of images as thumbnail view or list view with faster speed.
    Thanks in advance..
    Upendra P.

    I read the documentation. There is no corresponding Image class. The other
    classes are like BufferedImage and all.Yes BufferedImage sounds like what you want.
    You could (1) Read the image (2) Obtain its dimensions and create a blank
    scaled image (3) Draw a scaled version of the original image using the
    Graphics2D obtained from the smaller one. (4) Save the smaller image.
    The javax.util.ImageIO class will help with reading and writing the data and
    Sun's Tutorial has a section on "2D Graphics".

  • How to decrease the size of the JS and CSS File

    Hi experts,
    I m facing a bandwidth problem because i m accessing an application from a PDA and i noticed that it takes a very long time to load a very simple page. After some investigation, i noticed that its because the JS and CSS files downloaded are rather big.
    sapUrMapi_ie6.js (Size: 301 KB)
    sapWdSsr_ie6.js (Size: 79 KB)
    ur_ie6.css (Size: 247KB).
    Any idea how to minimize the size of these files or any workaround as to this problem ?
    Your help will be much appreciated.
    Regards,
    Daniel

    Hi,
    Check this link this may be helpful to you
    http://help.sap.com/saphelp_nw04/helpdata/en/b5/7e1141e109ef6fe10000000a1550b0/frameset.htm
    Regards,
    SURYA

  • How to decrease the size of H263 video

    I want to generate a captured video to H263 format.
    Now I am sucessful to generate it to the format.But the size of the generated file seems a bit large.
    I think I can solve this problem by the means changing the parameters' value that is passed to the H263Format constructor.
    But I don't know how to adjust these values because I don't know much about H263's parameters
    Can someone do me the favor to tell me how to adjust the parameters below to decrease the video's size.
    Thx in advance
    H263Format
    public H263Format(java.awt.Dimension size,
                      int maxDataLength,
                      java.lang.Class dataType,
                      float frameRate,
                      int advancedPrediction,
                      int arithmeticCoding,
                      int errorCompensation,
                      int hrDB,
                      int pbFrames,
                      int unrestrictedVector)
        Constructs an H263Format object with the specified attributes.
        Parameters:
            size - A Dimension that specifies the frame size.
            maxDataLength - The maximum size of the compressed data array.
            dataType - The class type of the data.
            frameRate - The frame rate of the video.
            advancedPrediction - Specifies whether or not the H.263 advanced prediction capability (H.263 Annex F) is used.
            arithmeticCoding - Specifies whether or not the H.263 arithmetic coding capability (H.263 Annex E) is used.
            errorCompensation - Specifies whether or not the H.263 error compensation capability is used.
            hrDB - Specifies the H.263 Hypothetical Reference decoder buffer.
            pbFrames - Specifies whether or not the H.263 PB Frames capability (H.263 Annex G) is used.
            unrestrictedVector - Specifies whether or not the H.263 unrestricted motion vector capability (H.263 Annex D) is used.

    Usually you would have the video in other format diferent from h263, so you have to encode it with a processor. You must configure a processor and set the format from the video track to h263. Dont use the larger constructor, use simply:
    videotrackcontrol.setFormat(new VideoFormat(VideoFormat.H263));
    Then realize and start the processor. Take care with the syncronize.
    But you will need that the datasource of the processor has your preferred size before create it. And notice not all sizes are compatible with h263.

  • How to decrease the size of an Image in iAD

    Hello, there!
    I am trying to producer a new slide where I can write text in iAD.
    I have problems with it though and can you please tell me how to add new slides, where I can either write text or add new objects or assets?
    Also when I try to use the CAROUSEL, I can only put it there, but once I put the asset image on it, it doesnt work - I can't place the image in the center of each boxe and it doesn't go full screen once I click on on it through my iPod Touch (5th Generation).
    Please answer me those questions and I would be very happy indeed

    You may want to use Image > Image size... and dial in the sizes you want.
    Set your units to mm in the dialog. Turn off resample and you can adjust the final print size.
    What I am showing you is called "scaling", changing the print size without throwing out pixels as resample would do. Your image is  intact. This is from CS6, but it should be about the same in CS5.
    Gene

  • ITunes 11: how to decrease font size?

    The font is so large now that only single digit tracks show in their entirety, anything such as 13 or 15 appears as 1.. and 1... If you therefore need to locate track 15 you must count on from 9. Dragging the dividing line makes no difference.

    Those links are not user editable. That being said there might be a way with javascript and an HTML snippet but the only person here that I know of who might be able to figure out that javacript is Cyclosaurus.
    A good alternative is to create your own Text Based Navbar. That way you can control the font (be sure to use Web Safe Fonts ), size, color and rollover colors. Another benefit to a text base navbar is that search engines can read those page links whereas they cannot for the default navbar.
    OT

  • How to decrease jpeg size without losing quality?

    i am creating different size of images reading with bufferedimage then redrawing image with different sizes...
    I have created a 500*375 -192 kb picture from original with my code then uploaded it to flickr....it produced 500*375 picture with 133 kb...and quality seems the same...please look my code below...maybe the colour table of my drawing or some property must change....where is the point?
    thank you
    response.reset();
              ServletOutputStream cikti=response.getOutputStream();
              BufferedImage servletResim=new BufferedImage(500,375,BufferedImage.TYPE_INT_RGB);
              Graphics2D graf=(Graphics2D) servletResim.getGraphics();
              graf.drawImage(image, 0, 0, 500, 375, null);
              JPEGImageEncoder enkoder=JPEGCodec.createJPEGEncoder(cikti);
              JPEGEncodeParam param = enkoder.getDefaultJPEGEncodeParam(servletResim);
              int quality =100;
              quality = Math.max(0, Math.min(quality, 100));
              param.setQuality((float)quality / 100.0f, false);
              enkoder.setJPEGEncodeParam(param);
              enkoder.encode(servletResim);
              cikti.close();

    The quality may "seem" the same, but it probably isn't. With most photos you can reduce the JPEG to 85% quality without noticing much.

Maybe you are looking for

  • Help needed with multiple computers and Apple TV

    We've just purchased a new Apple TV in our household. We have 2 Mac books. Does anyone know if it is possible to sync two individual iTunes libraries to the apple TV. We've got one on but the other just seems to want to 'stream' the other iTunes libr

  • Airport extreme icon not showing up in my devices

    the whole thing was working just fine last week .i dont really want to restart it all from scrach .my wireless internet is working fine being routed through it but when i look in my hard drive and under devices i cant make the icon show up along with

  • Photoshop CS4 does not release RAM

    I run Photoshop CS4 on a Windows PC with 4GB. Even though I frequently "purge", Photoshop does not seem to be releasing RAM even when all files have been closed, often holding on to some 2GB RAM. Only when I terminate Photoshop, the RAM it grabbed is

  • 64 bits variable mapped in LabView

    Hello, Does anybody creates a 64 bits variable in LabView? If you have an ideea, please share it Thank you in advance.

  • What do the wait events 'gc cr failure' and 'cr request retry' mean?

    I'm trying to troubleshoot an issue for a customer. Environment is Oracle 10.2.0.4 (64-bit) on Redhat 5. Two node RAC cluster. The 10046 trace file shows lots of 'gc current block 2-way' waits but also a few 'gc cr failure' and 'cr request retry' wai