Hi All

I have a database on my NT server named "ndb". I have exported the entire database into a file using command....
exp system/manager file=ndb1 log=ndb1 full=y

Now I have to import it on my win2000 machine. On that machine I already have a default database. This exported database I have to set up as a new database. Please tell me what next I have to do. I know the following steps.. Please tell me whethere they are correct or not ....

1) I have to create a new ini.ora file first
2) then create a new sid with ORADIM utility and
3) set oracle_sid=ndb on command prompt
4) then import database using imp system/manager file = ndb1 log=ndb full=y ignore=y

Since I set oracle_sid=ndb on my machine which does not exist physically.. It does not recognise the system user. How do I do it. How can I create a new database out of the export file.

Thanks in Advance
Amol