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

Thread: Triggers and bits

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    4

    Triggers and bits

    Hi all,

    Apologies for a complete noob post in advance.

    I am working my way through learning PL/SQL and i am using a test database at work to this end. So far I have done a few Inserts, Updates and the odd delete.

    Now the database I have been working on has, according to the software duppliers, 'become corrupt' and they need to 'recompile the source code'

    So have I done something to break the DB ?

    With regards to Triggers and indexes, which apparently because I did not use thier front end, got 'screwed up' I though that Triggers fired no matter what.

    That is if I use SQL*Plus or thier front end the Triggers still fired.

    Am I getting this wrong, and I do apologise again fro such a noob question

    many thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    depends what is in the trigger - and what their definiton of corrupt is

  3. #3
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Thumbs down They are "pulling" your leg...

    Quote Originally Posted by LuckyJim1001 View Post
    Hi all,

    Apologies for a complete noob post in advance.

    I am working my way through learning PL/SQL and i am using a test database at work to this end. So far I have done a few Inserts, Updates and the odd delete.

    Now the database I have been working on has, according to the software duppliers, 'become corrupt' and they need to 'recompile the source code'

    So have I done something to break the DB ?

    With regards to Triggers and indexes, which apparently because I did not use thier front end, got 'screwed up' I though that Triggers fired no matter what.

    That is if I use SQL*Plus or thier front end the Triggers still fired.

    Am I getting this wrong, and I do apologise again fro such a noob question

    many thanks.
    Seems to me they are feeding you some BS. No amount of Inserts, Updates and the odd delete will make the programs/procedures 'become corrupt' and in need to 'recompile the source code'.

    Now, if you did some changes to the schema (tables/views structure) like adding/removing columns then maybe the stored procedures or other programs would need to be re-compiled.

    Inserts, Updates and the odd delete could corrupt the data, but NOT the programs.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

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