DB2 V9.5 Windows
I have looked everywhere I can find, but I need a way to have the server activate the databases without having to login in as the instance owner and issuing the ACTIVATE DATABASE command.
We have this server on windows that has a few databases that are used by the development team. They are not in them too often, so whenever they try to connect, they incur the hit of starting up the database just about every time. I can issue the ACTIVATE DATABASE command manually, but the networking team reboots the server periodically and then the database are not active anymore. The server is not allowed to autologin for security reasons.
So how do I set this server to activate the databases whenever it gets booted?
Andy