Skgm warning

Hello, I'm trying to decipher the following error message in
my ?/rdbms/ora_????.trc files:
/oras01/app/oracle/product/8.1.5/rdbms/log/ora_3580.trc
Oracle8i Enterprise Edition Release 8.1.5.0.1 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
ORACLE_HOME = /oras01/app/oracle/product/8.1.5
System name: Linux
Node name: ledzep
Release: 2.2.12-20
Version: #4 Thu Oct 14 15:01:58 CDT 1999
Machine: i686
Instance name: srv
Redo thread mounted by this instance: 0 <none>
Oracle process number: 0
3580
skgm warning: EINVAL creating segment of size 000000000673d000
fix shm parameters in /etc/system or equivalent
skgm warning: EINVAL creating segment of size 000000000673c000
fix shm parameters in /etc/system or equivalent
skgm warning: EINVAL creating segment of size 000000000673a000
fix shm parameters in /etc/system or equivalent
skgm warning: EINVAL creating segment of size 0000000006710000
fix shm parameters in /etc/system or equivalent
I'd love to fix the shm parameters but I'm not sure what values
to change. The only kernel parameters I've changed are in the
following header files:
# diff shmparam.h shmparam.h.orig
36c36
< #define SHMMAX 0x5e28800 /* max shared seg size
(bytes) */
#define SHMMAX 0x2000000 /* max shared seg size (bytes) */
# cd ../linux
# diff sem.h sem.h.orig
66c66
< #define SEMOPM 100 /* ~ 100 max num of ops per
semop call */
#define SEMOPM 32 /* ~ 100 max num of ops per semop call */
The database starts up ok, and seems to be functioning normally,
but it still outputs this message. Any idea how to go about
fixing it?
Another, less troublesome, but still annoying message appears in
the alert logs:
Load Indicator not supported by OS !
Is there any way to make that one go away?
John Ross Hunt
SRV Network, Inc.
[email protected]
null

We have multiple instances running. Here is what our /etc/system file looks like if it helps....
* Lines below added for Oracle installation
*set shmsys:shminfo_shmmax=268435456
* Increase shmmax to fit more db instances
set shmsys:shminfo_shmmax=402653184
set shmsys:shminfo_shmmin=200
set shmsys:shminfo_shmmni=200
set shmsys:shminfo_shmseg=200
set semsys:seminfo_semmns=870
* set semsys:seminfo_semmns=500
set semsys:seminfo_semmni=500
set semsys:seminfo_semmsl=500
set semsys:seminfo_semmnu=500
set semsys:seminfo_semume=100
set semsys:seminfo_semmap=250

