Memory issue, Oracle 10g in Solaris 10 zone

I know many memory questions have been asked, but I couldn't find any similar to the problem I'm seeing.
Starting from a fresh server boot, I have 12G of available memory, or nearly that anyway. Oracle 10g is installed with no databases created.
After creating a database and running a few sql scripts to create tablespaces and users, my available memory is down to 3.5G.
Rebooting the solaris zone containing Oracle does not restore any available memory. Shutting down the database does not restore any available memory.
Why does Oracle seem to absorb so much available memory and not release it? I created the database from scripts and restricted the overall sga by a good bit over the defaults and while this did reduce the memory the oracle processes use, I'm still seeing this continual absorption of memory to the point where running any imports takes forever because my memory seems to bottom out. I saw it go down (using top, and vmstat) to about 500M at one point.
Is there any utility that I can use, either solaris or sqlplus that will free up system memory?
Message was edited by:
tsmori

After creating a database and running a few sql scripts to create tablespaces and users, my available memory is down to 3.5G.
What are your settings fpr SGA_MAX_SIZE, SGA_TARGET and PGA_AGGREGATE_TARGET?
Shutting down the database does not restore any available memory.
Hmm that's really strange. We are running Oracle 9i on Solaris 10 Containers and didn't have any problems with memory leaks.
Dim

