Is it possible to disable triggers for a session?

Hi,
Is it possible to disable a database trigger for just one session? If possible then pl let me know how this can be achieved. Thanks.
Regards
Balaji

You can't disable a trigger for just one session, no.
I'm not sure why you'd want to. Depending on the problem you're trying to solve, you could create a context, modify the trigger to check the values set in the context as a first step and just return if a particular value is set, and then set the context with this magic value in your session. No idea if that would solve whatever problem you're really trying to solve, though.
Justin

Similar Messages

  • Is it possible to disable invoice for recurring billing (secure zones)?

    Is it possible to disable invoice for recurring billing (secure zones)?  It is possible to send receipts of payments instead of invoices?

    If your user has fully paid for the secure zone, the invoice will indicate this when it's sent so really it's a sales receipt at that point.  There's no way to have multiple types of invoice email layouts so if your client will never need to send out an invoice manually to receive payment and all your invoices are sent out after the order has been created and paid for, then you can just update your invoice email layout to reflect that it's a Sales Receipt. 
    You can update your email layouts by logging into the BC Admin area and goint to Site Manager > System Emails > Invoice

  • Why with the last update does the stupid GAMES CENTER always pop up when I want to open a locally stored game?  It is really annoying. I click on 'disable' and it just 'disables' it for that session only.

    Why is the stupid GAME CENTER a popup every single time I try to access a locally stored (and paid for) game application?  It is really annoying! I click on 'disable' and it only disables it for that session. When I come back a while later, the stupid GAME CENTER pops up again....
    this just started with the upgrade to iOS6...

    I share your frustration. Maybe there are more people that really hate what game center has become. Here's my problem: Ok, so when I open the Game Center app it asks me for my password to log in. But when (while "signed out" of Game Center) I open an app (game app) it automatically signs me in without me even putting in a password. So, if I go directly to the Game Center app, I have to use my password to sign in. If I open a game app, I don't need to use my password...I'm signed in without any verification. I now can close the game app, open the Game Center app and BAM!!! I'm signed in, password free. I have searched for a solution to this nonsense of two days. I have tried changing my Game Center ID four times and every time it says, "Welcome back '&&@&!'!" Apple has every freaking app of theirs listed in the support communities but the Game Center app. Why? I am an adult that likes to relax and spend 30 minutes or so playing a game. I could give two flying $&@&s what I the other guy or a 4 year old did yesterday. I want a solution to delete completely or disable this tracking crapware. And the whole signing me in without me giving a password smells really fishy. I bet we will see a lawsuit really soon even if this is fixed. Definitely a security issue at the minimum. 

  • Is it possible to disable support for VLV indexes?

    Is it possible to disable the support for VLV indexes?
    We have an application which tries to do VLV searches. We dont' have and don't want to set up any VLV index. Would it be possible to just disable support for them? Make ODSEE not advertise the control and just return "unsupported control" to the client?
    thanks - mo

    I think there are a couple of ways to go about this.
    IIRC the VLV control ought to exist under your config suffix as a "feature". If you look at the documentation for setting up a VLV index, you should see where the VLV configuration objects exist. One common problem users run into with the VLV objects is that they are governed by access control. That is, the bound user has to have permissions to the VLV config object in order to use the control. So - assuming you are using a version of the server that still uses this design - you should be able to disallow VLV control use by any user other than the rootdn (Directory Manager).
    If your application is querying the root dse and checking whether the VLV control is supported (and then obeying what it sees there) you might be able to change the list of supported controls being returned on the root dse. I'm not sure exactly how to do this since I don't recall seeing the supported control attributes in dse.ldif, but my memory is spotty on that. In any case this solution would rely on the good behavior of your clients.
    Actually, if the bound user does not have permission to use the control, there might be an argument to make that the server shouldn't return the control as supported when the root dse is queried by that user.
    The best solution is probably a combination of the two complemented (ideally) with modification to the client that prevents it from sending the VLV control. Since presumably the client is sending the VLV in order to accomplish a client side task, simply causing the VLV to fail may not produce the best results from the end user's perspective.

  • JMS - PI - IDoc scenario: possible to disable check for duplicate JMS message ID?

    Dear all,
    we have a scenario JMS - PI - IDoc. We are on 7.4 SP 7 AEX.
    Once and again we get this error in PI Logs
    com.sap.aii.adapter.jms.core.channel.filter.InboundDuplicateCheckFilter.filter(MessageFilterContext filterCtx)
    Duplicated and already processed JMS message with JMSMessageID ID:414d512053415050523120202020202053f0f4852000fb39 and XI message id b0beffdbcee64c2605779eaacf27b335 detected.
    We are currently investigating the error and it seems that the duplicate message IDs already exist on the JMS (MQ) side. The messages with the same ID reside in the same queue but have different payloads, so really are different messages
    While it's certainly true that we need to get rid of those duplicate IDs in the long run, I'd like to ask if it is possible to tackle the problem from both sides.
    My sender JMS Adapter looks like this:
    Transactional JMS Session = Checked
    Set PI Message ID (MessageID) to = GUID
    Set PI conversation ID (ConversationID) to = No Value
    Enable Duplicate Handling = Unchecked
    Prefix Channel ID = Unchecked
    --> Is there any way to tell PI to just ignore the duplicate JMS ID and continue processing?
    Many thanks
    Kind regards
    Jens

    Hi Jens - Please have a look at the below note if it helps.
    If you want the duplicate messages received from different channels (that is JMS Messages with the same Message ID) to be processed as a distinct JMS messages and not as duplicate messages, select Prefix Channel ID to JMS Message ID
    Reference :
    Configuring the Sender JMS Adapter - Advanced Adapter Engine - SAP Library

  • It is possible to disable bluetooth ad2p for facetime only?

    i need to stop de communication between  my autoradio on bluetooth for facetime... beceause my autoradio see the ipod touch like an iphone so i juste want
    to listen my music on bluetooth not talk over bluetooth with face time
    so it is possible to disable bluetooth for facetime or just completly disable facetime? thx

    You can disable facetime:
    iPod touch User Guide (For iOS 4.3 Software)

  • Disable Statistics for specific Tables

    Is it possible to disable statistics for specific tables???

    If you want to stop gathering statistics for certain tables, you would simply not call DBMS_STATS.GATHER_TABLE_STATS on those particular tables (I'm assuming that is how you are gathering statistics at the moment). The old statistics will remain around for the CBO, but they won't be updated. Is that really what you want?
    If you are currently using GATHER_SCHEMA_STATS to gather statistics, you would have to convert to calling GATHER_TABLE_STATS on each table. You'll probably want to have a table set up that lists what tables to exclude and use that in the procedure that calls GATHER_TABLE_STATS.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Is it possible to disable the screen saver for a certain app?

    Is it possible to disable the screen saver just while a certain application is running?
    The app seems to crash when the screen saver comes on.
    Just so you know, application I'm using is Hogwasher; a newsgroup reader.

    Not really. Just disable it manually when you run that application. Then, send off a bug report to the app's developer and tell him to update it for the latest Tiger. Alternatively, use another newsgroup reader.

  • Is it possible to disable New Message sound for SPAM messages?

    I inherited a role email account which receives an incredible amount of spam. Mail's SPAM filters do a good job or routing these messages to the SPAM box and keeping them out of my inbox, but I still receive a "New Message" sound notification every time a new SPAM message arrives. Is it possible to disable the "New Message" sound alert for SPAM messages while still receiving the alert for new messages that arrive in my inbox?
    Thanks,
    jason

    Try this:
    Go into Preferences -> General and uncheck the box that says "Play sounds for other mail actions".
    I'm not sure if it will work since that's really still "new" mail, but it might be worth trying.

  • I keep getting update notions that there is an update for it available. Is it possible to disable it?

    I don't have Growl installed and yet i keep getting update notions that there is an update for it available. Is it possible to disable it?

    So you are on Mac OS X 10.7.5?  That means that you also have Mac OS X Preview.  Can you open the PDF files with Preview? If not, then that does not bode well.   You can also try another test by opening the PDF files in TextEdit as a text file to see if it has any content.  If you see objects similar to what is below and the file does not open in Adobe Reader or Mac OS X Preview then the file is probably damaged.
    %PDF-1.4
    %‚„œ”
    640 0 obj <</Linearized 1/L 131821/O 644/E 52205/N 8/T 118973/H [ 1200 592]>>
    endobj
    xref
    640 44
    If there is no content and the file has a size of zero KB, then the file is lost entirely.

  • Is it possible to disable visited link color for entire site.

    I have a 20 page site and am using text links in a sidebar for site navigation between pages. I desire to for a red hover color to appear when mouse cursor is over link. All works well the first time page is visited, cursor placed over Link1 changes color of Link1 text to red. Now if I click on Link1 and then return to the page on which Link1 was located, the cursor placed over Link1 does not show the hover color because the link now has the visited color. while I know I can edit the CSS file for each page (there are 20 or so) CSS to remove the "a:visited....." code to disable the visited color from overriding the hover color, doing so is rather inconvenient since the site is in very active development.
    Question: is there any way to globally disable the visited color or disable the visited color in iWeb?

    Robbo, at this time it not possible to disable the Edit Layout on the record detail page.

  • Is it possible to disable datatips in columncharts for certain columns?

    Is it possible to disable datatips in columncharts for
    certain columns?

    Hello,
    apologizes for the misunderstanding.
    Regarding security, you might want to have a look at the forum and http://www.sdn.sap.com/irj/sdn/security.
    Back to the original matter, I can tell that modifying or extending the SAP GUI functionality on communication protocol level is quite challenging. The protocol is not published and a binary protocol.
    Depending what your intention is, you might want to have a look at [GuiXT|http://www.guixt.com/].
    Another approach is to write your own controls for SAP GUI, see [How To Extend SAP GUI for Java with Your Own Java Bean |http://www.sdn.sap.com/irj/sdn/sap-gui?rid=/library/uuid/20e0536f-eaf4-2a10-319d-eb68f8e6cee3] on the [SAP GUI family page|http://www.sdn.sap.com/irj/sdn/sap-gui#section16].
    Best regards
    Rolf-Martin

  • Possible Issue with help for "disable property node"

    Hi, In Labview version 9.0 (32-bit) there seems to be a conflict between help info for the Enum constant  as applied to the disable property node . If I right click on a control variable and select create-> property node -> disable. If I then right click on disable -> help for disable, the help lists the following interger assignment 0 - Disable, 1- Disable and Greyed, 2 Enable. If however, I right click on the generated Enum constant and select properties -> Edit Items, the listing order is as follows; 0- Enable, 1- Disable, 2- Disable and Greyed. The latter assignment is how the Enum constant actually works. It appears that the help information may be incorrect.
    Regards,
    Pat    
    Solved!
    Go to Solution.

    Hi,
    I compared it with 8.2.
    In 8.2 creating a constant, indicator or control by right clicking on the "disabled" property node gave an object of type U8, which operates in accordance with the "help for disabled", ie
    0=Enable
    1=Disable
    2=Disable/grey
    In 9.0/2009 right clicking and creating on the property node gives an Enum (of datatype U8) with names/values in agreement with 8.2, and operation as in 8.2, BUT the "help for disabled" message says
    0=Disable
    1=Disable/grey
    2=Enable
    Thus I would agree that this is a documentation error, and the LabVIEW is correct.
    N.I. Can we have a CAR please?
    P.S. I do think that it is a good idea to have made the disabled property an enum, whilst maintaining compatability with previous code. I always wondered why it wasn't that way in earlier revisions.

  • Disabled triggers in apps schema

    Hi all
    In my apps schema i can see too many triggers that are disabled!
    Is this a normal situation?
    I have lately convert my apps to multi-org.I have read some doc in metalink, that this situation can happen when converting to multi-org.
    Do i have to enable all of them?
    Thanks in advance, Soni

    Hi Soni,
    When converting to multi org all triggers are disabled and at the end enabled again (using a list created when starting the convert to multi org) when the conversion fails for example it will cause lots of invalid triggers.
    See the following:
    When starting Convert to multo org it first creates a Disable triggers script:
    $APPL_TOP/admin/<SID>/PROD//out/orgcnvdt.sql"
    and it will also create a script to enable them again:
    $APPL_TOP/admin/<SID>/PROD/out/orgcnvet.sql
    When the conversion fails somehow and you did not run the enable script before restarting you will endup with lost of disabled triggers from which you don't know which should be enabled.
    If this is your test environment and you don't have the enable script anymore I would suggest to Create a new test environment as that will be faster then letting support fix the issue (possible not even possible)
    In case of PROD and you don't have the enable script, then you have a serious problem as triggers are needed for everything, when you have triggers disabled which should be enabled it could cause data inconsistency, in that case contact Support asap as suggested already.
    Good luck with it.
    Regards,
    Ronald

  • Possible to disable arrow (up/down) key frm moving the record?

    Hi,
    Is it possible to disable the arrow up/dowm key from moving to next/previous record?
    Thank You
    Regards
    Wai Chong

    The best way to control what keys do what when you are on a
    given item/block/form is to create key-triggers at
    item/block/form level for each key-event you wish to control
    (key-exit & key-commit absolutely necessary), and, afterwards
    put the key-others trigger that will contain only a null
    instruction.

Maybe you are looking for

  • Trying to connect HP1020 to new MacBook air

    Hello, I'm trying to connect my HP Laserjet 1020 to my new MacBook Air. I have a cable so it's not wireless. It's an excellent printer, has served me for years and I really don't have the money to buy a new one. Is there any way I can use the printer

  • Hello i buy new iphone 5 i have problem when i open safari then there is one pop ups site comes everytime i cant understand wht schould i do

    hello i buy new iphone 5 ihave problem when i open safari app nd try to surf then there is one site pops up comes everytime nd then i cant surf tell me whts tht nd give me solution

  • Lacie @big raid sytem

    I installed a LAcie @big Raid with a pci express controller. When i copy files all goes well. But when I use the LAcie as an scratchdisk in final cut pro or adobe cs2 photoshop, the systems hangs and i have to restart the machine. Are the pci slots o

  • Shared computer password problem

    Trying to log into my wife's iMac on the home network from my laptop (MBP) and the Finder won't accept the password. I know for certain that username and password I enter are correct; I've verified that I can log in to that admin account on the iMac.

  • Actual Cost in Sales order

    Hi, I am running a Unit Cost in my Sales Order. I ran the cost estimate and got the Plan cost. How would I get the Actual Cost? Subsquently I want to settle the Cost in PSG. In settlement with TCode VA88, it is showing no sender selected. Please shar