Oracle SID INS-35075 - 保持相同的 SID
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11092261/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Oracle SID INS-35075 - Keep the same SID
提问by JohnSP
How I can maintain the same SID?
我如何才能保持相同的 SID?
http://i.stack.imgur.com/hTahz.png
http://i.stack.imgur.com/hTahz.png
Edit later: I buy a laptop and I install the 11g. I tested and it works fine. But the user in Windows 7 was Maria, so I deleted and copy all stuff to my user John, and here is the problem, because sqldeveloper not recognize the database. So I delete all files and the folder with product 11.2.0 etc., and retry from the beginning the installation, but I get the SID error INS-35075.
稍后编辑:我买了一台笔记本电脑并安装了 11g。我测试过,效果很好。但是 Windows 7 中的用户是Maria,所以我删除了所有内容并将其复制到我的用户John,这就是问题所在,因为 sqldeveloper 无法识别数据库。所以我删除了所有文件和包含产品 11.2.0 等的文件夹,并从头开始重试安装,但我收到 SID 错误 INS-35075。
回答by Musa
on Linux CentOS
在 Linux CentOS 上
[root@localhost / ] rm -rf tmp/OraInstall*
[root@localhost / ] rm -rf /etc/oratab
[root@localhost / ] su - oracle (login as oracle user for reinstalling)
export DISPLAY="your machine ip from where you connected to linux for Interactive Oracle Installer Display":0
[oracle@localhost / ] ./runInstaller
回答by John D
The error code ins-35075 indicates that the SID you are attempting to use is already in use.
错误代码 ins-35075 表示您尝试使用的 SID 已被使用。
You must first un-install using the OUI (Oracle Universal Installer) before trying to use the same SID.
在尝试使用相同的 SID 之前,您必须首先使用 OUI (Oracle Universal Installer) 卸载。