Similar Messages

  • While creating DB using DBCA getting ORA-27102: out of memory in Linux

    Hi All,
    I am working on 11.2.0.3 oracle Redhat linux. I am getting error "ORA-27102: out of memory" while creating a new database using dbca
    Below are the DB ans OS details. Please check it and let me know what i need to do to overcome this issue.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    $uname -a
    Linux greenlantern1a 2.6.18-92.1.17.0.1.el5 #1 SMP Tue Nov 4 17:10:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    $cat /etc/sysctl.conf
    # Controls the maximum shared segment size, in bytes
    kernel.shmmax = 68719476736
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    kernel.shmall = 2097152
    kernel.shmmax = 4294967295
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.core.rmem_default = 4194304
    net.core.wmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_max = 1048576
    fs.file-max = 6815744
    fs.aio-max-nr = 1048576
    net.ipv4.ip_local_port_range = 9000 65500
    $free -g
    total used free shared buffers cached
    Mem: 94 44 49 0 0 31
    -/+ buffers/cache: 12 81
    Swap: 140 6 133
    $ulimit -l
    32
    $ipcs -lm
    Shared Memory Limits
    max number of segments = 4096
    max seg size (kbytes) = 4194303
    max total shared memory (kbytes) = 8388608
    min seg size (bytes) = 1
    Also created a trace file under trace loction and it suggesting to changes shm parameter value. but i am not sure which parameter (shmmax or shmall) and value i need to modify.
    below are trace file info
    Trace file /u02/app/oracle/diag/rdbms/beaconpt/beaconpt/trace/beaconpt_ora_9324.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u02/app/oracle/product/11.2.0.3
    System name: Linux
    Node name: greenlantern1a
    Release: 2.6.18-92.1.17.0.1.el5
    Version: #1 SMP Tue Nov 4 17:10:53 EST 2008
    Machine: x86_64
    Instance name: beaconpt
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 9324, image: oracle@greenlantern1a
    *** 2012-02-02 11:09:53.539
    Switching to regular size pages for segment size 33554432
    Switching to regular size pages for segment size 4261412864
    skgm warning: ENOSPC creating segment of size 00000000fe000000
    fix shm parameters in /etc/system or equivalent
    Please let me what are the kernel parameter values i need to chage to work this.
    Thanks in advance.

    Yes it is same question, but i didn't have any solution there and still looking for some help. the solution it was provided in the last post is not working and getting the same error even with less thn 20% of memory. Please let me know how to overcome this issue.
    Thanks

  • Max-shm-memory Problem - out o memoy. No space on device

    Hi Everyone,
    First time post.  I'm a UNIX SA tying to troubleshhot the problem:  On Solaris 10.
    SQL> startup pfile=inittest1.ora
    ORA-27102: out of memory
    Solaris-AMD64 Error: 28: No space left on device
    SQL>
    u01/app/oracle/admin/dd00lod1/udump/dd00lod1_ora_25782.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u01/app/oracle/product/10.2.0.4
    System name:    SunOS
    Node name:      reuxeuux1089
    Release:        5.10
    Version:        Generic_147441-10
    Machine:        i86pc
    Instance name: dd00lod1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 25782, image: oracle@reuxeuux1089
    skgm warning: ENOSPC creating segment of size 0000000005800000
    fix shm parameters in /etc/system or equivalent
    We have tied modifying the max-shm-memory settings, but no joy !  Please assist if you can.
    Thanks
    Amreek
    prctl -n project.max-shm-memory -i project 100
    project: 100: ORACLE
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
            privileged       124GB      -   deny                                 -
            system          16.0EB    max   deny

    consider  to Read The Fine Manual; INSTALLATION GUIDE

  • Fix shm parameters in /etc/system

    Got this message:
    skgm warning: EINVAL creating segment of size 000000000202a000
    fix shm parameters in /etc/system or equivalent
    in my ora_XXXX.trc with various sizes about a hundred times and then an out of memory error on my java stored procedure.
    Any clue what the linux equivalent to "shm parameters in /etc/system" would be appreciated.
    TIA - Craig

    Manoj,
    Which changes do you see?
    Use tmpfs, change the base address or use bigpages?

  • What is the problem---"Load Indicator not supported by OS !"

    I found a lot of error messages in
    $ORACLE_HOME/admin/$ORACLE_SID/bdump/pmon_DDD.trc today.
    Where, DDD is a 3 or 4-digit number.
    All the messages are the same, "Load Indicator not supported by
    OS!":
    *** SESSION ID:(1.1) 1999.11.18.18.48.02.435
    OER 536879337 in Load Indicator : Error Code = 587494760 !
    *** 1999.11.18.18.48.43.590
    Load Indicator not supported by OS !
    *** 1999.11.18.18.49.18.690
    Load Indicator not supported by OS !
    *** 1999.11.18.18.49.52.460
    Load Indicator not supported by OS !
    *** 1999.11.18.18.50.26.230
    Load Indicator not supported by OS !
    *** 1999.11.18.18.51.00.000
    Load Indicator not supported by OS !
    *** 1999.11.18.18.51.33.770
    Load Indicator not supported by OS !
    *** 1999.11.18.18.52.07.540
    Load Indicator not supported by OS !
    I checked our another Oracle 8i server, the error occurs too.
    My systems are all Redhat 6.1, glibc 2.1.2.
    The Oracle Server is Oracle 8i 8.1.5 for Linux, Enterprise
    Edition, and with the latest patch.
    What's wrong?
    null

    I agree. Could it be the shm settings in the hernal itself? I
    recall some suggested mods in the release docs.
    Shane Quigley (guest) wrote:
    : I don't think that this change will make any significant
    : improvement with the problem at hand. It seems that there is a
    : background process that try to call the "Load Indicator"
    : periodically at intervals of about a second. I have this
    : problem as well and the problem goes beyond they process
    monitor
    : (pmon) it seems as though the server logs the problem as well
    : the error is as follows:
    : skgm warning: EINVAL creating segment of size 0000000000370000
    : fis the shm parameters in /etc/system or equivalent.
    : I don't know if this helps any but all I know is that changing
    : the specification of the location of the control files will not
    : change anything. If no path is set when specifying the
    location
    : ie. control_files=(control01.ctl,control02.ctl)
    : then the default path is chosen. By explicitly setting the
    path
    : ie. control_file=
    : (/database/db1/control01.ctl,/database/db1/control02.ctl)
    : just allows you to specify a location that does not exist in
    : your current path.
    : If you have any further information regarding the problem
    please
    : let me know. In my configuration the control files have their
    : entire path specified and I still get this problem.
    : PS. Do you know if this problem could cause the OS to crash?
    : Wiwih Gunadi (guest) wrote:
    : : The problem is with your
    : : initSID.ora file in $ORACLE_BASE/admin/$ORACLE_SID/pfile
    : : directory.
    : : edit this file and find the "control_file" parameter
    : : most likely what you have there doesn't match your
    : : actual control file names
    : : mine says:
    : : control_file=(ora_control1, ora_control2)
    : : i changed it to:
    : : control_file=(/your/oracle/base/oradata/control01.ctl,
    : : /your/oracle/base/oradata/control02.ctl)
    : : then the database will mount correctly, but I still can't
    : : open it because of error ora-01571 something about redo logs
    : : being incompatible.
    : : Hope this helps,
    : : G. Young (guest) wrote:
    : : : I found a lot of error messages in
    : : : $ORACLE_HOME/admin/$ORACLE_SID/bdump/pmon_DDD.trc today.
    : : : Where, DDD is a 3 or 4-digit number.
    : : : All the messages are the same, "Load Indicator not
    supported
    : by
    : : : OS!":
    : : : *** SESSION ID:(1.1) 1999.11.18.18.48.02.435
    : : : OER 536879337 in Load Indicator : Error Code = 587494760 !
    : : : *** 1999.11.18.18.48.43.590
    : : : Load Indicator not supported by OS !
    : : : *** 1999.11.18.18.49.18.690
    : : : Load Indicator not supported by OS !
    : : : *** 1999.11.18.18.49.52.460
    : : : Load Indicator not supported by OS !
    : : : *** 1999.11.18.18.50.26.230
    : : : Load Indicator not supported by OS !
    : : : *** 1999.11.18.18.51.00.000
    : : : Load Indicator not supported by OS !
    : : : *** 1999.11.18.18.51.33.770
    : : : Load Indicator not supported by OS !
    : : : *** 1999.11.18.18.52.07.540
    : : : Load Indicator not supported by OS !
    : : : I checked our another Oracle 8i server, the error occurs
    too.
    : : : My systems are all Redhat 6.1, glibc 2.1.2.
    : : : The Oracle Server is Oracle 8i 8.1.5 for Linux, Enterprise
    : : : Edition, and with the latest patch.
    : : : What's wrong?
    null

  • Removing Resolution Warning?

    So I've bought an Apple mini-DVI to video adapter so I can use front row on my TV. One caveat - when I try to use any photos in front row, it will hang indefinately because iPhoto will open and display a warning that my output resolution is too low. No kidding... it's connected to a 10 year old TV. So I was wondering if there was any possible way to disable this warning permanently so I can use front row without having to get up and close the warning every time.
    Thanks!
    -Chris

    Output resolution too low...of the decade old boob-tube, huh? It's a shot in the dark, but apparently the resolution of the TV isn't compatible with the hardware/software mix.
    I've never tried it, but perhaps resizing the images to a lower resolution might help? Maybe make a smart album of a test set of images. Dupe them and resize them to, what? 36ppi or something. Give that a shot?
    Hope that helps!
    Scott

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Warning message in ALV report

    Hi Experts,
    In ALV report i am getting warning like
    " Field string LS_HEADER is not referenced statically"
    Actually i declared this field as "DATA: ls_header TYPE slis_listheader.".
    How to correct this warning message.
    Thanks in advance.
    Thanks,
    Madhu.

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • Warning message in BW Report  through Portal

    Friends,
    I really need your help to remove the waring message.
    For the purpose of changing the description on the Selection screen from “Cost Cetnters (Authorised Values)” to “Funds Centers” I had changed the ZCCTRATI variable description to Funds Centers
    Issue:
    When we open the old report we see the following information message.
    " Value if variable ZCCTRAT1 is automatically converted
    I did go to TC RSRT as of Dinesh,Vijay advice ,Just want to know that what message i need to Click .because i could nt find the relevant message
    Can u help me how to remove this ?

    Hi Manohar,
    Edit to add: Here I assume you have a Web Application Designer (WAD) report.
    You can suppress system and warning messages in WAD. Try this and see if it helps.
    - Go to your WAD report
    - In the top part of the properties window there is a drop down box. Open this box and select the top level entry there. This should be the name of your report.
    - Click Web Item
    - Check the following two checkboxes: "Do not Display System Messages" and "Do not Display Warnings".
    Hope this helps,
    Regards,
    Petter
    Message was edited by: M Petter

  • How to disable IE Security Warning on opening a "local" visio file with Visio Viewer ActiveX?

    Hello all,
    Everyone knows that Microsoft released ActiveX based Visio Viewer for free and allow the users to open Visio drawing and view/print via IE browser.
    The problem that I am facing is that some users are complaining about IE browser's security warning on "active content to run in files on My Computer".
    It means that opening .VSD files from the network, internet, intranet would be all OK but if the user wants to open .VSD files from the local hard drive (or open it as a mail attachment, which will extract it to a temp folder), it prompt the user to select "Allow Blocked Content" EVERYTIME they open them.
    I know that I can GLOBALLY disable this warning by going through Tools - Internet Options - Security section and enable "Allow active content to run in files on My Computer" but I hope that there is a way (or workaround) to allow them by file type or location, etc.
    Questions:
    1. Is there any way to disable those warning for all .VSD only while we still UNCHECK the option on Internet Options?
    2. Is there any 3rd party Win32 based viewer which wouldn't have those restriction?
    3. Is it safe assumption that McAfee VirusScan and Host IPS protection is sufficient enough to remove the IE's security warning feature?
    Thanks in advance?
    Young-

    Are you able to host/launch the VSD file via an HTM page? In that case you can format the HTM page as shown below. This will trick IE into thinking it is loading the file off of a website. Commonly called 'mark of the web'.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    </html>

  • HT204406 I am having a very difficult time with accessing my music from the cloud.  I need to have itunes open on my laptop in order for it to work.  And as soon as I close out itunes on my laptop, it gives me a warning that all users will be logged out. 

    I am having a very difficult time with accessing my music from the cloud.  I need to have itunes open on my laptop in order for it to work.  And as soon as I close out itunes on my laptop, it gives me a warning that all users will be logged out.  Help!!!

    Where are iTunes files located?
    No, I do not mean just the music.  Copying just the media/music files or the media folder creates problems.

  • My safari isnt working. Everytime i open it it gives me a warning and then it immediately closes. How do i fix it?

    i need help

    What is the warning message you receive? What model Mac do you have and what OSX are you running? Please provide more details.

  • XML Publisher Report Finished in Warning 11i EBS HRMS

    Hi there
    I have developed XML Publisher Report using Developer 6i Data Module, this report works fine for specific sets of records. but When I run this report for All Companies This Report Finished in Warning.
    Note: XML Data is generated in this report I can see the XML Data in explorer.
    This report is for Oracle 11.5.10.2 (HRMS)
    Oracle XML Publisher 5.6 Build 45
    ++++++++++++
    AND When I load this XML file into Template at MS Word, I loaded Successfully and When I try to get the PREVIEW, I GET the following ERROR
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: M:\ATCO\Disco\Employee Profile Report\Defect\119\XXPEREMPPROFILE4.xml
    FOProcessor setLocale: en-us
    Regards
    ASIM

    Is the XML file Complete with all tags closed? Issues with Oracle prevent the completion of the XML file. It truncates in between and hence is not parsed successfully by the XML Template.
    Also, try setting the following to 'TRUE' under XML Publisher Administrator>Administration Tab
    1) Use XML Publisher's XSLT processor.
    2) Enable scalable feature of XSLT processor.
    3) Enable XSLT runtime optimization.
    Thanks, Naveen Gagadam.

  • Using a family members iPad with my apple ID to watch a tv show I have purchased on my brothers device - get 90 day download warning - why?

    I live in Texas and am visiting my family in Georgia.  I didn't travel with my iPad as there are 4 at home I can use.  I sign my brothers Apple ID out in the iTunes Store sign in as myself and attempt  to watch a tv show I have purchased  and get the for 90 days you can't download anything form iTunes to this device with a different  apple ID warning.  Why can't I just stream this tv show on my brothers device since I have purchased it on my device and am logged into iTunes on my brothers device with my apple ID? What a pain in the as?. 

    First of all would not be streaming the show on his iPad, you would be downloading a purchased item on his iPad for free. And it is something that was not purchased with his ID. It was purchased with your ID. I believe that Apple does that to prevent users from giving each other purchased content without buying it on their own. That's my take anyway.
    You can read about associating a device with another iTunes account here.
    iTunes Store: Associating a device or computer to your Apple ID.

  • Error message into warning message KO450

    Hi,
    There are  unsettle RA  value in project PAD-9114. Because of  this unsettle RA  value in  the project  we are not able to  close the project and receiving error message like below:
    1.There is still WIP for wbs
    2.Balance of  wbs is not zero.
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    How  to change  above  error message   into warning message so that   it will allow us to  close  the project.
    With regards,
    V.krishnamoorthy

    Hi,
    Thanks  for your answer. But still i am receiving the same error
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    With regards,
    V.krishnamoorthy

Maybe you are looking for

  • How can I REALLY downgrade my iCloud storage?  HELP!

    How can I REALLY downgrade my iCloud storage?  Apple is trying to scam ppl out of $$. They will NOT allow you to downgrade per their instructions.  It ALWAYS says the iCloud manager is not available, try later.  Here is what my email says: This is a

  • Can not update itunes

    ATI Technologies Inc., ATI Radeon Xpress 1250 these are my diagnoses i've tried everything i can find on here and nothing is working! it's saying it can not conect to the itunes update server i've tried the command prompts, turning off firewalls, sec

  • Is Microsoft Lumia 535 worth it?

    Hi I'm from Philippines and I'm planning to buy a Lumia 535 next month... but I'm worried because almost all of the reviews said that it has touch issues and I'm afraid that When I buy I will also get a defective Unit with touch issues too. This is m

  • How do I get Firefox to remember my ID and password once I said no do not remember and now I want it to remeber.

    I want firefox to remember my ID and password on certain accounts that I said no to in the past.

  • Updating Custom table when updating infotype

    HI A custom transaction needs to be created for maintenance of the table in future as the values could change. Whenever infotype 0015 values are changed are updated this custom table  values should need to update.Could you please suggest me..