A trigger can fire another trigger.

Hi all

According to the documentation of 9i, it is said that

Trigger may cause another trigger (Trigger cascading).

If yes how can we do it. Please explain for example.

Kind regards
Sri Ram.

-DML1 statement works on table T1;
-Table T1 has TRG1 trigger that fires;
-In the body of TRG1, there is a DML2 statement that works on table T2;
-Table T2 a trigger TRG2 that now fires;
-etc, etc.

Tags: Database

Similar Questions

  • How to unlock my iPhone so I can use another carrier?

    How to unlock my iPhone so I can use another carrier?

    The only person who can unlock the iPhone is the carrier that she is currently locked. You must apply to open for you.

    Sites that claim to be able to unlock an iPhone for you are just scams.

  • I bought the iPhone 4S four years ago. Now my carrier refuse unlock the phone so I can use another sim. What can I do?

    I bought the iPhone 4S four years ago. Now my carrier refuse unlock the phone so I can use another sim. What can I do?

    If your iPhone is locked by a carrier, you must contact the carrier to unlock. Note that this is possible only when the contract has already been terminated and there is no charge to be paid. Ask the carrier once more.

  • How to make a lock off the internet so I can have another WiFi computer using the internet

    How to make a lock off the internet so I can have another WiFi computer using the internet

    you do not take the lock itself.

    Instead, you configure another computer with security information to access the connection Wireless secure.

    Unfortunately, we cannot help you with this, because we cannot tell if you are the owner of the wireless connection or someone trying to hack it via another computer.

    However, what you can try is to contact technical support that provides your internet service.  they will be well to validate your identity and then provide help or more detailed instructions.

  • Windows Xp not connecting to another computer on the Working Group, but individually can connect another computer

    Windows Xp node fails to connect to another computer on the Working Group, but individually can connect another computer.

    I checked the file & sharing options of printer being checked on the general tab.

    Hello

    1. did you of recent changes on your system prior to this problem?
    2. where you able to connect to other computers through the front working group?
    3. do you get an error message?

    I suggest you try the procedure described in the below mentioned link and check if it helps.

    You cannot access shared files and folders or browse computers in the workgroup with Windows XP:
    http://support.Microsoft.com/kb/318030

    Hope this information is useful.

  • I have the discs for acrobat standard, I can buy another license to use it on another computer?

    I have the discs for acrobat standard v9, I can buy another license to use it on another computer?

    N ° Adobe no longer sells this old version.

  • If I have the subscription of photography, I can add another application? Or would it be cheaper just to get creative together cloud subscription?

    If I have the subscription of photography, I can add another application? Or would it be cheaper just to get creative together cloud subscription?

    Total it will cost $29.98.

    Creative subscription full Cloud: $49.99

    However, if you are a student or teacher, you can buy everything plan for just $19.99

    Also, if you had purchased a product Adobe Creative Suite CS 3 and above versions, you can get Creative Cloud full subscription for $29.99

    https://creative.Adobe.com/plans

  • I can add another computer to my subscription to photoshop?

    I can add another computer to my subscription to photoshop?

    You can use CC on 2 computers. If you need more, you must register for a second account.

    Mylenium

  • I want to see if I can get another download of LR4 for mac to install on a new Mac Pro

    buy a mac pro and I wanted to see if I can get another download of my lr4 under license to install

    There should be no problem installing on a second machine.

    You can download it from http://prodesigntools.com/adobe-lightroom-4-is-out.html

    You must connect to the Adobe to your Adobe ID website before you can download the installation program.

  • How can I get a 90 day wait until after I have download an app from another account with logged in my phone, he said: I have to wait 90 days before I can download another app.

    my friend logged on to my phone with her account so I can download an app that I could not pay for. now it says I have to wait 90 days to download another app on my account. How can I get there?

    Click here and ask for help from the staff of the iTunes Store.

    (136727)

  • I can fire alarm 'Bad state' Variables shared artificially?

    And what should I do to make the experience of alarm "bad state". EVS is running on the Windows PC platform.

    The answer is positive. I found the way to myself. I can alarm you in service that the sensor is not through to fire "bad status alarm."

  • Cannot send or receive email on this computer. Can from another computer using the same WindowsXP and Hotmail

    Initially, emails were received but could not send.  Clicking new e-mail program stops. or crashes now the computer will not receive e-mails.  I can go to the other office and receive and send e-mail messages on another computer.

    Hello
    Given that the problem is related to hotmail, I suggest you to post the question in the forums and check them off below if it helps:
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    It will be useful.

  • I can invoke another app in a thread of an application?

    If I invoke another app in a thread of an application, I will be able to access its resources (controls etc.?) If I invoke without a thread not the target application get a different process id?

    Because BBSJdev guessed right in thinking that you want to control any application, the answer is simple: you can't.

    The security system is foolproof effectively in this regard. You have no options outside the Automation API that they chose not to put at the disposal of anyone except close partners (for example, businesses, to make applications of specialized technical support).

    If you want something that can 'control' your own applications to another application that you write, so some of the ideas I gave are still options. Note however that it would be quite 'cooperative' form of 'control'... the victim would indeed be pretending to be controlled through the interface you describe, but it would in fact control itself.

    Don't bother looking for any purpose not delicate run around that... you will not find one, unfortunately. (Many of us have asked something like this for purposes of test automated, perhaps to be used only in development Mode, but that seems unlikely to happen in the foreseeable future).

  • Dead keys to blackBerry Smartphones Spacebar - can program another key?

    Hello

    My SPACEBAR doesn't work anymore, I have it disassembled and cleaned and reinstalled the operating system, but it is certainly dead.

    Can I program say another key to map another key?

    Otherwise it will be a bin job and off by Samsung.

    Thank you

    Lookslikeiamstuckthenthanksthoughforaquickreply!

  • create the user who can update another table schema

    Hello

    We have a system of prod in which we need to update the schema of the application running the declaration different update and create/run function, procedure, package bodies. It is very easy if you use the schema owner. But I need to run the activities of another user due to some restrictions. How can I do?

    Can u suggested to update any table privilege... but this would give all access table dictionary also.

    Is there any privilege that would allow any other user update another schema table without using the schema name before the name of the table?

    PLSS suggest

    John,

    Can we use public synonym for that?  I don't know if the risk of security for her:

    SQL > connect h/h

    Connected.

    SQL > select * from scott.emp;

    Select * from scott.emp

    *

    ERROR on line 1:

    ORA-00942: table or view does not exist

    SQL > connect scott/tiger

    Connected.

    SQL > create public synonym scotemp for scott.emp;

    The synonym is created.

    SQL > connect HR/hr;

    Connected.

    SQL > select * from scotemp;

    Select * from scotemp

    *

    ERROR on line 1:

    ORA-00942: table or view does not exist

    SQL > connect scott/tiger

    Connected.

    SQL > grant select on emp to HR;

    Grant succeeded.

    SQL > connect h/h

    Connected.

    SQL > select * from scotemp;

    ..

    ..

    14 selected lines.

    SQL > show user;

    The USER is 'hr '.

    SQL > update of ename set scotemp = 'SMITHX"where empno = 7369;

    setting a day of scotemp set ename = 'SMITHX"where empno = 7369

    *

    ERROR on line 1:

    ORA-01031: insufficient privileges

    SQL > connect scott/tiger

    Connected.

    SQL > grant update on HR emp;

    Grant succeeded.

    SQL > connect h/h

    Connected.

    SQL > update of ename set scotemp = 'SMITHX"where empno = 7369;

    1 line update.

    SQL > rollback;

    Complete restoration.

    SQL >

    Concerning

    Girish Sharma

Maybe you are looking for