When trying to shutdown or startup my database using scripts, I receive the above message after server mgr has been opened. My startup and shutdown scripts are as follows:


connect internal
startup
exit



connect internal
shutdown immediate
exit


Any ideas what this message could mean and/or how to resolve?

Thanks alot!