I am new to Oracle and continue to have problems creating triggers. I am using the OE schema and Oracle product_information table to get experience with triggers. I want to create a trigger on the Product_Information table that fires on the update of the table. The trigger should not allow a...
No, that did not work as well. I get the same 2 errors:
2/1 SQL Statement Ignored
2/39 Invalid user.table.column, table.column or column specification
Here are my columns for Product:
ProductID, Name, ListPrice, Category
Here are my columns for Events:
EventID, ProductID, UserUpdating, EventTime
Thank you for your assistance. I reran the code exactly as you have it and got the same errors. The table Product has 4 columns(ProsuctID, Name, ListPrice, Category). I have entered 5 rows of data in the Product table. The table Events has 4 columns (EventID, ProductID, UserUpdating...
I am having problems with a PL/SQL oracle program. I am trying to invoke a trigger before UPDATE ON table Product and insert the trigger messages into the table Events. Both Product and Events tables have been created. Also, the sequence has been created.
Here's my code below:
CREATE OR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.