I have to admit that I just, well, screwed the pooch on a production database. When running an update query in SQL Developer, I did not realize that only a portion of the query was highlighted. If you have any experience with SQL Developer, this means that SQL Developer will only execute that sub-section of a query -- in this case, apparently, "UPDATE <table> SET <column>=<value>" was highlighted...
This means that the query became, "UPDATE <table> SET <column>=<value>". And yes, commit has been pressed.
Is there any way, besides restoring from backup, that this information can be retrieved, or is it just screwed now?