Database version in title bar

d27111

Member²
Is there a way to display the database version in the title bar of PL/SQL Developer. Currently it only displays "PL/SQL Developer - schema@instance"

Can we add something that results from:
select banner from v$version where rownum < 2;
 
This is currently not possible. I have added this to the list of enhancement requests though. Myabe we can add an option that allows you to specify a query to return a string that is displayed in the application title whenever your connection changes.
 
Back
Top