Your redo logs are not big enough. Drop each logfile group in turn and then recreate them. You cannot drop the active redo log., so you may have to use alter system switch logfile to switch manually. Use alter database add logfile '............' size xxxM to add the new file file. ps after you drop the logfile rename it to .sav using your OS.