TRIGGERS=N doesn't work

Exporting using exp on version Export: Release 8.1.6.0.0 - with the option TRIGGERS=N still exports with triggers.
Is there a patch some where ?

This is actually a known behaviour.
As of table level export, all the dependent objects are exported and is expected namely, indexes, constraints, triggers... and even restricting with other parameters set to n will not disable their export.
As of schema level export, the whole schema is exported and with this we can pose our restrictions like no constraints, no rows, no indexes, no triggers etc.. which will work because we have control.
For table level export we dont have control on individual objects. 10g solves your problem.

Similar Messages

  • Exporting using exp and TRIGGERS=N doesn't  work

    Exporting using exp on version Export: Release 8.1.6.0.0 - with the option TRIGGERS=N stills exports with triggers. is it a bug ?
    Any sugesttions ?

    This is actually a known behaviour.
    As of table level export, all the dependent objects are exported and is expected namely, indexes, constraints, triggers... and even restricting with other parameters set to n will not disable their export.
    As of schema level export, the whole schema is exported and with this we can pose our restrictions like no constraints, no rows, no indexes, no triggers etc.. which will work because we have control.
    For table level export we dont have control on individual objects. 10g solves your problem.

  • Triggers doesn't work on Linux

    Does anybody know why triggers doesn't work on Linux machine? Forms are developed in WIN2k and triggers works there fine. When the forms are transferred to linux triggers doesn't work anymore.
    I use Oracle 9i database and Forms 9i and Linux Redhat Advanced Server.

    Forms are compiled on Linux either by opening them in the builder and hitting compile or by using the compiler from the command line:
    Use the script $ORACLE_HOME/bin/f90genm.sh (or f60genm.sh if this is 6i).
    So if you are developing on Windows and running in Linux, you woudl FTP the FMB, MMB and PLL files to the Linux box and compile using f90genm.

  • Scrolling doesn't work in Triggers tab

    Version 1.2.1 32.13
    Click on a Table in LHS tree (table must have 1+ triggers)
    Choose Triggers tab
    Adjust the height of the lower pane such that scroll bars exist
    Try scrolling either with arrow keys or scroll wheel of mouse
    Scrolling (using mouse or keyboard) doesn't work for me. Can anyone else reproduce this?
    Note that I can scroll using the scroll bar.
    Steve

    Yes, there are various areas affected by this bug (also inside the other tabs from the table);
    What happens is they create a set of scrollbars inside another set (which is really a pane inside a pane, I suppose). Sometimes this creates really weird situations, where you have to scroll both sets to be able to get to the bottom for example.
    Can anyone from the team verify this is still bugged?
    Thanks,
    K.

  • My Safari shortcut Cmd+Opt+B doesn't work. Please Help.

    Hi fellow MacBook Pro Users,
    My Safari shortcut Cmd+Opt+B, to show and hide all bookmarks doesn't work.  The same shortcut is used in a third party app Scrivener and it doesn't work there too.  I had a look at all my keyboard shortcuts listed in System Preferences>Keyboard>Keyboard Shortcuts and don't see the shortcut listed there.  Also I checked my triggers in Quicksilver and didn't see the Cmd+Opt+B shortcut there too.  Any idea how I can fix this?  Had this issue for a long while now.
    Thanks!

    This issue may be resolved by installing the 10.6.8 v1.1 combo updater.
    Mac OS X 10.6.8 Update Combo v1.1

  • BitmapData draw method doesn't work when the project is published as the .swf file of the web applic

    Hi,
            I am totally confused by this strange error. When I tried using the draw method of BitmapData to draw a movieclip symbol of my project, it seems to work fine locally. However, as I uploaded the published .swf file to my web server and launched it as the plugin of my web application, it failed. The source codes as follows,
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    message3 didn't show at all. Instead, the browser console shows "Uncaught Error: Error calling method on NPObject.". My understanding of this error message is that the .swf is calling something crashing, and I believe that bd.draw(stage)is the crashng method call.
    Also, here is my html embed tag:
        <embed src="/tests/videoplayer.swf" id="flash" quality="high" height="510" width="990" scale="exactfit" name="squambido" align="middle" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" style="margin: 0px auto;clear:both;position:relative;"/>
    Can someone help me?

    Thank you for your reply.
    I tried stageWidth and stageHeight, but it still doesn't work.
    The draw() methid is triggered when I clicked a screenshot button in my application as follows,
    ExternalInterface.addCallback("printscreenClicked", printscreenClicked);
    function printscreenClicked():void
         //ExternalInterface.call calls a javascript function to print message1
        var bd:BitmapData = new BitmapData(stage.width,stage.height);
        //ExternalInterface.call calls a javascript function to print message2
      bd.draw(stage);
        //ExternalInterface.call calls a javascript function to print message3
    Would you please give me an example of "waiting for Event.RESIZE is good, or just at least Event.ENTER_FRAME"?
    My real purpose in this application is to capture a snapshot of a streaming video. The video is contained in a movieclip object. I tried stage first since BirmapData.draw() doesn't work when drawing the movieclip on the web site. Do you have any suggestion for this situation? Also, is there any good method to find out what happened if the browser have "Uncaught Error: Error calling method on NPObject."?

  • Delta Download from ISU BP to CRM BP doesn't work

    Hi Experts,
    We are currently new implementing a CRM7.0 system which is connected to an existing ISU system. We now have an issue about the BP delta download from ISU -> CRM.
    Replication Scenario:
    ISU BP -> CRM BP, NOT SD Customer -> CRM BP. As ISU is the leading system to create BPs and in ISU a MKK BP will be created first then a SD customer will be generated based on a template. So the change of a BP is via BP transaction for MKK role, not via XD02 SD Customer.
    Issue:
    The middleware setting is done and initial download from ISU BP -> CRM BP is done and successful. However when I trying to change a BP (change a MKK BP via BP transaction) in ISU, the change is not replicated to CRM (no queues, no BDOCs). It seems the delta download is not triggered at all.
    However, I have maintained all the settings based on the ISU Specifics on the Set-Up-and-Load Guide for BP. So the followings are maintained:
    - ISU: COM_BUPA_CALL_FU maintained based on the Guide
    - CRM: CRMC_BUT_CALL_FU maintained based on the note 757955
    - CRM: V_SMOFEVOB maintained based on the Guide
    - ISU: BTE table (T-code: BF31) maintained based on the Guide
    After setting above, the initial load is working (necessary table like CRMCONSUM,  CRMRFCPAR etc. are maintained otherwise the initial download won't successful). However, the delta download from ISU BP (MKK) to CRM BP doesn't work.
    The only uncertain thing for me is the setting for ISU : CRMC_BUT_CALL_FU. In the Guide only one sentence saying CRMC_BUT_CALL_FU needs to be maintained both in CRM and ISU and details refer to note 757955. However, the note 757955 only talks about FMs for CRM not for ISU/ECC. So in ISU/ECC the table CRMC_BUT_CALL_FU I activated for the following entries:
    BPOUT BUPA  0100000 COM_BUPA_MWX_CREATE_MAIN  
    X
    BPOUT BUPA  1000000 BUPA_OUTBOUND_MAIN        
    X
    BPOUT BUPA  2000000 BUPA_CREATE_CHANGE_POINTER
    X
    BPOUT BUPA  3000000 BUPA_OUTBOUND_ALE_MAIN    
    X
    BPOUT BUPX  1000000 MDS_BUPA_OUTBOUND         
    X
    CLEAR BUPA  0100000 COM_BUPA_MWX_CLEAR_FLAGS  
    X
    CLEAR BUPA  1000000 BUPA_OUTBOUND_CLEAR_FLAGS 
    X
    CRMIN BUPA  1000000 BUPA_INBOUND_MAIN_CENTRAL 
    X
    CRMIN BUPA  2000000 ABA_FSBP_INBOUND_MAIN     
    X
    CRMOU BUPA  1000000 BUPA_OUTBOUND_BPS_FILL_CENTRAL X
    CRMOU BUPA  1000010 ABA_FSBP_OUTBOUND_BPS_FILL
    X
    CRMOU BUPA  2000000 ABA_FSBP_OUTBOUND_BPS_FILL
    X
    MERGE BUPA  1000000 MERGE_BUPA_CENTRAL        
    X
    MERGE BUPA  2000000 MERGE_BUPA_FINSERV        
    X
    MERGE BUPR  1000000 MERGE_BUPR_CENTRAL        
    X
    PXYIN BUPA  1000000 BUPA_INBOUND              
    X
    XIIN  BUPA  1000000 ABA_BUPA_MAP_PROXY_TO_DDIC
    X
    XIIN  BUPA  2000000 ABA_FSBP_MAP_PROXY_TO_DDIC
    X
    XIIN  BUPA  2100000 ABA_FSBP_MAP_PROXY_TO_DDIC_1   X
    XIIN  BUPA  3000000 ABA_FSBP_MAP_PROXY_TO_DDIC_1   X
    XIIN  BUPR  1000000 ABA_BUPR_MAP_PROXY_TO_DDIC
    X
    XIOUT BUPA  1000000 ABA_BUPA_MAP_DDIC_TO_PROXY
    X
    XIOUT BUPA  9000000 ABA_FSBP_MAP_DDIC_TO_PROXY
    X
    XIOUT BUPA  9000010 ABA_FSBP_MAP_DDIC_TO_PROXY_1   X
    XIOUT BUPR  1000000 ABA_BUPR_MAP_DDIC_TO_PROXY
    X
    Not sure if the above setting is correct or not (some of the setting may not necessary, is that will impact the delta download from ISU to CRM)
    Also what's the purpose of maintain two tables in ISU/ECC (COM_BUPA_CALL_FU and CRMC_BUT_CALL_FU)?
    Also I have read some notes that the ISU BP -> CRM BP delta download is not triggered by above tables, it is triggered by BADI PARTNET_UPDATE, is this true, a bit confused.
    I am looking forward a solution from you experts.
    Thanks,
    Laurence

    Any inputs experts?

  • Central Autoreaction Method doesn't work for NW 7.10 in SolMan 7.01

    Hello!
    The central autoreaction method doesn't work for the satellite system
    NW 7.10. For systems with kernel releases 4.6D, 640, 700 this method
    works fine and e-mail alerts are coming.
    The configuration steps I've checked:
    1. Configured SCOT. The mail_send job executes every 5 minutes.
    2. Background dispatching job is released: SAP_CCMS_MONI_BATCH_DP (In
    central CEN/000/DDIC and satellite system SAT/000/DDIC)
    3. Central dispatching job is released: SAP_CCMS_CENSYS_DISPATCHER
    (Only in central system CEN/000/DDIC)
    4. The sapccm4x-agent registered as web service within CEN using
    Create Remote Monitoring for NW 7.10:
    Connection test to SAPCCM4X.<satellite_host>.00 was performed successfully
    5. Created a new autoreaction method by copying method
    CCMS_OnAlert_Email_V2 to the own Z_CCMS_Email_Alert_CEN:
    Function Module - SALO_EMAIL_IN_CASE_OF_ALERT_V2
    Execute Method on Any Server and Only in Central System, triggered by
    CCMS agents
    SENDER (EMAIL_USER) exists in CEN/000 , RECEPIENT - <distr list
    SAP_BASIS in CEN/000>, RECIPIENT-TYPEID - C
    6. Got MTE Classes from NW 7.10 satellite system and assigned this method
    Z_CCMS_Email_Alert_CEN to an MTE-class CCMS_ORAucPSAPSR3 for NW 7.10
    satellite system. The alert is red right now.
    7. The mail_send job doesn't send anything, in SCOT there are no
    sending orders.
    8. Autoreaction status on this alert in CEN in RZ20 - Sent to CEN.
    CEN_CHECKED.
    9. The alert status in RZ20 in CEN - ACTION_REQUIRED. If I execute it
    in manual the alert status changes to ACTIVE, but no email and no
    messages in sending orders in SCOT.
    Please help me to solve this issue.
    Thank you!

    Hi,
    Since you are using RECIPIENT-TYPEID =C i.e. General distribution list, pls ensure to have shared type of list created in SBWP.
    Also pls verify your SCOT configutaion , if apropriate address area i.e. *@abc.com
    Also one point to note that even if you trigger auto reaction method manually via RZ20 , pls check if alert is listed in SOST.
    if yes , that means there is problem in either SCOT configuration or distribution list.
    If alert is not appearing in SOST , that means you need to check auto reaction method parameters;
    Z_CCMS_OnAlert_Email_V2 , here check release section if Auto reaction execution method is checked.
    Regards,
    Rupali

  • Bug? chained jQuery Selector in Dynamic Action doesn't work

    Just found out, that this jQuery Selector jQuery("#ABOTYPE_REPORT").find("#f01_0001") doesn't work as triggering Element of type "jQuery Selector" in a Dynamic Action.
    But this one jQuery("#ABOTYPE_REPORT").find("#f01_0001")[0] worked with type "DOM Element" as triggering Element in a Dynamic Action.
    To my knowledge even the first one is a real and valid jQuery Selector and should work.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

    Hi Patrick,
    It would be really nice if you could support a less strict definition of the jQuery Selector (as i understand DOM Object and jQuery Selector to be the advanced and more powerful options).
    In my example i could directly use #f01_0001 if my page wouldn't have more than one TabForm on it (and therefore multiple elements with id f01_0001) ;-)
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Slide effect doesn't work in IE

    Can someone tell me why a slide effect that works fine in
    Firefox and Safari doesn't work at all in IE7?
    You can see the problem at this URL:
    http://www.kateswork.com/projects/portfolio1.1.htm
    There are three slide effects, triggered by 3 buttons. The
    bottom two buttons (fwd arrow and caption) work as expected in all
    browsers. Only the top one fails, and only in IE. What could be the
    cause of this?
    Many thanks in advance.

    Anybody? PLEASE? Help!

  • .htaccess doesn't work on Snow Leopard

    Hi, I was googling a lot and found a lot of solutions but nothing seems to work. I've already changed AllowOverride to All in Apache2/users/username.conf file but .htaccess doesn't work.
    This is a sample of my .htaccess file:
    +RewriteEngine on+
    +RewriteRule index\.html index.php+
    When I open up index.html in my browser, this page shows up:
    Forbidden
    +You don't have permission to access /Users/username/Sites/rsbudoucnost/index.php on this server.+
    Any of you have experienced this? I've never configured .htaccess file before. I think it might be a configuration issue in httpd.conf but I really don't know how to edit it. Thanks for any helpful answers.

    I don't know how familiar you are with Apache and related tasks, but this does appear to be following a path I've observed before. You've plumbed together various Apache pieces, and something within that chain is clearly not quite right. Been down that path myself, and on many occasions.
    When presented with these cases and these sorts of errors, I prefer to take a chain saw to the thicket, and to simplify the problem. Start with one thing. Get that to work. Add the next piece. Verify. Rinse. Lather. Repeat.
    Here? Confirm that the index.html access works, sans any rewrite. Then verify that a php file itself works via the usual phpinfo() file. If that works, then try a rewrite in the main directory. Then try the files in the subdirectory. Then the rewrite in the subdirectory. And I'm assuming that's an actual subdirectory and not a link, too. When you hit something that triggers an error, then back up and figure out why. Could be, for instance, directory protections or a rewrite error. (I've committed my share of rewrite error creation over the years, too.)
    Tedious? Sure. That's debugging. And when larger sequences go wrong, split the problem into smaller and more manageable hunks, and verify. Trust. But verify.

  • ST05 doesn't work : can't open trace file

    Hi,
    I am used to work with ST05 for years, but today, the trace DOESN'T WORK !! The trace activation and deactivation seem okay, but display triggers the following 2 errors : "File end of performance trace file detected -> See long text" (message 0S161), and "Could not open performance trace file" (message 0S113). I deleted all trace files in ST01, and tried again, but still the same errors.
    I couldn't find anything in sap forums, notes, etc. Sometimes, it may work again, but only for a few seconds. Strange. Maybe disk full? Or memory? (buffers are undersized, total memory is 1GB)
    But remember: it was working with the roughly same config since the beginning.
    Any ideas?
    Thx a lot.

    @Rob, how do you know? :-D (sorry but I must cleanup my history of watches (of my own threads too) because it's impossible to display the watch page (so that to turn forums watch off, allow being watched config , etc.) when there are too many thread watches)
    @Gana, maybe: ask the server to be restarted... and ask the admins to see if there are disk or network issues...

  • Reboot script doesn't work with BOOTCD

    Hi,
    We do Image our Workstations with the BOOTCD which works fine. At the End,
    there's a reboot command.
    All worked out, we had to do some changes in the Scripts after upgrading to
    ZEN7, but now the Reboot doesn't work anymore, the Workstation just waits
    and needs to be reset by hand - we tried reboot, shutdown, init 6 - nothing
    worked so far.
    The usual reboot script seems not to work - Anybody got an idea how to
    reset the workstation after imaging automatically?
    Thanks

    Any luck with this? We seem to have run into a similar problem. After
    finishing with an image and coming back to the bash prompt, I type
    "shutdown -h now" When doing so, I get the error "Can't execute command in
    bin/init". If I type "shutdown", it recognizes it as a command and gives
    me the switches I should use. I get this error with any of the switches.
    Thanks in advance.
    > Automatic Reply wrote:
    > > TboRElligerM,
    > >
    > > It appears that in the past few days you have not received a response
    to your posting. That concerns us, and has triggered this automated reply.
    > >
    > > Has your problem been resolved? If not, you might try one of the
    following options:
    > >
    > > - Do a search of our knowledgebase at
    http://support.novell.com/search/kb_index.jsp
    > > - Check all of the other support tools and options available at
    http://support.novell.com in both the "free product support" and "paid
    product support" drop down boxes.
    > > - You could also try posting your message again. Make sure it is posted
    in the correct newsgroup. (http://support.novell.com/forums)
    > >
    > > If this is a reply to a duplicate posting, please ignore and accept our
    apologies and rest assured we will issue a stern reprimand to our posting bot.
    > >
    > > Good luck!
    > >
    > > Your Novell Product Support Forums Team
    > > http://support.novell.com/forums/
    > >
    >
    > try reboot -f

  • IOS 5.1 Update, Home Button Doesn't Work.

    Ever since I installed the iOS 5.1 update on my iPhone 4, the home button does not work at all! I've tried every trouble shooting solution I could find. I've Restarted, I can't hard reset because the home button doesn't work, I've restored from back up, I've restored as new, I've vacuumed out and gently used a tooth brush in the port below the home button in attempt to remove any dust. I've tried opening a factory installed app such as Maps, Safari, Stocks etc and held the top button until the "Slide to power off" showed and then held down the home button until it went to home screen except it didn't go to the home screen at all the "slide to power off" disappeared after a while. I have extremely intermittent response with the Home Button. If i press it continuously it will work after 27 presses one time or 9 presses another but never when I try to do a hard reset and 9.999 times out of 10 it doesn't work. I am so frustrated! I didn't get it wet and it stopped working immediately after the software update. HELP!

    I talked to Apple today and was told that it's a "hardware issue" and they will not fix it. I will have to pay 169.00 to have it repaired because it is no longer covered. He told me that "the software update triggered a hardware problem" and that they haven't heard of this issue before either and this was after he went and "spoke with a senior service advisor". The thing is that if THEIR software update triggered the "hardware problem" meaning that if I hadn't updated at all my phone would be in perfect working order right now then HOW IS THAT NOT A SOFTWARE ISSUE?! I am beyond livid. I cannot continue using my phone with assistive touch, NOTHING else works and I know this isn't the first time they've heard of it because how can so many people be having this problem and Apple NOT be aware of it?!  My family has bought three MacBooks, three MacBook Pros, one iPad, two iPad 2s, seven iPhone 3s, one iPhone 3GS, five iPhone 4s, two iPhone 4S, four Apple TVs, one Time Capsule and COUNTLESS versions of iPods and have never had an issue having any of them repaired and only four of those products had to be and it was a fast and hassle free...then again they all were covered still at the time of repair...
    How do you restore to a previous firmware? I don't want a new phone...I want MY phone to work...the one that worked perfectly before their update....this is beyond ridiculous...I wish apple would take a look at their own support communities and see that this ISN'T our problem...it's a problem created by THEM.

  • Play audio action doesn't work in Captivate 7

    Hi,
    On the first slide of my course I added a "quick start" guide. It consists of a series of captions containing text. In each caption there's a "Continue" text link triggering an advanced action to hide the current caption and show the next one. This works perfectly.
    Now I wanted to attach audio to each step of the guide. I added a "play audio" action after the show/hide actions for the first step. No audio was playing. When I changed the play audio to be the first action in the script - the script didn't work at all. When I changed it to be between the hide and show, the hide worked and show didn't. What I understand from this is that play audio doesn't work and also halts the whole thing.
    Any advice?
    Thanks

    Just checked it out, created a shared action with almost exactly the same commands, but grouped all the text containers in one group Gr_TC
    to hide:
    It worked perfectly. You don't see a label, because it is a shared action, for which I just filled in some parameters. Attached it to three buttons, had 3 text containers and 3 different audio clips.
    Is the audio clip playing when you use it in another way? The only difference seems to be that you have a VO clip and I used one of the included sounds with Captivate.
    Another way could be to attach the audio to the text container as object audio. Once you show the text, audio will play, when you hide the text it will stop. That was the way to go before CP6:
    http://blog.lilybiri.com/playtime-with-audio-and-widgets
    Lilybiri

Maybe you are looking for

  • How to schedule an action in Acrobat X to run at night?

    I am trying to run optimize action on a folder every night or so but i cant find a way to do it. Hopefully it will run without having to start Acrobat itself. Thanks

  • FTP Adapter - 10.1.3.3 -Urgent !!!

    Hi, I am trying to configure get operation for FTP adapter (SOA Suite 10.1.3.3./ Jdev 10.1.3.3). Created an empty BPEL project, created a partner link and configured receive activiyt to invoke this PL and then rest of the steps. After deploying the p

  • Can myRIO generate PS_ON signal to turn on a PC?

    I am working on an autonomous robot running on myRIO and a mini PC. The robot has a power ON toggle switch. However, the motherboard requires a momentary switch PS_ON signal. I wonder if myRIO can generate this signal via its MXP pins. If it's possib

  • Adobe reader wont open.pdf files

    trying to open .pdf files with latest version of abobe reader, but just get a blank Adobe reader screen and then the programme quits?

  • After last Windows update, Firefox will not work

    I am running Vista Business OS. and FF beta 4.x After the latest updates (installed automatically) on Wed, April 27, Firefox will not load. When I click on the icon, I get the "busy" and then.......nothing. It does show as a running process, but noth