Recover a database from export file
Hello,
I have to following challenge:
A database was just "backup" over export file.
The colleagues did not use RMAN.
The export file looks correct.
I found some documentation concerning import, but what is not clear to me, in what status the database has to be.
The situation is the following:
The Oracle software needed to re-installed.
Now I have a "blank/clean" oracle software.
- Do I need to setup a new database, with the same SID and create a user - assign this user the IMP_FULL access rights?
- In what status do I have to start/open the database (startup mount, nomount, etc.)?
0