Originally posted by SANJAY_G
For example if your startup trigger is causing your database to hang at startup. what do you do in this case.
Interesting...
If you are still able to connect as sys or internal or privileged user you can disable or drop the trgger.
But if the db hangs due to startup trigger and doesn't allow you to connect at all... Any solution??

Sanjay

Ok, let me explain,

I have a startup trigger which executes a java stored procedure . The java stored procedure in turn executes an OS command on a windows 2000 system to start the context server.

This operation hangs. I want to get rid of this trigger so that my database opens without any problem.

Is there any way I can do this.

Thanks