18th January 2010
in
Security
This trigger secures objects, preventing a user from dropping them by mistake. To begin, create a table for the example below called secured_objects with a column objectname, with datatype varchar2(20). Insert a record i[...]
Tags: Trigger to Prevent Dropping Objects
1 Comment
12th January 2010
in
Security
One thing you need to remember before read this post is there is no easy or shortcut way to make a read only user of another schema. Like grant select on username to another_username- there is no such single command like[...]
Tags: Create Read only user for a Schema
35 Comments