场景是这样的;我们有一个安装了Oracle 10g的数据库服务器,其中一个实例已经在使用中,让我们调用它Instance1
(使用相同的SID
)。现在,我们希望在同一台服务器上有第二个实例,SID
即 ie Instance2
。我尝试使用 DCA(数据库配置助手),但在创建结束时不断出现错误(通常约为 85%)。
错误消息如下所示:
Enterprise manager configruration failed due to the followin error -
Error starting Database Control Refer to the log file at C:\oracle\product\10.2.0\db-1\cftoollogs\dbca\Instance2\emConfig.log for more details. You can retry configuring this database with Enterprise Manager later my manually running C:\oracle\product\10.2.0\db_1\bin\emca script
我感觉我需要执行此命令行,并且可能更改一些配置文件。任何人都可以给我一些指示,或者我可以遵循的任何好的指南吗?提前致谢。