Similar Messages

  • Installation of Oracle 10g in Solaris 10 zones

    Hi Everybody,
    Is there any Documentation for Installation of Oracle 10g in Solaris 10 Zones.
    I am having multiple zones shared by one common SAN Storage.
    I want to install oracle 10g in one of the particular local zone.
    Regards,
    Prosenjit Mukherjee.

    Last time I looked at metalink the documentation said zones and containers were not supported. That may no longer be true so you should check there first.

  • How to install Oracle 10g on Solaris 10 non-global zone.

    Hi,
    I want to install Oracle 10g on Solaris non global zone with ASM.
    I need complete doc for doing the same.
    REgards
    S.Ali

    Check Oracle® Database Installation Guide 10g Release 2 (10.2) for Solaris Operating System.

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Oracle 10g on solaris 10 : kernel parameter warning

    I am installing oracle 10g on Solaris 10.
    I have a warning on kernel parameter missing (shminfo_shmmax for example) during the system check.
    I understood that with the 10 version of solaris these parameters are replaced by ressources control and I have checked them. They are correctly setted.
    Need I do something before continue the install to release the warning or can I bypass this issue and continue the install as I have no warning ?
    Thanks for your answers.
    Sorry for my english.

    You are right. Since Solaris 10 kernel parameters settings in /etc/system is obsolete and some parameters are deprecated.
    The steps how to configure required parameters you can find in my paper (step #1.): http://ivan.kartik.sk/oracle/install_ora10gR2_solaris.html
    I bypass this issue and continue the install as I have no warning You can safely bypass this issue during installation process but you should set these parameters after installation.

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error in Insallation of Oracle 10g in Solaris 5.9

    Hi,
    I am Installing oracle 10g in solaris OS.After completed the pre installation steps.I run the ./runInstaller command.But its showing error like this
    bash-2.05# ./runInstaller
    /export/home3/oracle10/install/.oui: syntax error at line 1: `(' unexpected
    I open the Script file also ...
    bash-2.05# cat runInstaller
    #!/usr/bin/sh
    # The environment variable $SRCHOME cannot be set during the installation
    unset SRCHOME
    AWK=/bin/awk
    BUNDLE=db
    OCR_LOC=/var/opt/oracle/ocr.loc
    LOCALONLY=local_only
    LOCAL=TRUE
    CMDDIR=`dirname $0`
    if [ "$CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relative path with fully qualified path.
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ]; then
    PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin:$PATH
    export PATH
    else
    PATH=$CMDDIR/install:/usr/bin:/usr/ccs/bin
    export PATH
    fi
    if [ x${LD_LIBRARY_PATH} != x ]; then
    LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    else
    LD_LIBRARY_PATH=/usr/lib
    export LD_LIBRARY_PATH
    fi
    # Determine whether there is an existing CRS or not.
    # Local is value of local_only in ocr.loc.
    # False means there is an existing CRS installation on the system.
    if [ -r $OCR_LOC ]; then
    LOCAL=`$AWK -F= /$LOCALONLY/'{print $2}' $OCR_LOC`
    fi
    case "$BUNDLE" in
    db)
    # One-click: only if there is no cmd line argument and it's not on CRS node
    if [ $# -gt 0 -o "$LOCAL" = "FALSE" -o \
    ! -r $CMDDIR/install/oneclick.properties ]; then
    $CMDDIR/install/.oui $*
    else
    $CMDDIR/install/.oui -oneclick
    fi
    crs)
    $CMDDIR/install/.oui $* -formCluster
    $CMDDIR/install/.oui $*
    esac
    Please tell me the solution asap.

    bash-2.05# ./runInstallerDon't install as root user.
    Did you install all important packages (listed in installation prerequisities)?

  • [Beginner Oracle 10g on Solaris 10]Script Root.sh asking road

    Hello,
    Need help please, Iam near the end of my installation Oracle 10g on Solaris 10, Oracle installer ask me to execute Root.sh, he ask me a path, suggesting me this road /usr/local/bin
    The message is Enter the full pathname of the local bin directory : usr/local/bin/ ?
    my path is
    $PATH=/usr/bin:/usr/dt/bin:/usr/openwin/bin/:usr/ucb
    $ORACLE_HOME=/export/home/oracle/oraInventory.
    This message follow after I executed orainstRoot.sh successfully.
    Thx for any help.
    Edited by: user583169 on Feb 24, 2009 1:41 PM

    This script asks for path where oraenv, coraenv and dbhome scripts should be copied/created.
    Default (suggested) path (full path to directory) is /usr/local/bin directory but you can specify your own directory.
    So you have at least two options:
    1. Use default location and put /usr/local/bin to your $PATH environment variable
    2. You can specify your own path which exists (is set) in $PATH variable (for example /usr/bin)

  • Doubts intalling Oracle 10G in Solaris 10.

    Hi Buddies;
    I'm installing Oracle 10g, in Solaris 10, first I uncompressed this file 10gr2_db_sol.cpio. Now, when I execute runInstaller I got this message:
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10 Passed
    Checking Temp space: must be greater than 250 MB. Actual 13289 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 13492 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Ch eck if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    What I supposed to do? Thanks for your help.
    Al

    Hi,
    look at:
    Re: Problem in adding database
    maybe it helps. It that thread I showed how I usually manage X11 window. Another way is to do everything silent with scripts as shown here:
    http://www.oratoolkit.ch/knowledge/howto/installation/eeSrv-10g-R2-on-Solaris-10-sparc.php
    That's my open source swiss army knife.
    Cheers,
    David
    OCP 9i / 10g / 11g

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

  • Oracle 10g under solaris 10.

    Hi people, i have installed a Oracle 10g under a solaris 10 zone.
    The installation was completed sucefull.
    but when i will try to startup the instance ...
    [ @ORCL]: ./sqlplus "sys/secure as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Sep 22 10:24:03 2005
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup nomount
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
    SQL> Disconnected
    I also have Oracle 10g installed an running, but under GLOBAL zone.
    There is any kind of restrinction ?
    Thanks !

    No, i couldn�t do this procedure.
    I installed the product using a custom response file.
    I have those vars.
    ORACLE_SID=ORCL
    ORACLE_HOME=/oracle/10.2.0/
    i already have a initORCL.ora
    My file contains:
    db_name=SOLARIS
    db_files = 80 # SMALL
    db_file_multiblock_read_count = 8 # SMALL
    db_block_buffers = 100 # SMALL
    shared_pool_size = 123232153 # SMALL
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    log_buffer = 32768 # SMALL
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    global_names = TRUE
    control_files = (oradata/ora_control1, oradata/ora_control2)
    The error that i posted in first post ocurrs when i try to startup the instance.
    Until now, i never ever saw a detailed document with a how to install Oracle 10g UNDER zones.
    In global zone, there are now problem :))
    Please, help-me :)
    Regards !

  • Help with Oracle 10G on Solaris 9

    This is a question that belongs to Oracle forum since I am only a Unix Administrator but work closely with some DBA's. I am installing Oracle Companion CD 10G on Solaris 9. The Oracle 10G software, I was able to install successfully in the past. The DBA's asked me to also install the companion CD for some added features.
    Currently, the system is running Oracle 9i on Solaris 9. I installed Oracle 10G on this test environment. I have ensured to change the .profile entries in Oracle 9i and use the Oracle 10G profile so they dont overwrite one another. I have also made sure not to overwrite any files such as "oraenv" etc during the install. The install of Oracle 10G was successful. The dba's that I am trying to help out asked me if I could also install Oracle 10G companion CD 64 bit version.
    I tried to install it by placing the path to Oracle 10G
    But when the prerequisites started, I got the following:
    "Oracle OHS Standalone can not be installed into an existing Oracle RDBMS 9.2.0.1.0 or higher Oracle home."
    Now I know that at that time, I had all the Oracle instances down on 9i so it wont interfere with 10G but why is it still seeing 9.2.??? What can I do to bypass this message so I can install the Companion CD? Any suggestions would be appreciated.
    Seyamak Shahrzad
    [email protected]
    Solaris Engineer
    Sun Certified System Admin
    EMC Certified Associate
    ########################################

    The issue is now resolved. I was selecting a different product for the install.
    Thank you.

  • Error while installing Oracle 10g on Solaris 9 x86

    Hi all,
    I got several error after install oracle 10g. After I run the root.sh. It prompt :
    Starting Oracle CSS service under init(1M)
    Expecting the CRS daemons to be up within 120 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    and when I start sqlplus, it prompt:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory
    and following the error message prompt every minutes.
    "oracle: (Oracle CSSD will be run out of init)"
    "root: Failure in CSS initialization opening OCR."
    I don't think reinstall oracle will solve my problem if I don't figure out what going wrong. Could anyone tell me what I need to do? Thanks very much for helping.
    Cheers,
    Alex

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle 10g on Solaris 5.10 x86

    Hi,
    I just tried installing oracle 10g(10.2.0.1) on my new machine(Sun solaris 10 x86) Intel 915 GAG with 512 RAM and 120GB SATA drive.
    After I started running ./runInstaller the following message came on console......
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.6 , 5.7 ,5.8 or 5.9. Actual 5.10
    Failed <<
    I think , if Oracle 10g is not yet certified to run on solaris 10x86.
    Please help me to proceed.
    Regards
    Deepak

    you have to try this:
    start ./runInstaller with option -ignoreSysPrereqs;
    you have also to choose: 'Do not create a starter database' by intallation;
    I think this will help you.
    wbr
    hans

Maybe you are looking for

  • Turn off notifications sounds at night? (Z3)

    Hi All I am a new proud owner of a Z3, I love it! Well apart from this.... I get woken up at night with Facebook notifications, emails and such buzzing and bleeping in the night. I cannot turn my phone on silent as i'm on-call for my job and need my

  • Can you have two "ipod" functions on one phone?

    I listen to self help audio (John Maxwell/Zig Ziglar type stuff) and sometimes I'd like to hop over to regular music and then be able to come back to my audio content without having to start over. Is there any way to have two ipod functions on the sa

  • Trouble with downloading itunes in windows 7 pro

    trying to download the new version of itunes into my toshiba laptop with Windows 7 pro and it is giving me a error message and will not download.  Any suggestions.

  • How to get the field name in the PAI

    Hello All. I have to run a FM on one of two fields in the screen. I don't want to write two different moudles to these fields like this:   FIELD scr100-lenum1   MODULE check_lenum1   ON REQUEST.   FIELD scr100-lenum2   MODULE check_lenum2   ON REQUES

  • Item Display Options in Portal

    Hi all I have Oracle Portal 10.1.4. In home Page I have Region type is Items. its contents as files (like : WordFiles ). when I want to Sort this Region it has only ( title & size ). Edit Item Region Item Display Options How sort items by ( Create Da