How to disable/activate Triggers after/before Runtime

Hi All,
D/b having triggers say all triggers running on day 25th of every month.
Is there any way so that i can disable all the triggers when it is not in use/running except on the day 25th of every month and activate it before run time.
Thanks in Adv.
Junu

Can't think of a reason for this requirement, but if you are using 10g you could use
ALTER TABLE tablename ENABLE ALL TRIGGERS;
ALTER TABLE tablename DISABLE ALL TRIGGERS;
Regards,
PP

Similar Messages

  • How to disable openGL in after effects cs6?

    I have posted a previous discussion, but I don't know why, no one is answering me and it's really annoying. Please, please, please, I can't wait anymore, tell me how to disable openGL in after effects cs6
    windows 7 SP1 64 bit, ati radeon 5570, 6 Go ram, 4 core processor 2.8 GHz, creative x fi sound blaster.

    This is the other discussion: http://forums.adobe.com/message/4518765#4518765
    I've tried to lower the quality, and with pure magic, it now works, even when I put highest quality. I don't understand what happened. I asked you how to disable openGL because they told me to in the last discussion. So, thank you for repairing my problem (I think you repaired it, i'll make tests to see). Just in case, could you verify if it's posible to disable openGL like the other person told me?

  • How to re-activate 'Mail' after complete successful Time machine re-installation except 'Mail' backup keeps getting stuck?

    How to re-activate 'Mail' after complete successful Time machine re-installation except 'Mail' backup keeps getting stuck?

    Trying to re-instal my email history the 'Mail Message Import' dialogue screen says: 'Mail needs to import your messages. This might take a few minutes. You won't be able to use Mail until the import is finished'.
    The problem is: after importing 5,000 messages it stops and the 'Time remaining' only keeps adding up to many hours (17 hours). There are almost 80,000 email messages in my Time machine backup.
    How to get this working? I am even prepared to give up my email history if i can only get my 'Mail' application working again.

  • HT204053 How do I activate iCloud after deactivating it?

    How do I activate iCloud after deactivating it during set up by mistake?

    Just turn it on : Settings > iCloud

  • How to disable system triggers?

    I'm in the process of applying patchset 8.1.7.4 and the documentation here says to disable system triggers by setting the systemtrig_enabled_ to false in the pfile. The problem is that I cannot find this parameter in the pfile!! Is this normal?

    put this line in the pfile and bounce the db and start it. If you dont get any errors while starting up db then you can go ahed with the process.

  • How to disable button immediately after pressing

    Hi
    In my save button there is a code for insertion of data in database.
    In my application when i press save button first time the IE progress bar shows progress but if suppose the user presses the button again
    then the data wil get saved twice.
    Now if i put a code in button action method to disable it will function only when it will be called in between user can press the button.
    How to arrest users for clicking???
    If you have any idea please help me out.

    How about setting the button to:
    yourButton.setVisible(false);
    So when your button action is called, this is the first action that is called before your code insertion lines so the button will disappear when clicked e.g.
    public String yourButton_action {
    yourButton.setVisible(false);
    ....code insert data......
    return null;
    Or set the "return null" to return a new page.
    Of course, if you wanted it to be visible again after the insertion then you would set
    yourButton.setVisible(true);
    Alternatively, you could setup a counter that would check the number of times the button was pressed and make the button visible (or invisible!) when conditions are met.

  • How to disable report-tab after testrun

    Hello,
    i am using TestStand 4.2.1.
    After each testrun there is a new tab created with a report and the test-results. The same report is also created as report-file on harddisk.
    Question is: How can i disable the new tab? So that after the test is finished it displays again the testsequence-tab?
    Currently i always have to close the report-tab to see the sequence again.
    Thanks for help

    It looks like the only option would be to skip the Read Entire Report step in your process model. 
    Ctrl-D is a handy shortcut to close it quickly after execution.  It closes all finished executions.
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to disable the form after i click a link in WAD

    Hi All,
    I have a WAD template where there are a lot of hyperlinks and buttons present to enable the control to go to same or different templates. What I want to achieve is once i click on a hyperlink, the whole form should get disabled so that I may not be able to click on any other link until the control goes to a different page. I tried using document.form.disabled = true which though gives the look and feel of the form as disabled after click of the link but still doesn't stop me to click other links.
    I also tried document.form.getElementById("Id").disabled = true for the links but still the same thing happens.
    The above commands work fine if i use them outside WAD, but don't seem to work in WAD.
    Any thoughts?
    Gaurav Jasoria

    Hi Friends,
    This is really urgent.Can you please suggest me a way out.
    Regards,
    Gaurav Jasoria

  • How to disable audible account after hard drive crash

    I have had 2 computer hard drive crashes that were authorized iTunes accounts.  Since they crashed, I don't know how to de-authorize them. What happens after all 5 of my authorized account computers crash?  I can no longer listen to music purchased through iTunes?
    I hope there is a way to de-authorize a computer that crashed.  Can anyone help!

    I believe this might of worked after all. I did like you said and double clicked on the My Catalog file. PSA and it just put in the timeline and dates on the pictures but had a ? mark and no picture. I then chose to dowload files from the My pictures folder that the downloader was directed to for each download. It seems to restoring the photo's and putting them with the tags and all. I am so relieved because I had 37,500 pictures that would of been untagged and out of order. I learned my lesson to do a backup more frequently! Thanks for your help. If I would want to update to PSE 9 is it compatible with windows XP?

  • How to disable button immediately after click?

    Hello,
    I'm using JDeveloper 11.1.1.4.0
    On my screen is an 'Add' button that calls specific method written in bean (addAction). Following are actions in addAction():
    1. Disable Add button
    2. Execute 'CreateInsert'
    3. adfContext.addPartialTarget(corresponding adf table)
    This works fine when user clicks on 'Add' and waits for couple of seconds, till the 'Add' button gets disabled
    However, if the user keeps on clicking 'Add' button, it sends multiple requests to server and adds those many records in 'adf table'.
    Is there any way to stop user input till the response is received for the previous request?
    I tried setting up 'blocking' property of the button. But it did not work.
    I also tried using 'unsecure' property of the button for disabled property and call setProperty('disabled',true) in javascript. In this case server request is not sent.
    Appreciate your help in this regard.
    Amar

    hi user,
    i cant undertud ur problem.. but i understud that something disabing the button.
    <af:commandButton text="Entry completed" id="cb23"
    binding="#{pageFlowScope.managedbean_GeneralLedger.cb23}"
    action="#{pageFlowScope.managedbean_GeneralLedger.cb23_action2}"
    disabled+="#{bindings.GlLvlAccounts1.estimatedRowCount eq 0 ? 'true' : 'false'}" // here whatever ur condition.
    partialSubmit="true"
    />
    af:command button disabled

  • N95 how to disable keypad lock after phone call

    hi!
    i dont know is this the issue with lates firmware v20, but i noticed somehing that is quite annoying.
    after i recieve phone call, and if phone is locked, i open slider, talk, finish call, and then phona auomatically locks.
    is there a way to make it stay unlocked. because if after call i want to check something in phone i need to slide it close, and then open again, witch is annoying.
    thank you.
    ps. same thing happens with bult in lock system, and with best keylocker application.
    so i guess it is firmware feature (or maybe bug)

    Check in your phone settings
    Keypad autolock period—Select whether the keypad is
    locked when your device has been idle for a certain period
    of time.
    Phone autolock period—To avoid unauthorized use, you
    can set a time-out after which the device automatically
    locks. A locked device cannot be used until the correct lock
    code is entered. To turn off the autolock period, select
    None.
    See ‘Glossary of PIN and lock codes’, p. 117.

  • How to activate CS3 after transferring files from a dead computer to a new computer

    How do I activate CS3 after transferring files from a dead computer to a new computer?
    I have a CS3 on an iMac.  My old iMac's disk drive failed completely.  So, I cannot turn it on.
    I installed all my files and programs from a back-up drive.  Adobe Product Support said I should go to the Forum.
    Any ideas?
    Thank you
    Andy Serrano

    The message I get when I try to start Photoshop says, "Licensing for this product has stopped working."  You must contact customer support.

  • How to disable autosync in itunes?

    How to Disable autosync in itunes befor connect my 3gs? Please.

    iTunes>Preferences...under the edit menu if using Windows.

  • How to disable button once user click once in an Applet?

    Hi,
    We are facing an issue with Applet level button.
    User is clicking multiple times on button and we don't want to allow users to click multiple times.
    So that How to disable the button after clicking once.
    Thanks,
    Sandep.

    Since you don't saying what version of Siebel you are on, I assume
    8.0 or later.
    You can use this on if you applet class is CSSFrame, CSSFrameList, or any of their subclasses.
    On the applet add, Applet User Prop:
    Name
    CanInvokeMethod: InvokeWF
    Value
    [DisableButton]='N' OR [DisableButton] IS NULL
    More info here:
    http://download.oracle.com/docs/cd/B40099_02/books/ToolsDevRef/ToolsDevRef_UserProps6.html
    On the applet add, Applet User Prop:
    Name
    Named Method
    Value
    "InvokeWF", "SET", "DisableButton", "Y"
    More info here:
    http://download.oracle.com/docs/cd/B40099_02/books/ToolsDevRef/ToolsDevRef_UserProps21.html
    Make sure the field DisableButton is active (Use Force Active on BC if the field isn't active)
    Make sure the field has "Immediate Post Changes" set to true on the BC.
    Axel
    PS: Don't use scripts if you can solve the problem with user props, WF, .... Scripting should
    be you last resort.

  • How to disable user account

    Hi,
    How to disable user account after few failed login attempt.
    We have the password policy settings.  But we also like to disable account after 5 failed login attempt.
    thanks

    This function is not available in Connect.

Maybe you are looking for

  • Can't move tracks in playlists

    Since upgrading I appear unable to move tracks within playlists. Previously I just 'drag and dropped'. Any suggestions?

  • How to add one more field in infotype and PA 30 screen

    Hi to all My requirement is to add a new field in infotype and that should be reflected in PA30 screen. Actually in my company one field require from which date the car allowance is started. For that one date field is require on PA30 screen .. Also s

  • Video jumpy on DVD

    I created a movie using iMovie 08 with a whole bunch of photos. I was very pleased with how it came out. I posted it to my mobile me gallery and the quality is pretty good. When I watch it straight from my computer the quality is good as well. I crea

  • HBO Go choppy low resolution video

    I have a 2009 Mac Mini which I use with my entertainment center along with an Airport Extreme.  I can stream video, with little buffering time, from Netflix, U-tube, Hulu, etc...  I just learned about HBO Go about a month ago.  Compared to other stre

  • OWB10.1.0.4 and Oracle 10.2.0.3 databse target instance?

    We have Oracle 10.2.0.2 as both source and target instance, and OWB 10.1.0.4. We are planning on upgrading Oracle database to 10.2.0.3. My question is, Will OWB 10.1.0.4 support Oracle database 10.2.0.3 as target instance? Please let me know Thanks!