My question is as follows:
User name = Admin
Whenever I perform an insert/update/delete operation on a table “a”. I need to have a trigger that would insert the username in table “b”
Is that possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Oracle’s online documentation is pretty good. You can read the SQL reference here.
edit
useris a function which returns the name of the account which issues the DML. Find out more.