java - How to interrupt a user action in database -
i want interrupt user actions(ex: when user trying insert values, modify/delete values in database). want check if specific condition satisfied in java application based on user action(ex cond: free user not allowed modify contents). java application having information users. if condition satisfied can allow user perform action, if not he/she must denied. there way or specific tools monitoring or interrupting user actions in database.
note: free use database. relational/no-sql.
in oracle can call web service trigger using pl/sql or using java
however should re-evalute need @ database level. severly hamper performance , may violate transaction boundaries. discussion on possible issues see thread
Comments
Post a Comment