合 [INS-32104] Specified Oracle Home user is not the owner of the specified Oracle Base
现象
在window server 2016,已经安装了Oracle 12.2.0.1数据库的环境上继续静默安装Oracle 19c,报错:
1 2 | [FATAL] [INS-32104] Specified Oracle Home user is not the owner of the specified Oracle Base. ACTION: Make sure you specify Oracle Home user who has ownership of the selected Oracle Base. |
静默安装方式:
1 2 3 4 5 6 7 8 9 | D:\app\product\19.0.0\dbhome_1\setup.bat -silent -ignorePrereqFailure -responseFile d:\db.rsp oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v19.0.0 oracle.install.option=INSTALL_DB_SWONLY ORACLE_BASE=D:\app\ oracle.install.db.InstallEdition=SE2 oracle.install.IsBuiltInAccount=false oracle.install.IsVirtualAccount=true |
解决
1、(或者)更换ORACLE_BASE的路径。
2、(或者)使图形化界面安装就不报错了。
12.1 : Installation of 12.1 Oracle Database/Client throws the Error "[INS-32104] The user of the Oracle Home directory shown is not the owner of the Oracle home directory specified database." (Doc ID 1581850.1)
SYMPTOMS
Installation of Oracle Client 12.1.0.1 on 64-Bit Windows 2008,the below error is encountered at Screen 5,
The Error Message Translates to -
[INS-32104] The user of the Oracle Home directory shown is not the owner of the Oracle home directory specified database.
Action - Be sure to specify a user of the Oracle home directory that owns the Oracle Base selected directory.