Is there any "trigger" after commit?

Hi, All.
I want to do some complicated logics (may take up much of time) after a row data is inserted and committed successfully.
Any "trigger" in Oracle to meet my requirement?
I know the normal insert/update trigger is executed before the transaction commit. But I cannot let front-end users wait so long a time until the logics end.
Thanks very much.

BluShadow wrote:
user6472797 wrote:
I know the normal insert/update trigger is executed before the transaction commit. But I cannot let front-end users wait so long a time until the logics end.Well, it will be your code issuing the commit, why don't you include your logic processing just before or just after that commit.
What purpose would a trigger be?Yes, it is my code issuing the commit, but then it will return to user. I don't want to add much time costing in code before returning to user.
So, let Oracle server do that.

Similar Messages

  • Is there any problem after buying ipod touch?

    guys I am going to buy an Ipod touch now in April I have a question that is there any problem after I take a new ipod touch or will I get any lag using it and plz tell me which storage size should I take as my usage is four to 5 games, itunes u,50 songsand some movies?????

    At least 32GB, as with any new electronic device, get the most advanced you can afford, you can't add any more space or features after you bought the device.

  • Stock Transfer Order, is there any field called "commit to ship"

    Dear Experts,
    While doing Stock Transfer Order, is there any field called "commit to ship"  which means that the qty is confirmed to transfer from Plant A to B.
    Regards

    I am not sure exact field are you reffering in PO there is commited qty in delivery schedule tab this will shows commited qty in po once qty confirmed

  • If oracle can create trigger after commit???

    In my problem, I want to refresh a materialized view after I update a field in the table. But in the trigger "after update" on this table, the materialized view only refresh the old data. It maybe the problem of uncommit. So I want to know if I can refresh the materialized view on the trigger after the table has updated?

    Thank you for your advice. Yes, you're right, that's what I thought. To submit a job may result in the differ data sometimes. But if any exception cause in the trigger, I can raise RAISE_APPLICATION_ERROR, and prevent the job submitting. Is it right?
    Another question, I don't know how to understand the words you said, "If you're dealing with more than a handful of rows, that's going to kill performance, particularly if the data changes with any regularity.". Why it can kill the performance, and what's the performance you refer to. Can you explain it for me?
    And my materialized view is as following:
    create materialized view log on t_equipment
    with rowid (ereq_code,ereq_parent_equipment,ereq_number1,ereq_boolean2)
    including new values
    create materialized view log on EQUIPMENT_ATTRIBUTE
    with rowid (ETAT_VALUE_NUMBER,COMMONKEY,INDX)
    including new values
    create materialized view MV_EQUIPMENT
    pctfree 0 tablespace TEST
    storage (initial 1m next 1m pctincrease 0)
    --refresh fast on commit
    as
    select a.ereq_code,
    a.ereq_parent_equipment,
    nvl(a.ereq_number1,0) ereq_number,
    nvl(c.ETAT_VALUE_NUMBER,0) etat_number,
    a.ereq_boolean2
    from t_equipment a,EQUIPMENT_SPECS b,EQUIPMENT_ATTRIBUTE c
    where a.ereq_code=b.ETES_EQUIPMENT(+)
    and b.PK_EQUIPMENT_SPECS=c.COMMONKEY(+)
    I still can't add "refresh fast on commit" on it. Why?

  • Are there any issues after installing AT&T's free McAfee?

    Since installing it on my Mac Pro laptop with Maverick installed, I've been getting unrecognizable app names icons.

    Antivirus tools can and variously do cause problems, yes.
    One of the typical first steps for troubleshooting weird errors is the removal of the antivirus tools.
    Here, I'd remove McAfee per the documented procedures, reboot, and test again.
    If I wished to secure the OS X system, I would install ClickToPlugin in Safari, would disable Oracle Java in Safari and any other web browsers or would simply remove or not install Oracle Java, and would remove Adobe Flash Player, and would also disable opening "safe" file extensions within Safari.  (I generally don't install antivirus tools on OS X systems, but then administrative access is also restricted.)
    FWIW — if you're downloading kits for various tools — please go to the author's own download site for the particular package.  Avoid downloading tools from pop-ups or freebies or the rest — don't download anything from any other sites.  Go directly to the author's distribution site.  I mention this here as unfortunately some of the major download aggregators are now adding toolbars and other baggage, and those add-ons can cause weirdnesses.

  • Is there any difference between ways to commit data?

    Hello friends at www.oracle.com ,
    when you need to commit data at Forms, by using PL/SQL, is there any difference between COMMIT and FORMS_DDL ('COMMIT') instructions?
    Thanks for your answer, and best regards,
    Franklin Gongalves Jr.

    commit is a synonym for commit_form, which means any changes in the form will be posted (firing any pre/post insert/update/delete triggers).
    If there are no changes in the form, then you get a message to that effect, and nothing happens at the database end.
    forms_ddl('commit') sends a commit statement to the database. Changes made to the form are not posted to the database first.
    it's generally used when you've made 'behind the scenes' database changes (eg update/insert/delete statements in the body of a trigger/function/procedure) but no changes to base table data, and it ensures the changes are committed at the database, irrrespective of nasty message about 'no changes to commit'.

  • IS there any user exit when finish MIGO?

    Hi,
    I want change the material price when post goods using Migo,I find several exit,but It locked the material,I can't change material during this time,is there any exit after posing goods, or is it possible to call another program after migo?
    Thanks in advance.
    Lance

    Dear Lance,
    Do you already check for : ZXMBCU01-ZXMBCU03
    Also in IMG path : MM>Inventory management and PI>Maintain customer exits and Business add-ins.
    Regards,
    w1n

  • Is there any user exit after saving the material doc

    Hi,
      Is there any user exit in the T-code:mb01/migo after saving the material doc,?I want to record some data when the doc is saved.
      thanks,
    lance

    Hi
    Please check <i>The enhancement MB_CF001, includes a function module that is called up immediately before the COMMIT WORK when a goods movement is posted.</i>
    Regards
    Ramakrishna

  • My MacBook Pro is running very hot after lion install.  Are there any hardware changes that will help? What can I do to get it back to normal?

    My MacBook Pro is running very hot after lion install.  Are there any hardware changes that will help? What can I do to get it back to normal?

    I get the impression that most of the users on older hardware experiences similar temperature issues on Lion for a long time now. Awaiting for confirmation from the original poster.
    In the meantime I'm just cautious with regards to pushing the machine to such extreme temps, since something tells me such behaviour which includes monitor flickering and the likes is nothing but abnormal for any type of use...
    Any clues if 10.7.5 does anything on this? If not I'm afraid i see myself going back to SL for good...

  • Is there any way to create backing bean, After page gets created?

    Hi
    Any one can please answer to my quick question !!!
    Is there any way to create the backing bean ,after a jsf page gets created using ADF ..?
    When i first time created the jsf jppx page i unchecked the option to generate backing bean, but later some time I would like to have backing bean for the newly created page. so is there any way to create backing bean ...?
    Thanks in Advance

    Have your page in the visual design mode then go to the Design->Page Properties menu and you'll be able to select auto-bind on the second tab.

  • Is there any way to force time machine to keep retrying after disk i/o error?

    a little background to my problem:
    i've had a hard drive problem previously, and i managed get all the data off of my mac by trying and retrying to access the same files and also from my working time machine backup. after zeroing out and reformatting my drive and doing a clean install of Mavericks i had everything back up running no problems.
    recently, my macbook pro would be stuck and slow in recently imported iphoto pics so i figured my hard drive is really failing this time around
    i try to get a time machine backup to save what i can, but after a couple of tries time machine would just stop backing up and in console i would see a disk i/o error.
    is there any way to force time machine to keep trying to backup through the disk i/o error so i can save what i can before getting a new drive?
    edit: a little more info, i know i have a harddrive error from looking at the console, but when i do a verify disk in disk utility it comes up clean and even after doing a disk repair it comes up clean i still see disk i/o errors in the console.

    See:
    *http://kb.mozillazine.org/Preferences_not_saved
    Thee can also be a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (extensions.sqlite, extensions.rdf, extensions.cache, extensions.ini) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry.<br />
    New files will be created when required.
    See "Corrupt extension files":
    * http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to do a compatibility check or see if there is an update.

  • I just brought a apple protection plan as my phone warranty is going to end in a day, when i am trying to enter the protection plan code and my phone serial no its showing an error message try after some time is there any solution to that?

    i just brought a apple protection plan as my phone warranty is going to end in a day, after entering the protection plan code and my phone serial no its showing an error message "technical error try after some time", is there any solution for that?
    As i need the warranty to extend for another year please help me regarding this issue.
    When i bought a new iphone5 in Inda after using it for three days lock button was not working properly and it was warranty claimed and exchanged from apple service center in India, for the same phone I want to extend the warranty but its showing a error message is there any solution?

    Here is some information on the applecare +:
    http://www.apple.com/support/products/iphone.html
    It appears that you have to buy the applecare within 30 days of buying your phone - you said that your phone warranty is almost over, so when did you buy it??? That could be the explanation for the error.

  • I accidentally deleted my entire iTunes library after updating my iTunes.  Is there any way that I can get these songs back?

    After clicking on an update for iTunes, the only change I noticed was the addition of about 9000 sound bytes, which was ridiculous and wasteful.  I started to delete all the sound bytes, but that was going to be a huge chore.  Instead, I moved the songs I had in my library to a playlist called "backup library."  I then chose to "select all" under edit to highlight the rest of the 9000 soundbytes and delete these in one click.  At first, this seemed to work.  I still had the saved songs in my playlist, and the 9000 sound bytes went to the recycle bin.  I then emptied the recycle bin to get rid of the sound bytes.  When I checked iTunes again, there were no songs anywhere in the library or playlists.  Is there any thing you can do to help restore all of these songs (and none of the sound bytes) to my IPOD Classic?  Is my account saved with a back-up of everything I had saved in my iTunes library and playlists?
    I have about 1500 songs in my IPOD Classic that are not affected by this error.  Is there a way that I can transfer all of these songs back into my iTunes library? 
    I would appreciate any help with this problem.

    Hello bigali,
    Your options are kinda limited. I would use this first:
    Downloading past purchases from the App Store, iBookstore, and ...
    Then check here for the non-purchased items:
    https://discussions.apple.com/thread/2452022
    You want to rebuild the library first, then sync the ipod.
    Here is a good idea for when your done:
    How to back up your media in iTunes
    Hope this helps.
    ~Julian

  • A very good friend of mine dropped her iphone into water and now it is not working.Her husband recently passed away and text messages from him and from well wishers after his decease are feared lost. Is there any way to retrieve them?

    A very good friend of mine dropped her iphone into water and now it is not working.Her husband recently passed away and text messages from him and from well wishers after his decease are feared lost. Is there any way to retrieve them?
    I suggested contacting Compub in Nassau St as the info is priceless and worth the trouble of trying to regain?
    Any thoughts? The poor lady is very distress

    If she has backed up her iPhone she can replace that iPhone and set up the new iPhone from her backup.
    You can put the iPhone that went into water into a plastic baggie with either new silica gel packets (preferred) or raw rice and let it sit for  4 - 5 days. After that time remove the phone and connect it to power for at least a half hour. While it is still connected to power reset it by holding down the power and hold button, wait for the Apple logo then let go of the buttons. Might take several tries. If it revives immediately back it up.

  • Are there any known issues when using PSE 13 after installing Apple's recent 10.10.3 Combo update for Yosemite?

    I've had Yosemite for some time and bought/installed PSE 13 afterwards.
    In the last few days I upgraded to Yosemite 10.10.3.
    As a PSE 13 novice I've been working my way through "Adobe Photoshop Elements 13 - Classroom in a Book". Working through the exercises I've found my iMac is sometimes taking longer to process the functions I'm using than prior ro the 10.10.3 upgrade. E.g., using the Healing Brush tools, Straighten Tool etc.
    I've struggled with Apple's upgrade and had to re-install my machine from a previous Time Machine Backup and so I was wondering:-
    Are there any known issues with PSE 13 post 10.10.3 upgrade?
    Are there things I should be concerned about in the future before accepting an OS X upgrade?
    Thanks,
    Andy

    No, no known issues. However it's a good idea to always delete preferences after OS X system updates.

Maybe you are looking for

  • How to use Remote key for linking two repository

    Hi, I have a challenge like not to repeate common tables like Company_code,Currency,Vendor name,customer name across all repositories. Is there any way I can use 'Remote key' to link different repository. I can create a Main table with all common att

  • Document upload and view problem in easy dms

    Dear Friend When i upload or view documnet in easy dms it is show ftp erro and when right click on document only one time open this document thru sap and all opration is done from easy dms please guide us where is proble Nainesh

  • SMB2 permissions issues on 10.9.5

    Encountering permissions issues still using smb:// to interact with servers. Thought this was supposed to be fixed in the last update. Having this issue on over 20 Mac Pros using 10.9.5 no problems with older snow leopard macs. I've tried using CIFS

  • Changing 'Sent Messages' to point to 'Inbox' problems

    Hello, In Messenger Express, go Options->Settings. When you choose : Sent Messages When sending a message place a copy in Inbox Now, go back to your Inbox. In my Inbox, in the 'From' column it actually shows the 'To' values of the emails. Does this h

  • Playing Avid Mpeg 50 Codec in FCP

    Hi I have FCP V7 on Snow Leopard 10.6.6 and have successfully installed the latest Avid PE codec Package for Intel. The Mpeg50 media will now play in QT player, but not in FCP where it says:"Codec not found you may be using a compresssion card withou