Oracle OER 7451 in Load Indicator : Error Code = OSD-04500的問題處理
在對某資料庫進行巡檢時發現alert.log中出現了以下錯誤資訊
OER 7451 in Load Indicator : Error Code = OSD-04500: 指定了非法選項 O/S-Error: (OS 1) 函式不正確。 ! OER 7451 in Load Indicator : Error Code = OSD-04500: 指定了非法選項 O/S-Error: (OS 1) 函式不正確。 !
我們可以檢視錯誤資訊說明
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.
對於這個問題MOS上有一入篇文章OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified [ID 1060806.1]說是作業系統版本與資料庫版本不匹配造成的。
OER 7451 in Load 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.2 Microsoft Windows (32-bit) Microsoft Windows x64 (64-bit) ***Checked for relevance on 01-Nov-2011*** Symptoms The following error repeats over and overinthe database alert log immediately after startup. OER 7451 inLoad Indicator : Error Code = OSD-04500: illegal option specified O/S-Error: (OS 1) Incorrectfunction. ! Changes This is a new installation. Cause Installed 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). Solution Install 32-bit Oracle database software only on 32-bit MS Windows OS.
檢查資料庫版本,發現資料庫是32位
C:\Users\Administrator>sqlplus /nolog SQL*Plus: Release 10.2.0.4.0 - Production on 星期六 7月 21 18:04:28 2018 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. SQL> conn sys/system@abc as sysdba 已連線。 SQL> select * from v$version; BANNER ---------------------------------------------------------------- Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod PL/SQL Release 10.2.0.4.0 - Production CORE 10.2.0.4.0 Production TNS for 32-bit Windows: Version 10.2.0.4.0 - Production NLSRTL Version 10.2.0.4.0 - Production SQL> exit 從 Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options 斷 開
檢查作業系統,發現作業系統是64位
C:\Users\Administrator>systeminfo
主機名: WIN-ROUOJ6ERFO2
OS 名稱: Microsoft Windows Server 2008 R2 Enterprise
OS 版本: 6.1.7601 Service Pack 1 Build 7601
OS 製造商: Microsoft Corporation
OS 配置: 獨立伺服器
OS 構件型別: Multiprocessor Free
註冊的所有人: Windows 使用者
註冊的組織:
產品 ID: 00486-OEM-8400691-20006
初始安裝日期: 2016/8/25, 11:37:01
系統啟動時間: 2018/7/24, 9:32:07
系統製造商: VMware, Inc.
系統型號: VMware Virtual Platform
系統型別: x64-based PC
處理器: 安裝了 1 個處理器。
[01]: Intel64 Family 6 Model 26 Stepping 5 GenuineIntel ~2128
Mhz
BIOS 版本: Phoenix Technologies LTD 6.00, 2014/4/14
Windows 目錄: C:\Windows
系統目錄: C:\Windows\system32
果然是在64位的系統中安裝了32位的Oracle軟體,資料庫版本與作業系統版需要嚴格遵守安裝官方的support list
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-2158444/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- OER 7451 in Load Indicator : Error Code = OSD-04500: 指定了非法選項IndicatorError
- [20191129]OER 7451 in Load Indicator Error Code = OSD-04500.txtIndicatorError
- Oracle啟動問題處理Oracle
- Oracle壞塊問題處理Oracle
- 【ERROR】儲存鏈路問題造成oracle錯誤,ora-600[4193] 問題處理ErrorOracle
- 【故障處理】Bug : ASM FAILS WITH CHECKRESOURCE ERROR ERROR CODE = 139ASMAIError
- crontab對oracle操作問題處理Oracle
- oracle SP2-問題處理Oracle
- 【Linux】curl: (35) SSL connect error問題處理LinuxError
- ORACLE問題處理十個指令碼Oracle指令碼
- Oracle delete 高水位線處理問題Oracledelete
- 處理問題的方法
- xml處理的問題XML
- error的處理方式Error
- Oracle日常問題處理ORA-04031Oracle
- oracle taf unknown 問題處理過程Oracle
- Oracle資料庫中的逐行處理問題NEOracle資料庫
- 近期處理的Oracle資料庫問題總結Oracle資料庫
- 記一次報錯 symlink(): Protocol error 問題處理ProtocolError
- JavaScript 如何正確處理 Unicode 編碼問題!JavaScriptUnicode
- JavaScript如何正確處理Unicode編碼問題!JavaScriptUnicode
- mysql的處理能力問題MySql
- Oracle全部索引丟失導致的效率問題處理Oracle索引
- ORACLE懸疑分散式事務問題處理Oracle分散式
- linux處理oracle問題常用命令LinuxOracle
- Oracle CPU使用率過高問題處理Oracle
- Oracle_dg歸檔丟失問題處理Oracle
- Oracle資料庫無效物件問題處理Oracle資料庫物件
- 一個NBU問題的處理
- mysql的處理能力問題(2)MySql
- 【問題處理】“NOT IN”與“NULL”的邂逅Null
- windows的一個問題處理Windows
- 在linux as4上做asm時出現"Unable to load module oracleasm"問題的處理LinuxASMOracle
- perl中文處理問題
- 漢字處理問題?
- 貨品問題處理
- [git] git問題處理Git
- 如何處理Oracle資料庫中的壞塊問題(轉)Oracle資料庫