Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deal with Oracle OER 7451

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to deal with the problem of Oracle OER 7451". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to deal with Oracle OER 7451".

During the inspection of a database, the following error message was found in alert.log

OER 7451 in Load Indicator: Error Code = OSD-04500: illegal option specified O/S-Error: (OS 1) the function is incorrect. ! OER 7451 in Load Indicator: Error Code = OSD-04500: illegal option specified O/S-Error: (OS 1) the function is incorrect. !

We can view the error message description

07451, 00000, "slskstat: unable to obtain load information." / / * Cause: kstat library returned an error. Possible OS failure// * Action: Check result code in sercose [0] for more information.

There is an article on MOS OER 7451 in Load Indicator: Error Code = OSD-04500: illegal option specified [ID 1060806.1] that is caused by a mismatch between the operating system version and the database version.

OER 7451 inLoad Indicator: Error Code = OSD-04500: illegal option specified [ID 1060806.1] Applies to:Oracle Server-Enterprise Edition-Version: 10.2.0.1 to 11.2.0.1-Release: 10.2 to 11.2Microsoft Windows (32-bit) Microsoft Windows x64 (64-bit) * * Checked for relevance on 01-Nov-2011***SymptomsThe following error repeats over and overinthe database alert log immediately after startup.OER 7451 inLoad Indicator: Error Code = OSD-04500: illegal option specifiedO/S-Error: (OS 1) Incorrectfunction. ! ChangesThis is a new installation.CauseInstalled 32-bit Oracle database software on a 64-bit MS Windows OSwhichis not supported.Here is excerpt from Note: 740926.1 on this subject.Note: For the Database software, you can ONLYinstallthe x64 version on MS Windows (x64) You can NOTinstallthe 32-bit version Database software on MS Windows (x64). SolutionInstall 32-bit Oracle database software only on 32-bit MS Windows OS.

Check the database version and find that the database is 32-bit

C:\ Users\ Administrator > sqlplus / nologSQL*Plus: Release 10.2.0.4.0-Production on Saturday July 21 18:04:28 2018Copyright (c) 1982, 2007, Oracle. All Rights Reserved.SQL > conn sys/system@abc as sysdba is connected. SQL > select * from v$version BANNER----Oracle Database 10g Enterprise Edition Release 10.2.0.4.0-ProdPL/SQL Release 10.2.0.4.0-ProductionCORE 10.2.0.4.0 ProductionTNS for 32-bit Windows: Version 10.2. 0.4.0-ProductionNLSRTL Version 10.2.0.4.0-ProductionSQL > exit from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0-ProductionWith the Partitioning OLAP, Data Mining and Real Application Testing options disconnected

Check the operating system and find that the operating system is 64-bit

C:\ Users\ Administrator > systeminfo

Hostname: WIN-ROUOJ6ERFO2

OS name: Microsoft Windows Server 2008 R2 Enterprise

OS version: 6.1.7601 Service Pack 1 Build 7601

OS manufacturer: Microsoft Corporation

OS configuration: stand-alone server

OS component type: Multiprocessor Free

Registered owner: Windows user

Registered organizations:

Product ID: 00486-OEM-8400691-20006

Initial installation date: 2016-8-25, 11:37:01

System startup time: 2018-7-24, 9:32:07

System manufacturer: VMware, Inc.

System model: VMware Virtual Platform

System type: x64-based PC

Processor: 1 processor installed.

[01]: Intel64 Family 6 Model 26 Stepping 5 GenuineIntel ~ 2128

Mhz

BIOS version: Phoenix Technologies LTD 6.00, 2014-4-14

Windows directory: C:\ Windows

System directory: C:\ Windows\ system32

Sure enough, 32-bit Oracle software is installed on a 64-bit system, and the database version and operating system version need to strictly abide by the official support list installation.

Thank you for reading, the above is the content of "how to deal with the problem of Oracle OER 7451", after the study of this article, I believe you have a deeper understanding of how to deal with the problem of Oracle OER 7451, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report