当前位置: 代码迷 >> Oracle管理 >> Ubuntu 下 静默安装oracle出现的有关问题
  详细解决方案

Ubuntu 下 静默安装oracle出现的有关问题

热度:807   发布时间:2016-04-24 04:16:09.0
Ubuntu 下 静默安装oracle出现的问题
[WARNING] [INS-32055] The Central Inventory is located in the Oracle base.
   CAUSE: The Central Inventory is located in the Oracle base.
   ACTION: Oracle recommends placing this Central Inventory in a location outside the Oracle base directory.
[FATAL] [INS-30501] Automatic Storage Management software is not configured on this system.

需要安装的包,已经全部安装成功了,现在还是有这个问题,求解决办法
------解决方案--------------------
这和依赖包没关系,是配置问题
检查下INVENTORY_LOCATION是否设置了
------解决方案--------------------
那就对了。Inventory 路径在ORACLE_BASE里面,Oracle不建议这么做,但这只是个警告。致命错误是在数据库文件存储这里
你这里选择了安装软件并创建数据库的方式,创建数据库相关的配置没有做好,例如使用的存储是ASM还是文件系统类型,以及存放路径等
可以改成先安装软件
oracle.install.option=INSTALL_DB_SWONLY

再静默创建数据库
  相关解决方案