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

Similar Messages

  • Solution (sort of) to "Load Indicator not supported by OS" problem

    During database creation, even if you choose "Dedicated Server Mode" instead of "Shared Server Mode" (for MTS), you will actually be using dedicated server processes for Net8 BUT you will still use MTS for IIOP connections. That's why you have those MTS_ entries in your INIT.ORA file.
    The reason is IIOP connections to 8i can only be done with MTS.
    So, if you are not interested or will not use 8i to handle IIOP connections (in that case, maybe stick with 8.0.5 or use OAS ), comment out all MTS entries in your INIT.ORA file, restart the instance / database.
    You will then notice that the alert log has no more "Load Indicator not supported by OS" entries, while the pmon trace file will have only one entry for that message, just after startup, but never again.
    If you are interested on IIOP connections ( e.g.: the reason you chose 8i instead of 8.0.5 and OAS ), then I think Oracle is the only one who can answer this problem. Or maybe somebody with a support contract with Oracle can ask Oracle about this.
    So what does the error message mean? From what I have read, an 8i listener registered with multiple 8i dispatchers chooses the dispatcher that has the least load.
    However, even if I specify in my INIT.ORA that there is only one dispatcher (therefore assuming that it won't have to check the load of the dispatcher since there is only one to choose from), it still generates the error message.
    John Salvo

    If anyone knows any better about what I wrote, please let me and everyone else in this forum know.
    I will be adding this to my Linux 8i Installation Page:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html
    John Salvo
    null

  • To get rid of "Load Indicator not Supported by OS!" - del MTS if u r not into IIOP.

    During database creation, even if you choose "Dedicated Server Mode" instead of "Shared Server Mode" (for MTS), you will actually be using dedicated server processes for Net8 BUT you will still use MTS for IIOP connections. That's why you have those MTS_ entries in your INIT.ORA file.
    The reason is IIOP connections to 8i can only be done with MTS.
    So, if you are not interested or will not use 8i to handle IIOP connections (in that case, maybe stick with 8.0.5 or use OAS ), comment out all MTS entries in your INIT.ORA file, restart the instance / database.
    You will then notice that the alert log has no more "Load Indicator not supported by OS" entries, while the pmon trace file will have only one entry for that message, just after startup, but never again.
    If you are interested on IIOP connections ( e.g.: the reason you chose 8i instead of 8.0.5 and OAS ), then I think Oracle is the only one who can answer this problem. Or maybe somebody with a support contract with Oracle can ask Oracle about this.
    So what does the error message mean? From what I have read, an 8i listener registered with multiple 8i dispatchers chooses the dispatcher that has the least load.
    However, even if I specify in my INIT.ORA that there is only one dispatcher (therefore assuming that it won't have to check the load of the dispatcher since there is only one to choose from), it still generates the error message.
    John Salvo

    Unfortunately, the RAM shortage on my PC mandates the use of MTS. I've modified the
    startup procedures to clean up the trace & log files, so my filesystem doesn't get filled up to the brim. I can live with the few messages in my trace & log files.

  • 8i: Load Indicator not supported by OS!

    I get a message in my PMON background dump file that
    reports 'Load Indicator not supported by OS!'. I am not sure
    what this is referring to, what the impact is on the stability
    of the instance, or what to do about it.
    I am running Oracle8i 8.1.5.0.1 (yes, the new patch) on RedHat
    6.0. I got the same message prior to installing the patch. I
    even built a new database to see if it was related to 8.1.5.0.0,
    but I still get the same thing. The problem occurs even with no
    one connected to the instance (there is only one instance on
    this machine). The error message keeps repeating and the dump
    file keeps growing.
    Is anyone else seeing this? Is there something I need to
    configure into my kernel? I am running kernel version 2.2.10
    configured for SMP on a dual processor Pentium III system.
    Here is the contents of my PMON dump file:
    ---- cut ----
    Dump file /u01/app/oracle/admin/test1/bdump/pmon_882.trc
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    ORACLE_HOME = /u01/app/oracle/product/8.1.5
    System name: Linux
    Node name: skinner.smiley.com
    Release: 2.2.10-smp-1
    Version: #6 SMP Fri Aug 6 01:02:58 MYT 1999
    Machine: i686
    Instance name: test1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 2
    Unix process pid: 882, image: [email protected] (PMON)
    *** SESSION ID:(1.1) 1999.08.20.23.28.45.422
    OER 536879337 in Load Indicator : Error Code = 537937328 !
    *** 1999.08.20.23.29.26.111
    Load Indicator not supported by OS !
    *** 1999.08.20.23.29.59.881
    Load Indicator not supported by OS !
    *** 1999.08.20.23.30.33.651
    Load Indicator not supported by OS !
    <message repeats indefinitely>
    ---- cut ----
    null

    Robert Folmer (guest) wrote:
    : I am seeing the same error. Also got it before and after the
    : patch. Seems to create a dump file every time I start the
    : database. I have not changed any kernel memory params yet
    : (shmmax, etc) , so I will probably try that soon to see if it
    : helps.
    : John Smiley (guest) wrote:
    : : I get a message in my PMON background dump file that
    : : reports 'Load Indicator not supported by OS!'. I am not
    sure
    : : what this is referring to, what the impact is on the
    stability
    : : of the instance, or what to do about it.
    : : I am running Oracle8i 8.1.5.0.1 (yes, the new patch) on
    RedHat
    : : 6.0. I got the same message prior to installing the patch.
    I
    : : even built a new database to see if it was related to
    : 8.1.5.0.0,
    : : but I still get the same thing. The problem occurs even
    with
    : no
    : : one connected to the instance (there is only one instance on
    : : this machine). The error message keeps repeating and the
    dump
    : : file keeps growing.
    : : Is anyone else seeing this? Is there something I need to
    : : configure into my kernel? I am running kernel version
    2.2.10
    : : configured for SMP on a dual processor Pentium III system.
    : : Here is the contents of my PMON dump file:
    : : ---- cut ----
    : : Dump file /u01/app/oracle/admin/test1/bdump/pmon_882.trc
    : : Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    : : With the Partitioning and Java options
    : : PL/SQL Release 8.1.5.0.0 - Production
    : : ORACLE_HOME = /u01/app/oracle/product/8.1.5
    : : System name: Linux
    : : Node name: skinner.smiley.com
    : : Release: 2.2.10-smp-1
    : : Version: #6 SMP Fri Aug 6 01:02:58 MYT 1999
    : : Machine: i686
    : : Instance name: test1
    : : Redo thread mounted by this instance: 0 <none>
    : : Oracle process number: 2
    : : Unix process pid: 882, image: [email protected]
    (PMON)
    : : *** SESSION ID:(1.1) 1999.08.20.23.28.45.422
    : : OER 536879337 in Load Indicator : Error Code = 537937328 !
    : : *** 1999.08.20.23.29.26.111
    : : Load Indicator not supported by OS !
    : : *** 1999.08.20.23.29.59.881
    : : Load Indicator not supported by OS !
    : : *** 1999.08.20.23.30.33.651
    : : Load Indicator not supported by OS !
    : : <message repeats indefinitely>
    : : ---- cut ----
    According to my information, which was obtained in a private
    conversation, the new Oracle8i feature that is supposed to
    help with load balancing, namely the resource allocation plans,
    uses a facility that doesn't exist on Linux. As those resource
    plans are checked frequently by PMON, the message is being
    constantly reiterated. You can limit the size of a trace file
    to 10k and the message will stop. It would be nice to have a
    parameter to disable this feature.
    null

  • 8.1.5.0.2 patch does NOT fix "Load Indicator not supported by OS"

    Well, I was hoping it did. Anyone else who experienced otherwise, please post.
    However, it did fix the problem in the pmon trace file of:
    OER 536879337 in Load Indicator : Error Code = 570716328 !
    ... whenever starting an instance. This error does not happen anymore.
    null

    recieved the same error
    8.1.5.0.2
    Load Indicator not supported by OS !
    *** 1999.12.31.11.16.13.768
    Load Indicator not supported by OS !
    *** 1999.12.31.11.16.47.538
    Load Indicator not supported by OS !
    anyone have an idea

  • "Load Indicator not supported by OS !" messages

    Hello,
    I'm running a 8.1.5.0.2 Oracle8i database on a Mandrake 7, and i get loads of these messages : 'Load Indicator not supported by OS !' in the logs. ( "loads of" meaning about every 30 seconds...)
    How can I get rid of these ?

    I Have The same Problem,But i Already commented All The entries For "Mts" In My INITxxx.ORA
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jmsalvo (John Salvo):
    Check my help page:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html <HR></BLOCKQUOTE>
    null

  • Alert log message : Load Indicator not supported by OS

    I am running Oracle 8.1.5 on Red Hat Linux 6.1 , I am getting an alert message
    "Load Indicator not supported by OS"
    Kindly help me urgently on the below email address
    [email protected]
    Thanks

    Try turning of the Multi-threaded server option (i.e. comment out "mts" references in the init[SID].ora file). This appears to be an MTS-related bug.
    HTH
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by (Viral Shah):
    I am running Oracle 8.1.5 on Red Hat Linux 6.1 , I am getting an alert message
    "Load Indicator not supported by OS"
    Kindly help me urgently on the below email address
    [email protected]
    Thanks<HR></BLOCKQUOTE>
    null

  • Init.ora error: Load Indicator not supported by OS

    I am getting this error dumped into my init'instance'.ora file
    every 34 seconds. Has anyone seen this before?
    Tue Sep 14 16:02:26 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:03:00 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:03:34 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:04:07 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:04:41 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:05:15 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:05:49 1999
    Load Indicator not supported by OS !
    Tue Sep 14 16:06:23 1999
    Load Indicator not supported by OS !
    Any help, guesses and all, would be welcomed.
    Jeff
    null

    Jeff Wiegand (guest) wrote:
    : I am getting this error dumped into my init'instance'.ora file
    : every 34 seconds. Has anyone seen this before?
    : Tue Sep 14 16:02:26 1999
    : Load Indicator not supported by OS !
    : Tue Sep 14 16:06:23 1999
    : Load Indicator not supported by OS !
    Yes, them are here. Not in init'instance'.ora, but in
    alert_instance.log and pmon_pid.trc. Every 34 secs.
    And as I can see, many people have that "trouble", I'm
    also have. This thread was waked up about month ago without
    any clarification/solutions...
    null

  • Any word on 'Load Indicator Not Supported' error?

    Has anyone figured this one out yet? According to the Admin
    Guide, the MAX_DUMP_FILE_SIZE will only control the trace files,
    not the alert file. It CAN be safely deleted, even with the
    instance up.
    What a pain :(
    null

    I also have this problem and it is sort of solved by disabling the Multi Threaded Server option.
    Solution #1
    Disable MTS by removing the parameter MTS_SERVERS from the init.ora file and any other MTS parameters
    Note: You will still get the Load indicator error by it will not repeat in your alert log file. and it appears only at startup for the database
    Solution #2
    If you absolutely need MTS then set the init.ora parameter MAX_DUMP_FILE_SIZE very large so that your server will not crash by populating your alert.log file with the load indiator error and periodically clean the log out.

  • Error "Load indicator not supported by OS"

    Hello all,
    im runnin 8i on Suse 6.2 (2.2.12).
    Always when i start the server as an mts he fills up the alert log with messages like menioned above.
    Just a time and this string and that nearly all 30 secs. The server is up and running but why does he do that. so i have to delete the alert log every morning cause there are about 200k log per day.
    When i stop the server and get it up as anon mts everything is fine.
    Any suggestions?
    Li

    I also have this problem and it is sort of solved by disabling the Multi Threaded Server option.
    Solution #1
    Disable MTS by removing the parameter MTS_SERVERS from the init.ora file and any other MTS parameters
    Note: You will still get the Load indicator error by it will not repeat in your alert log file. and it appears only at startup for the database
    Solution #2
    If you absolutely need MTS then set the init.ora parameter MAX_DUMP_FILE_SIZE very large so that your server will not crash by populating your alert.log file with the load indiator error and periodically clean the log out.

  • What is the problem with addons not installing

    We are regularly running into an issue where installing adobe flash player is not installing the browser plugin for both FF and IE. I have used information from a non-english forum post that i forgot to bookmark to try and resolve the problem but can no longer find it. The forum post basically said that sometimes explorer.exe will lock the system32 folder during the install causing it not to copy the browser files.
    I have installed and un-installed the following versions of flash
    15.0.0.167     IE
    15.0.0.152     FF
    14.0.0.125     IE and FF
    13.0.0.182     IE and FF
    I have used the MSI packages to deploy through GPO, Manual install, and MSIEXEC via a 3rd party tool.
    I have tried the web installer
    I have also tried disabling and removing our secure endpoint solution
    we are constantly plagued by the installs completing but never installing the browser plugins. I have been removing the anti-virus, then removing flash player, then starting the installer, then killing explorer.exe- letting the installer run then rebooting and re-installing the AV. THIS ONLY WORKS SOMETIMES AND CAN TAKE 4+ HOURS AT A REMOTE SITE.
    I have 500+ computers to maintain flash installs on- I NEED HELP
    we are using a mix of ie 7,8,9,10,11 and ff 3,17,24,31 windows XPSP3 windows 7sp1 domain environment.
    The problem seems to show up the most on WIN7 IE10 IE11 machines.
    We are also constantly battling content our partners post prompting our users to update flash player saying it is out of date. They are unable to do so and we have had this happen even when the install is one patch revision behind the newest- the content is then never delivered and requires our staff to manually update the machine. I am conviced this is a configuration on the web server or page hosting the content- does anyone know how to stop this?

    We make a number of packages available specifically for centralized distribution by IT organizations.
    Redistributing FlashPlayer requires that you apply for a free distribution license, but it's pretty painless:
    Adobe Flash Player Distribution | Adobe
    Once your application is approved, you will be granted access to the repository where the distribution packages live.
    There's a System Administration Guide here that offers recommendations on how to manage Flash Player distribution in your organization:
    Adobe Flash Player Administration Guide for Flash Player | Adobe Developer Connection
    If you would like to be notified when security updates are available for Adobe products so that you can push them out to your users in a timely manner, you can sign-up for alerts here:
    Adobe - Security Notification Service
    Typically we're aligned with Patch Tuesday, but in the event of a 0-day, notifications are definitely handy.
    Thanks!

  • Load Indicator not supported by OS!

    I cannot get rid of above message in my
    alert_ORCL.log. What does it mean ???

    ORacle can forward this patch to you.
    However after I applied patch I still get
    OS not supported. I would suggest waiting for 8.1.7 which is due for release in a few weeks.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Adam Jablonski ([email protected]):
    I cannot get rid of above message in my
    alert_ORCL.log. What does it mean ???<HR></BLOCKQUOTE>
    null

  • "Load Indicator not supported by OS!" alert

    The message in the subject is posted to the
    alert log by PMON every 30 seconds or so.
    How can I get rid of it? Trawling through
    the docs and this site is giving me no
    clues at all...

    I do have the same problem and am on the desk now, but, sorry, no solution right now !!
    (Linux Redhat 6.2 & Oracle 8.1.5.0.0 ).
    Did U look for any patches to apply on your linux environnement and stilll have the problem ?? (ftp.oracle.com/pub/www/otn/linux)
    null

  • URGENT : Load Indicator not supported by OS !

    i'm on suse 7.0
    kernelversion 2.2
    oracle 8.1.6
    i've this error message on startup
    any help please !!

    I have the same error msg. I opened a tar a while ago with oracle and was told to ingore it. You can look at my tar to find out all the details of how to make sure you set up a cron job to delete these pmon*.trc files from your os so the file system doesn't fill up. But basically it's nothing to worry about. I was told they would get rid of the message in future releases.
    TAR: 1874896.996

  • My July 2009 iMac with OSX Mavericks "iMac is not supported" when I tried to perform bluetooth with my iPhone 5. What is the problem. thanks

    My July 2009 iMac with OSX Mavericks "iMac is not supported" when I tried to perform bluetooth with my iPhone 5. What is the problem. thanks

    Bluetooth is only supported for tethering.
    Barry

Maybe you are looking for

  • How to print line item 2times in two different main window in Sap Script

    Hi, I am designing check printing form using Sap script. I need to print line items 2times in different 2main window.can yu pls explain  how print like this. JK

  • How to parse multiple xml documents from single buffer

    Hello, I am trying to use jaxb 2.0 to parse a buffer which contains multiple xml documents. However, it seems that it is meant to only parse a single document at a time and throws an exception when it gets to the 2nd document. Is there a way I can te

  • IMessages sending to iPhone without data/wifi

    Hi all, When I text my friend with my iPhone it goes through and says "delivered" however it is sending through as iMessage. My friend however has no data plan. I thought it was when she had wifi but the times I texted, she didn't and it still went t

  • Problem streaming sound only to Apple TV

    Apple TV with the latest software of of Nov 23 Macbook Pro with Retina Display running 10.10.1 - I can see my itunes lib through home sharing and is able to play movies, see photos without any issue. - I can mirror my desktop using airplay and play m

  • Installation of SOA Suite

    Hi, is it possible to install only some parts of SOA Suite, not the all available? For instance, I need BPEL and Business Rules, and thats it. So I wonder if somehow I can omit installation of other components. Thanks. Edited by: frf on 7/4/2011 0:23