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

Thread: DISABLE TRIGGERS ON UPDATES DELETES AND INSERTS

  1. #1
    Join Date
    Jan 2001
    Posts
    91

    Post

    Can someone tell me how I would go by updating data in a oracle database without firing triggers and without interfering with my users that will be updating information from the front end apps is there a script that has to be ran in order to make this happen?

    Thanks

  2. #2
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Talking


    Do you mean you want a script to disable constraints?
    Or to just disable the triggers? Or what?

    - Magnus

  3. #3
    You can't disable Triggers nor constraints by session, if that are you asking :)
    Ramon Caballero, DBA, rcaballe@yahoo.com

  4. #4
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    You must modify your triggers so that they are "session specific" by using DBMS_SESSION_INFO package. For example look at [url]http://www.dbasupport.com/forums/showthread.php?threadid=7570[/url]

    HTH,
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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