Microsoft
Software
Hardware
Network
Question : ORA-00310
Still trying to get a successful restore test. I just created a tablespace, switched logfiles a few times to get logs generated, dropped the tablespace switched logs a few more times, shutdown the database and startup mount. Now oracle is saying the logfile is out of sequence.
I just generated them a few minutes ago with the switch logfiles. How does it get out of sequence and how do i put it back into sequence?
tabase mounted.
SQL> recover database using backup controlfile until time '2008-12-23-18:30:00';
ORA-00283: recovery session canceled due to errors
ORA-19907: recovery time or SCN does not belong to recovered incarnation
SQL> recover database using backup controlfile until time '2008-12-24-05:30:00';
ORA-00279: change 3340812685180 generated at 12/24/2008 05:37:15 needed for
thread 1
ORA-00289: suggestion : /u04/archived_logs/1_16_67
4269303.ar
c
ORA-00280: change 3340812685180 for thread 1 is in sequence #16
Specify log: {
=suggested | filename | AUTO | CANCEL}
/u04/archived_logs/1_1_674
269303.arc
ORA-00310: archived log contains sequence 1; sequence 16 required
ORA-00334: archived log: '/u04/archived_logs/1_1_67
4269303.ar
c'
SQL>
Answer : ORA-00310
see my other post..
you have to delete the datafile and bring them back from a backup taken before the DROP.
then, apply logs to roll forward.
Random Solutions
Multiple instances of RunDll32.exe on server
How obtain a text selection in report like it is possible in Form
Group Policy Object Corrupt
select last date from table
Can anyone tell how we make sliding menu
How to deconcatenate a field that has tmultiple ASCII Char(13) int the string
IIS will install, but with errors and w3svc fails to run
UpdatePanel sends enter page back?
BSOD - caused by hardware, RAM passed Memtest - any clues in dump analysis?
I have Joomla 1.5 installed, and installed DocMan plugin. Docman works in all respects except users cannot download files that are properly displayed. All files are 777 on the server. Any ideas?