DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: shutdown trigger

  1. #1
    Join Date
    Apr 2002
    Posts
    135
    how to create a before shutdown trigger

    Good Judgement comes from Experience.
    Experience comes from Bad Judgement

  2. #2
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    CREATE OR REPLACE TRIGGER db_stop BEFORE SHUTDOWN ON DATABASE
    BEGIN
    null;
    END;

    I think it had bugs related to this topic in some versions, search in metalink if your version is affected.

    Cheers

    Angel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width