GeekArticles
FAQ
Oracle FAQI want know how to prevent select for update from users without update grant.
Author: asktom.oracle.com |
Published: 3rd Jan 2008 |
Visited: 48 times |
Add CommentFiled in: Oracle FAQHi Tom,
Thank you for this space for doubts.
I want know how to prevent select for update from users without update grant.
Follow the example below:
<code>
create user test1 identified by test1;
grant connect,resource to test1;
create ...
Read Article Sponsored Links
Related Articles
• A Look at MapQuest's Users .vbutton {padding:5px; border:groove 3px; background-color:#c0cCFF; color:white; font-family:Verdana; text-align:center; font-weight:bold; font-size:12pt; cursor:pointer;} .vbutton:hover {background-color:#e0e0ff;border:outset;} .vbutton:active {background-color:#a0a0ff;border:inset;} O'Reilly ...
• RESTRICT USERS TO INSERT/UPDATE DATA EXCEPT THEIR PRIVILIEGES DEAR TOM
i learn a lot from this platform as a new dba
i have a situation here. i did't write code/script here because i havn't any idea that how i ask from you? i have tried to convey my..
i have a database of almost 60 tables. application d ...
• Referencing values in update trigger Tom,
When a before update for each row trigger fires and a certain column was not set in the update statement, the :new value for the "certain column" appears to be set to the :old value by the time the trigger fires. Is there a way to determine ...
• Java SE 6 Update 10 Beta This update introduces new Java Plug-In, Java Kernel, Java Deployment Toolkit, new Java system properties, Java Quick Starter, hardware acceleration support, and Nimbus to provide an optimized consumer-end user experie ...