同事在AIX 6L上安装oracle 10.2.0.1正确,但无法安装10.2.0.4 的补丁报如下错误:
"oracle Universal Installer has detected that there are processes running in the currently seleted oracle Home. The following processes need to be shutdown before continuing:java ksh"
metalink(ID 975597.1)有一文章可供参考
引用
Changes
The "ps -ef | grep java" clearly showed that the process is for the Oracle Universal Installer (OUI) for the patchset.
Cause
The fuser is picking up the process for the installer itself, and thus is saying that there are processes still running and is preventing the installer from continuing.
This is similar to Bug:3823729 (HP/AIX OUI IS DETECTING PROCESSES RUNNING WHICH ARE NOT ASSOCIATED THE ORACLE_HOME)
Solution
To implement the solution, please execute the following steps:
1. Exit the current installer
2. As root user:
引用
cd /usr/sbin/
mv fuser fuser.orig
touch /usr/sbin/fuser
chmod +x /usr/sbin/fuser
3. As oracle software owner, install the 10.1.2.3 patchset.
(Note: fuser can now return nothing, hence the Installer should continue)
4. After a successful installation, as the root user, rename the fuser back.
引用
cd /usr/sbin/
cp fuser.orig fuser
分享到:
相关推荐
安装Oracle数据库时,可能遇到的问题包括但不限于无法启动安装程序(Oracle Universal Installer)、显示乱码、先决条件检查未通过、无法写入临时目录(如/tmp)、安装完成后无法启动数据库等。这些错误通常需要通过...
(60 MB) Use this MSI installer package to start coding .NET applications that access the ... If this is required, please return to the main download page and select "ODAC - Oracle Universal Installer".
(60 MB) Use this MSI installer package to start coding .NET applications that access the ... If this is required, please return to the main download page and select "ODAC - Oracle Universal Installer".
(60 MB) Use this MSI installer package to start coding .NET applications that access the ... If this is required, please return to the main download page and select "ODAC - Oracle Universal Installer".
例如,Oracle 的 Oracle Universal Installer (OUI) 提供了友好的界面来指导用户完成安装步骤,而 SQL Server 的 Setup Utility 也同样简化了安装流程。 #### 客户端连接 客户端连接是数据库系统的重要组成部分,...
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-01-08_10-15-51PM. Please wait ...sh: /software/oraclelinux/install/unzip: Permission denied Error in writing to directory /tmp/...
# 最小显示颜色需求,用于运行 OUI (Oracle Universal Installer) MIN_DISPLAY_COLORS = 256 # 最小CPU速度需求,用于运行 OUI # CPU = 300 ``` 通过上述修改,确保Oracle 10g能够识别并适配Windows 7系统,避免...
- **Oracle Universal Installer (OUI) 卸载**:使用Oracle自带的卸载工具是最为推荐的方法之一。确保所有相关的Oracle服务都已停止运行,以避免卸载过程中出现问题。 #### SQLPlus常用命令详解 - **Connect (Conn)...
- **运行安装程序**:通过命令行或图形界面启动 Oracle Universal Installer (OUI) 来进行安装。 - **选择安装类型**:根据需求选择合适的安装类型,例如标准企业版或个人版。 - **配置选项**:按照提示配置数据库...
【Oracle Error Find】是关于数据库错误追踪的专题报告,主要涉及Oracle数据库在安装、运行以及网络连接中可能出现的各类问题及解决策略。本报告详细阐述了数据库错误的分类、示例以及追踪方法。 1. **数据库错误...
- Universal Installer 是Oracle提供的安装工具,用于安装数据库软件。 **11. 创建、修改和删除数据库的工具:** - **正确答案:b. 数据库配置助手 (Database Configuration Assistant)** - Database ...
这些问题主要是由于Oracle 8/8i的Oracle Universal Installer (OUI) 版本过低,且使用了与Intel P4处理器不兼容的Sun JRE 和 Symantec JIT(Justin Time Library)。 ##### 2.3 解决方案 为了克服这些限制,可以...
Compiled versions of UniDAC are installed automatically by the UniDAC Installer for all supported IDEs. Versions of UniDAC with Source Code must be installed manually. For more information, see the ...