Extend the RECALL history duration

Dear Team,

I am using PLSQL Developer 11.0.3 which has recall statement Ctll+E duration for just 3 days.

Usually any our oracle implementation goes for 6 to 12 months.

Kindly guide me how to extend the duration so that I can see all my sql queries ran from starting of my project.

Also if that is not possible.Request you to share any other option to save my sql windows automatically on daily basis.

Thanks,
Ramesh Selvam
 
You can control the number of statements that can be recalled through Tools > Preferences > Tools / Recall Statement. By default this is 200.

There is no maximum duration. Statements will be stored indefinitely. The oldest statement is replaced by a newly executed statement when the maximum number of statements is reached.
 
The "Maximum size(statements)" has a limit of 1000 statements. Can you please change (increase) this limit?

Regards
 
Back
Top