|
-
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
san
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|