ORA-16014 [message #244778] |
Thu, 14 June 2007 01:51 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Hi experts,
When i am given this Coomand in SQL the following error displayed.
alter database open;
ora-16014:log 2 sequence#39 not archived, no available destinations:
ora-00312:online log 2 thread 1:
Can anybody help this...
Thanks in Advance
|
|
|
|
|
|
|
Re: ORA-16014 [message #244827 is a reply to message #244822] |
Thu, 14 June 2007 03:58 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Thanks for your Valuable Reply....
Before that i got Solutions...
Alter database clear unarchived logfile group #
This is the one Practical Solution....
|
|
|
|
Re: ORA-16014 [message #244896 is a reply to message #244830] |
Thu, 14 June 2007 09:06 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
@rtskrajan
In case you are going for instance recovery you may risk losing some of your data by going for this statement.
As this makes your statement impractical to use.
You go for this statement only when
you want to Clear A Log File If It Has Become Corrupt.
--Girish
|
|
|