Recent content by davidsette

  1. D

    Trigger Debugging

    Hi, this is all the code from my trigger: CREATE OR REPLACE TRIGGER TRMULTIRECPOST_ADDRESS AFTER INSERT OR UPDATE OR DELETE ON ADDRESS DECLARE TYPE xMembnos IS TABLE of basic.membno%TYPE INDEX BY BINARY_INTEGER; Membnos xMembnos; TYPE xRowids IS TABLE of UROWID INDEX BY BINARY_INTEGER; Rowids...
  2. D

    Trigger Debugging

    Hi all, I'm attempting to debug a trigger, but I'm unable to see the value of any variables within it. If I add the variable to the "Watches" window, it just tells me "(not a variable)"... Any idea what I can do to view the contents of the variable. NOTE: It is not a :new or :old variable...
  3. D

    VCS & VSS Integration

    Hello, I'm trying to integrate the VCS plug-in with Visual Source Safe. I've managed to set it all up (seems to be correct) but I'm wondering what the best way to place the scripts for my database objects under source control. I would like to know if there's a way to generate the scripts for...
Back
Top