Home » SQL & PL/SQL » SQL & PL/SQL » Undo an update made on a column.
Undo an update made on a column. [message #41262] Thu, 12 December 2002 07:27 Go to next message
Afagela
Messages: 9
Registered: December 2002
Junior Member
Please help.

what is the proper syntax for undoing an update made to a column.

I've accidentally updated a column in a table and I want to put back the previous values in that column. Thanks.
Re: Undo an update made on a column. [message #41263 is a reply to message #41262] Thu, 12 December 2002 07:48 Go to previous message
Rick Cale
Messages: 111
Registered: February 2002
Senior Member
If you issued a commit then you have to do some type
of recovery. If not simply ROLLBACK.
If committed then we need more info.
Are you using logminer?
Are you using flashback query?
Do you have an export of table with old value?
Do you know what old value is and records to update? If so just issue update command

Rick
Previous Topic: How to remove blank space in oracle column???
Next Topic: connect to the remote machine
Goto Forum:
  


Current Time: Wed May 15 08:16:17 CDT 2024