How do I know databases connected at a given moment ?
In order to :
- Have knowledge of potential users connected to each connected dataBase
- Shutdown these databases in order to remove them without shutDown derby.

You didn't say what platform you are on, but one simple way is to use
a tool like 'lsof' (on Linux) or 'ProcessExplorer' (on Windows) to
determine what files are open by your Network Server.

In particular, the lock files are important.

thanks,

bryan

Reply via email to