On Fri, Oct 27, 2006 at 12:38:51PM -0000, shaik mastan dilshad wrote: > Hi all, > > Can any one tell me,how to retirve the data which had deleted for an instance ,i mean how to rollback the previous. > > Look forward to hearing from all of you. Please start a new thread instead of replying to an existing one. You can only rollback an uncommitted transaction. Once you commit, the changes are permanent. Your only other option is to setup Point In Time Recovery (PITR), and use it to restore a copy of your database to just before committing a the transaction you want to back out. Of course, everything that's happened in the database since then will also be gone. -- Jim C. Nasby, Database Architect decibel@xxxxxxxxxxx Give your computer some brain candy! www.distributed.net Team #1828 Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?"