linux环境静默安装oracle数据库的时候报错,谁知道这个怎么解决?

执行
unset PS1
unset normal
或者 安装11gR2 从11.2.0.2 安装 12C从12.1.0开始安装。
参考文档:12.2 & 12.1 installer and 11.2 patchset crashes with INS-07003 and INS-07009 (Doc ID 1267137.1)
- Please temporarily unset the environment variable PS1 or normal
(and any other environment variable that may include escape characters ,
the gist being to unset from the env everything which is not needed by Oracle Universal Installer) - Perform the 11.2.0.2 or 11.2.0.3 or 11.2.0.4 and 12.1.0 installation
请贴一下 grep -Ev "^$|^#" db_install.rsp和

的错误信息部分。