I'm working with a Db in development that is going to be accessed via a web interface.
The problem is that after the people exit the system, the connection is not severed. The BIG problem with this is that I cannot shut down the Db using normal or immediate because it is waiting for these connections to end. I have to use shutdown abort.
Any ideas what would be causing this and how to solve the problem before the Db goes online for real?
Thanks
E.
The problem is that after the people exit the system, the connection is not severed. The BIG problem with this is that I cannot shut down the Db using normal or immediate because it is waiting for these connections to end. I have to use shutdown abort.
Any ideas what would be causing this and how to solve the problem before the Db goes online for real?
Thanks
E.