Page 1 of 1
Please Solve this Issue
Posted: Wed Dec 13, 2006 4:25 am
by kamran.it
Posted: Wed Dec 13, 2006 4:50 am
by admin
You should migrate to latest version of Oracle else you will face different support issues. Now first how to resolve the issue,
1 - Shutdown the database
2 - Take Backup
3 - login as internal
4 - startup mount
5 - alter datafile 'd:\database\datafile.dbf' offline; << change as your path
6 - select name, status from v$datafile; << check status
7 - alter database open;
8 - create a new tablespace and assign this to your user.
9 - Import the data from the dump file into this user.
Have a nice day.