Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Installation stops: cannot spawn - iConnect Consolidator Server (WinNT Server)
Hello,
I have an Oracle 8i server based on WinNT Server 4.0. Enterprise Manager is also installed on this machine. I have to install iConnect Consolidator (for replication with Oracle Lite for EPOC). Installation stiops with an error:
OiConSrv.ins (124): OS_ERROR while spawning
c:\Oracle\Ora81Lt\bin\sqlplus
SYSTEM/manager@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DEMOSERVER)(PORT=1521))(CONNECT_DATA=(SID=DBWH)))
@c:\Oracle\Ora81Lt\consolidator20\sql\consolidator_o8a.sql manager
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DEMOSERVER)(PORT=1521))(CONNECT_DATA=(SID=DBWH))
log file shows:
[124] spawn("c:\Oracle\Ora81Lt\bin\sqlplus
SYSTEM/manager@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DEMOSERVER)(PORT=1521))(CONNECT_DATA=(SID=DBWH)))
@c:\Oracle\Ora81Lt\consolidator20\sql\consolidator_o8a.sql manager
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DEMOSERVER)(PORT=1521))(CONNECT_DATA=(SID=DBWH)))")
where should I start to solve this problem ?
We actually do not understand quite what is going on in TNSNAMES.ORA, but we tried a lot of configurations and SQLPLUS start fine from a DOS box using:
SQLPLUS SYSTEM/MANAGER_at_DBWH. The installation asks for an SID, does this have any effects on what should be in TNSNAMES.ORA ?
Kind regards,
Rene Received on Fri Apr 28 2000 - 00:00:00 CDT