|
-
Have you coppied the redo logs as well? If so, try
alter database open ( without resetlogs)
If not, try
Recover database until cancel
and enter CANCEL immediately when asked
(if not asked at all do not worry about that)
When that's finished, go for
alter database open resetlogs;
I hope that works ( one never knows with that ;-))
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
|