Help!How can I recover a sql-window just closed?

Rainman

Member
i have just recovered from the Crash-recovery but closed a window by wrong!!
and I forget to save it!
can I know where the crash-recovery's tmp file located?
can I recover it from it??
thanks!

btw,in the Tools-preference-Backup
i use the default setting:
----
save in the same directory
save on time interval:10 min
----
it hints that existing files are saved with ~ preceding the extension

Does the information means the temp file in my PL/Sql installed directory and the file name was headed with a '~'?
I can't find it.
 
The crash recovery files are gone after stopping or starting PL/SQL Developer.

The backup files are not for crash recovery. They are created when you save a file, and contain the old contents. This will not help you here.

Like ScottMattes said, the recall buffer might be of help if you had already executed the statement you lost.
 
Back
Top