QUESTION POSED ON: 07 May 2009
I have a database dump from the Oracle 9i Std version and I created a new database (installed the same version) in another PC. The dump file is to be imported in the new database . What should be done in a new database before starting the import?
The command used to expprt and importare:
exp ucs/ucs file=path log=path compress=y grants=y statistics=none
imp ucs/ucs file=path log=path fromuser=ucs touser=ucs statistics=none
Can you suggest a solution?
|