Following the steps from "Oracle8 Enterprise Edition Getting
Started for Windows NT" in order to create my XXX database:
+ I installed Oracle 8.0.5 without any Database.
+ I rebooted
+ I created initXXX.ora
+ C:\MYDIR> ORADIM80 -NEW -SID XXX -INTPWD PASSWORD -STARTMODE AUTO
-PFILE ORACLE_HOME\DATABASE\INITXXX.ORA
+ I checked that OracleServiceXXX was running
+ C:\MYDIR> SET ORACLE_SID=XXX
But when trying to 'C:\MYDIR> SVRMGR30', I get this message:
ORA-122203: TNS: unable to connect to destination
I've checked OracleTNSListener, and it's running...
------------------------------------------------------------------------
svrmgrl is the Server Manager command for Unix, but svrmgr30 is the command for Windows.
-----------------------------------------------------------------------
In Oracle 8.0.5, SVRMGRL command works fine....!!!!
from 8i svrmgrl in NT is named svrmgrl, svrmgr30 is for Oracle 8
if you dont want to do set ORACLE_SID everytime you run svrmgrl from ms-dos you have to edit the enviroment variables in NT
issady are you sure you dont have 8i client installed? svrmgrl only works form 8i!
Bookmarks