I am new to using triggers. What function can I use to determine who disabled my trigger?
For instance:Someone is updating the row, and I want to know who updated the row.
I am using Oracle 10g.
SELECT sys_context('USERENV', 'SESSION_USER') FROM dual;
or
SELECT sys_context('USERENV', 'SESSION_USERID') FROM dual;
Source: https://habr.com/ru/post/1340580/More articles:Fetching an iterator for HashMap throws a cast exception - javaNPAPI for Python - Chrome extension - pythonadd title to pdf using iText - javaLinux fork inside class on heap - c ++Why doesn't Symfony2 require authorization even after I set up security? - symfonyIs there a tutorial for Microstation Api for C # developers? - c #get UITextField with a tag - iosWhich editor is used here on SO? - javascriptSign in with UITableView - objective-cSplit string into uppercase / lowercase letter char - regexAll Articles