DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: DML statements notification

  1. #1
    Join Date
    Nov 2007
    Posts
    10

    DML statements notification

    Hello,
    I have about 300 tables in my database, which is in oracle 9i. If any DML statements are done on these tables, I need a notification like, inserts a row to a notification table or creates a notification file. Writting trigger on all these tables is not possible. Is there are any other ways??

    Sumesh

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    A notification for every single DML operation in the whole database?
    WOW!
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Nov 2007
    Posts
    10
    I do not need a notification on every record insertion or updation. I need a notification when a DML statement is executed on any table under a particular user. I mean if i inserts 1 millon row, i just need a single notification. So that i can understand some DML statement is executed on some table.

  4. #4
    Join Date
    Nov 2002
    Location
    Mooresville, NC
    Posts
    349
    Is it for your learning process?
    I never heard of this kind of requirement before.
    http://www.perf-engg.com
    A performance engineering forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width