The Artima Developer Community
Sponsored Link

Java Buzz Forum
Rescue lost code with flashback query

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
IT-eye weblog

Posts: 884
Nickname: iteye
Registered: Jul, 2005

IT-eye weblog is a blog about Java and Oracle technology
Rescue lost code with flashback query Posted: Feb 9, 2009 11:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by IT-eye weblog.
Original Post: Rescue lost code with flashback query
Feed Title: IT-eye Weblog
Feed URL: http://www.it-eye.nl/weblog/feed/
Feed Description: Where Oracle meets Java
Latest Java Buzz Posts
Latest Java Buzz Posts by IT-eye weblog
Latest Posts From IT-eye Weblog

Advertisement
Forgetting to store your changes in version control can get developers into nasty problems when they don’t have a backup of their work and someone has replaced their changes. When the changes are not to long ago you can try to recover them by using flashback query. set head off spool /tmp/lost_package_pck.pck SELECT text FROM all_source AS OF [...]

Read: Rescue lost code with flashback query

Topic: You don’t need a css class on every element Previous Topic   Next Topic Topic: Nice example of product development as a learning process

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use