| vikas |
Posted: Mar 12, 2007 04:22:32 AM |
Total Post: 10
Joined: Oct, 2006
|
Hello
When i try to backup of tablespace then this error occur.
"Ora-01123 cannot start online backup; media recovery not enabled"
how can i resolve this error
Regards
Vikas
|
|
|
Mahesh Rajendran |
| Posted: Mar 12, 2007 09:30:38 AM | |
|
Total Post: 10
Joined: May, 2005
|
Seems you do not have archiving enabled.
The datbase should be in archivelog mode to peform the Hot backup.
|
|
|
|
|
sandy |
| Posted: Jul 22, 2008 11:33:35 PM | |
|
Total Post: 1
Joined: Nov, 2007
|
follow the below mentioned steps:-
alter system set log_archive_start=true scope=spfile (To enable automatic archiving)
shutdown immediate
startup mount
alter database archivelog
alter database open
Archive log list (you can check through this view if it is enabled or not)
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |