安装检测到配置为的无效活动 EMD Home
“此错误的可能原因可能是以前安装的 Oracle 应用服务器未完全安装或卸载。请在该主目录上执行卸载。”
我相信我已经将其连同数据库一起卸载了。当我使用 runInstaller 并选择卸载时,它不会显示。
询问 google 会得到 6 或 7 个结果,除了一个之外,所有结果似乎都来自同一个人在不同论坛中提出的问题。
运行
find . -type f |xargs grep "10.1.2"|grep -v "./logs/"
在 oraInventory 文件夹中
Binary file ./Contents/OracleHomesList.ser matches Binary file ./Contents/PatchesList2.ser matches Binary file ./Contents/CompsList2.ser matches ... Binary file ./sessionContext.ser matches ./backup/2009-06-21_12-38-20AM/ContentsXML/inventory.xml:<HOME NAME="oracleas1" LOC="/some/folder/10.1.2/as_1" TYPE="O" IDX="2"/>
告诉我这一点:我不想在没有说明的情况下编辑二进制 oracle 文件,或者擦除磁盘,所以如果有人有想法,我会倾听。
(如果有人想知道我是如何陷入这个困境的,我想这可能是因为我卸载了表单和报告(32 位)以及数据库卸载程序(64 位)中的数据库。)
"Possible cause for this error may be a previous installation of Oracle Application Server that was not completely installed or deinstalled. Please perform a deinstall on that home."
I believe I have deinstalled it, together with the database. And when I use runInstaller and choose deinstall, it doesn't show up.
Asking google yields 6 or 7 results, and all but one seems to be from the same person asking in different forums.
Running
find . -type f |xargs grep "10.1.2"|grep -v "./logs/"
in the oraInventory folder tells me this:
Binary file ./Contents/OracleHomesList.ser matches Binary file ./Contents/PatchesList2.ser matches Binary file ./Contents/CompsList2.ser matches ... Binary file ./sessionContext.ser matches ./backup/2009-06-21_12-38-20AM/ContentsXML/inventory.xml:<HOME NAME="oracleas1" LOC="/some/folder/10.1.2/as_1" TYPE="O" IDX="2"/>
I'd rather not edit binary oracle files without instructions, or wipe the disk, so if someone has an idea, I am listening.
(In case anyone wonders how I got into this I guess it might be because I uninstalled forms and reports (32 bit) together with the database unsin the database uninstaller (64 bit).)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在通过将 oraInst.loc 中的 inventory_loc 指向另一个位置来修复。
Fixed for now by pointing inventory_loc in oraInst.loc to another location.
您是否物理删除了与卸载的 EMD 主目录对应的目录?我知道代理不喜欢您尝试重新安装而不执行此操作。
Have you physically deleted the directory corresponding to the deinstalled EMD home? I know the agent doesn't like it if you try to reinstall without doing this.