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

Similar Messages

  • 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

  • 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.

  • 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

  • 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

  • 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

  • "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

  • 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

  • Change the language of iphone from English to Chinese and iphope are not  normally loaded and not opened. what can I do to restore it;

    change the language of iphone from English to Chinese and iphope are not  normally loaded and not opened. what can I do to restore it;

    I found a fix for it, It turned out that the file that lists all of the songs on it got corrupt. I had to use 3rd party programs but it did work out in the end
    Here is a link to where I found the fix: https://discussions.apple.com/thread/3631590?start=0&tstart=0
    I followed the instructions of Geekdad3 a little bit lower on the page.
    Good luck for anyone else who has this problem

  • 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.

  • 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.

  • Why does the mandatory field indicator (*) not aligned in Firefox 4.0?

    [http://i56.tinypic.com/24ng1vt.png Asterisk not aligned in Firefox 4.0]

    Who makes your mouse? Is it a Logitech? If so, please see this post: http://forums.mozillazine.org/viewtopic.php?f=38&t=206293

  • 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

  • Help Please -Need video to NOT automatically load when not using autoplay feature

    Hi, I am hoping someone can help me or point me to the right
    place to find what I need!
    I use the standard skins in Flash for putting videos onto a
    webpage but I am having problems when I use more than one video on
    a page.
    I have the videos set to autoplay -false, however the page
    takes forever to load because the videos still download so they are
    'ready' to play. (Of course this is what you want when you have one
    video on a page but it is not helpful for more than one video...)
    I have looked through the parameter options for the flv and
    the HTML publish setting but can not find anything in here -I have
    also tried to search through this forum and have tried "googling"
    but no luck. Perhaps I am using the wrong terminology for my search
    but I am not sure what the correct terminology is.
    I am pretty sure that I need to go in to the actual flash
    file of the skin and alter it to suit my needs but I am not sure
    what code I need to do this etc....
    I am using Flash CS3 and using the Actionscript3 skins. I
    know how to access the standard flash skin flash files and alter
    them to customize them but my knowledge of code is not the best.
    If someone could help me out I would really appreciate it!!

    Friend,
    I have maintained the means of transport to the tranportation lane
    Regards
    KRN

  • Printer software will not finishing loading/can not find printer

    received a Canon MX922 as a present. Attempting to connect and install printer to my HP Pavilion 17 notebook.
    The software stops loading in the final 2 to 3 minutes of completion. Using printer on my wireless network.
    All messages say can not find printer!!

    Hello rewing45,
    Welcome to the HP Forums.
    I see that you are having an issue with installing your Canon printer on to your Windows 8 computer.  I see that the computer is an HP.  I suggest that you contact Canon for installation instructions.  They will troubleshoot the printer on the Operating system NOT on the make of the computer.
    Here is the link for Canon Support.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

Maybe you are looking for