Abhisek

Oracle 9i doesnot support svrmgr!

set Oracle_sid=
sqlplus /nolog
connect sys/sys as sysdba -- if this doesnot work then
connect sys/change_on_install as sysdba
connect sys/oracle as sysdba < if this too doesnot work then
connect system/manager
connected.
alter user sys identified by xxx;
connect sys/xxx as sysdba
then startup nomount pfile='.....'
create database command...

if you have any problems do let me know..

i can send you step by step installation document..

Sanjay