Server Installation

In our company we do a server install of PL/SQL Developer. The personal setting are stored on a netwerk file system which is personal for each user in the network.
I would like to know which user is using PL/SQL Developer and what was the last time they accessed it.
Is there a way of logging this information in the in a file at the location of the server installation?
 
There is no functionality in PL/SQL Developer for this. You would need to create a little command file that logs this information and subsequently starts PL/SQL Developer.
 
Back
Top