SGA_TARGET and sga_max_size question above

Hello
Accidentally, I changed the values of the sga_target with great value than the sga_max_size and made an immediate halt.

Now, when I am trying to raise the instance, it gives the error below.

[oracle@linuxappdev bin] $. / / nolog sqlplus

SQL * more: release 11.1.0.7.0 - Production on sea 19 may at 22:27:13 2010

Copyright (c) 1982, 2008, Oracle. All rights reserved.

SQL > conn sys as sysdba
Enter the password:
Connect to an instance is idle.
SQL > startup
ORA-00823: specified value greater than sga_max_size sga_target
SQL >



How can I put the Forum up?
I am new to oracle, please help.

Thank you
RAM

Edited by: user622616 May 19, 2010 19:50

Yes you can. If you use spfile, create a pfile with current values...

SQL> conn / as sysdba
Connected to an idle instance.
SQL> create pfile='c:\initora1.ora' from spfile;

File created.

Then edit the pfile, startup pfile = create spfile from pfile, rebound.

Tags: Database

Similar Questions

  • Increase SGA_TARGET and SGA_MAX_SIZE

    Oracle Version: 10.2.0.4
    OS: Windows 64-bit

    Hi s/n,.
    I want to perform under task
    increase the size SGA_TARGET to the other 3 where 1 GB is allocated to the shared pool and 2 GB for the buffer cache. () Our SGA_MAX_SIZE = SGA_TARGET)
    kindly share your thoughts on the points below:
    is there Ant limited with size SGA_TARGET with 64-bit as 4 GB with 32-bit system.
    Is there any negative impact on the database when we increase size SGA_TARGET and SGA_MAx_Size
    is there a relationship between RAM or between RAM and SGA_TARGET and SGA_MAX_SIZE.
    Thank you...

    H,

    Is there any Ant limited with size SGA_TARGET with 64-bit as 4 GB with 32-bit system.

    See
    Windows memory configuration: 32-bit and 64-bit [873752.1 ID]

    Is there any negative impact on the database when we increase size SGA_TARGET and SGA_MAx_Size

    the SGA_MAX_SZE parameter is not dynamic in oracle 10g.

    To increase the size of the sga for your instance or down,
    1. make the entry in the pfile as sga_max_size = value. (usually pfile reside in "ORACLE_HOME\database") *.
    2 judgment of the DB
    3. start the PB with the file pfile as "SQL > STARTUP PFILE = 'path of the pfile edited'"
    4. your DB now works on pfile, to make the changes to spfile "SQL > CREATE SPFILE = 'path of the spfile' OF PFILE".
    5. immediate stop
    6. launch of the DB with the newly created spfile "SQL > STARTUP SPFILE = 'path of the spfile'"
    7 sql > show parameter LMS to verify your changes take effect
    8. you may need to increase the value of the parameter SGA_TARGET if it has been set. Its a dynamic parameter and can be changed by the ALTER command.

    * If you do not have a pfile file and then create a pfile file by "SQL > CREATE PFILE ="the pfile file path"OF SPFILE.

    Details:
    http://forums.Oracle.com/forums/thread.jspa?MessageID=9514566#9514566

    Respect of
    HELIOS

  • I understand SGA_TARGET and SGA_MAX_SIZE well?

    Let's say that I updated SGA_TARGET and SGA_MAX_SIZE 1024Mo 512 MB.

    As I understand it, this means that the total size of the SGA will never exceed 1024Mo (it's the "hard cap"). Oracle will try to keep things around 512 MB, but can explode up to 1024 MB, depending on the needs.

    Is this correct? Otherwise, I don't see the point of SGA_MAX_SIZE SGA_TARGET vs.

    BTW... I know that MEMORY_TARGET and MEMORY_MAX_TARGET are the new 11g params, but Oracle XE comes with those turned off and the 10g SGA_ * params and PGA_AGGREGATE_TARGET updated...?

    It is not correct.

    This means that you can increase up to SGA_MAX_SIZE SGA_TARGET without having to bounce the database.
    Also Oracle won't increase SGA_TARGET, it will just make sure that the sizes of the different basins do not exceed SGA_TARGET.
    You are still responsible for the management of SGA_TARGET.

    ------------
    Sybrand Bakker
    Senior Oracle DBA

  • sga_target and sga_max_size tips

    Hello

    ABT a little my current system

    HP UX 11.11 oracle 10.2.0.4 EBS11.5.10
    memory 4 GB
    2 GB SGA

    I will increase to 20 GB physical emory today

    I need advice on implementing sga_target and sga_max_size

    currently my SGA_MAX_SIZE = 2GB

    If you increase the physical memory, and then set the SGA_MAX_SIZE max size estimated, based on the use of applications and keep the SGA_TARGET to any value you currently have.

    This will increase the SGA dynamically (SGA_TARGET) when the office application need and you no need to stop your database.

    It is always advisable to keep SGA_MAX_SIZE > SGA_TARGET.

    I hope this helps.

    Kind regards.
    Ludmilla amine
    http://oracleracexpert.blogspot.com
    [Click here to read installing and configuring ASM in 10g | http://oracleracexpert.blogspot.com/2009/08/install-and-configure-asmlib-in-10g.html]

    Published by: amine ludmilla on August 21, 2009 12:20

  • Difference between SGA_TARGET and SGA_MAX_SIZE

    Can someone explain to me what is the diference between

    SGA_TARGET and SGA_MAX_SIZE

    Thanks in advance.

    SGA_TARGET specifies the total size of all components of the SGA.
    SGA_MAX_SIZE specifies the maximum size of the SGA for the lifetime of the instance.

    Read the documentation:
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/initparams193.htm#sthref592
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/initparams192.htm#sthref590

  • SGA_TARGET and SGA_MAX_SIZE how to set minimum for pools

    Hello, we are on 10.2.0.4, Solaris 5.10. We use the EAMA, both SGA_TARGET and size SGA_TARGET are defined. Therefore, cache buffers, shared pool, large pool and pool of java are sized automatically. However, we have not all minimum values for people. How can I determine what should be the minimum value?

    Thank you!

    Hello
    To get the best of the EAMA, should be set to 0 and let the oracle to decide how many SGA_TARGET it distributes between the memory structures according to the load.
    If you really need the size of a minimum value, then this value is considered to be the minimum limit that is to say if you size db_cache_size = 1 g then it would be the lower limit. Then Oracle would be able to reduce db_cache_size up to 1 g.

    Size, use of commands such as:

    SQL > alter system set db_cache_szie = g 1 scope = spfile;

    Published by: Yasir Hashmi on October 13, 2010 10:27

  • SGA_TARGET and SGA_MAX_SIZE?

    Dear professional,

    I have been asked by my client, it asks me to install Oracle 11 g software on three servers. One server has 16 has another GB to 32 GB, and another has 64 GB of RAM? What would be the best swap size? How memory I need to assign to CMS? What will be the SHmax and Shmin, kernal parameter? Please advice...

    Thank you

    Sagar

    Hey Sam,

    You need to get more information of the client for the size of the SGA parameter - example

    (1) the number of users at the same time, they will use the database

    (2) is OLTP/OLAP or Dataware house

    After getting all the information - you can test load server test - then according to the advisers, we can tell how sga is necessary.

  • BlackBerry Smartphones Emails sent from the device is not displayed in the "sent"box and "BIS" question

    Dear all and Rim:

    New to the BB world, need more help...

    AOL mailbox to connect with 'Tour' with success, the service provided by Verizon.

    Emails sent from the device are not show to AOL "Sent Box" or "IMAP" Outlook Express / outgoing server "POP" record "SMTP."

    Really need copies of "Sent Box", thanks for the help!

    Also try to put in place 'BIS' accout, error message says:

    "Your account is not accessed through a browser HTML...".

    Please use your device to access the Black Berry Internet services"

    I used this link:

    https://bis.na.BlackBerry.com/HTML?brand=VZW

    Thank you,

    Jan

    For the mail issue seems to send me a copy is the only way to go, right?

    This would be a solution.

    And on the BRI, my test was on a PC, it did not work...  Anyway, I was going to connect to the BIS to work on my question above, but seems that it does not help now, then it does not matter if I enter or not.

    Well, it's quite strange... I just used who link me (from a PC) and get my BIS account very well. You can, however, use the interface for device BIS - watch this demo that I you provided above for instructions on this. BIS is simply a service provided by your operator. The PC/Web site method and device interface - these are simply two different interfaces in the same Department, so using one or the other is not serious... they cause the same thing.

    Good luck!

  • I recently dropped my laptop and it is weird, one day he int open up to 4 start times and sometimes it shows me a folder and a question mark in the interface and sometimes asked to reset my password, what are the steps to take?

    I recently dropped my laptop and it is weird, one day he int open up to 4 start times and sometimes it shows me a folder and a question mark in the interface and sometimes asked to reset my password, what are the steps to take?

    Anything can be corrupted on your MacBook Pro, but from what you say, it seems that the cable drive/SSD/flash memory/SATA hard was seriously damaged. Him "question mark" means that your Mac is unable to find any bootable device, meaning that it does not yet detect your OS X drive.

    You should make a backup of your files (if you can still do it) and take the Mac at the Apple Store or dealer to get a diagnosis. There may be several damaged parts.

  • Qosmio x 300-remote control and the console above the keyboard do not work

    Sorry for my bad English...

    I have a new Qosmio x 300-11 L and the problem is my remote control doesn t work. What can I make it work again? And the console above the keyboard doesn t too much work.
    Thanks for help

    Sascha

    Have you installed Windows yourself? Some drivers Toshiba important may be missing.

    Do you have XP or Vista?

  • How to recover the forgotten password if you have forgotten your password for the alternative account and the question secret

    Hi, I am unable to access my account of * address email is removed from the privacy *. I really need to return as soon as possible because I have a lot of important issues and contacts inside...

    Thank you!

    View all Windows Live and Hotmail questions in the appropriate forum found here:
    http://windowslivehelp.com/

  • Kindly unblock my account that I don't remember my email and Security Question.

    Kindly unblock my account that I don't remember my email and Security Question.

    I received important emails in the account. He has been blocked it for a month now.

    Kindly unblock as soon as POSSIBLE.

    I'll be very grateful.

    Thank you.

    Hello

    If you are referring to a Hotmail account, read this

    I'm sorry, but we cannot help with hotmail problems in Microsoft answers Feedback Forum you send to

    Please repost your question in hotmail in the hotmail link below forums

    http://windowslivehelp.com/product.aspx?ProductID=1

  • I forgot my password and secret question

    I firgot my password and my question secret, help me please

    Hi TUNCAYTUNCAY,

    ·          You are Ref Err by Windows password or password any program?

    See the link below to learn more about Microsoft support for forgotten passwords.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-security/keeping-passwords-secure-Microsoft-policy-on/024dd682-b3a4-4EA8-8E71-8e4892092a5e

  • WinXPsysytem: The upgrade and have questions

    Have a dell e521 that I train and some questions.  Have already updated to 3 GB of memory on x 86 operating system.  Bios version active what 1.1.6 4/7/2007.  Have checked Dells site and they offer a version of bios 1.1.11 released on 04/09/2007.  Having checked their previous versions and mine is not yet in there.  Don't know if I should go with the 1.1.11 version or stick with what is on mine, any suggestions?  Also, I put in a 500 GB seagate HDD.  Have a 80 GB drive there now which is pretty maxed out.  Playing with the idea to put xp pro on the 80 GB and using the programs and storage 500 GB.  I would like to know if it's a good idea or not!  Could use pointers and how much others who have more experience I have of course on my best options for installation.  for performance and features.  Thank you in advance, Ron.

    It's sad to say, you should probably have spent your money on a new computer rather than on the RAM and a new hard drive.  Windows XP (you posted in a forum of Windows XP, that's what I assume you have) will be supported is no longer starting in April 2014. This means no more security updates and therefore increases the vulnerability to malware.

    That said, your system now-updated can probably support Windows 7. You must run the Windows 7 Upgrade Advisor to check the remaining material.

    As you say, Dell does not list the intervening versions of BIOS with 1.1.4, 1.1.10, so unless someone at Dell or in the Dell forums can tell you what "improvements" in your version or with your version 1.1.10, you have no way of determining that. Based on omissions, I think there were only minor changes in these versions.

    Normally, I would leave the BIOS alone.  Note, however, that Dell "recommends" 1.1.10 be installed because
    The update contains improvements or changes that will keep your system current and compatible with other system modules (firmware, BIOS, drivers and software) software.
    If you want to stick with XP, I would leave the BIOS alone. If you want to install Windows 7 (assuming that there are Windows 7 drivers for all your hardware), I would Setup 1.1.11.  Be sure to read and follow instructions carefully.

    BTW, it's a little surprising that you only have a 80 GB drive.  CNET review of the Dimension E521 said he came with a 320 GB drive.

  • How can I change my HTTPS thing, so it isn't always pop up and ask questions about the sites Web secure when I play some games?

    Feel free to change the title

    How can I change my HTTPS thing, so it isn't always pop up and ask questions about the sites Web secure when I play some games?

    You're talking about Facebook?

    Try the gyration of the Secure Browsing

    http://www.Facebook.com/help?page=1079

Maybe you are looking for

  • application spoolsv.exe error.

    I have windows xp and I get the application spoolsv.exe error. It gives me the following message is displayed: the Instruction at 0x01fb0374 referenced memory at 0x1fed12c0 memory cannot be read. "I don't know what to do about this.  Help, please.  *

  • Image garden

    I use Image garden to create labels to DVD I use once a year for graduation DVD. However, I need a way to backup my labels for obvious reasons of hardware failures or operating system. Judging by a few other posts on this, he, incredibly appears as i

  • What happens to my files when I reinstall the operating system, after forgetting my password?

    Separated from this thread. What happens to my files when I reinstall the os?  they are always there?  are they all us date to reinstall substituted for their creation date?

  • Windows 8 does not recognize the photosmart 5510

    Cannot use my HP Photosmart since the installation of Windows 8. My pc does not recognize the printer.

  • Premiere Pro CS6 except error

    Hello.Sub error occurs. (windows 7 / 64-bit)Save as instead of save / server, storage (the ability to drive C enough) stored in the PC / name of the file in EnglishEven if the above method, is still, an error that is displayed all of the project at t