Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create a trigger before drop a table on oracle 11g

703787Sep 18 2011 — edited Sep 18 2011
Hi all,
I am working on oracle 10g database.
My requirement is i want to revoke drop table(Only table) from owner(He is a original owner he owned the table).
The owner can able to create a table and other objects .
But we won't allow to drop a table. he can drop other objects like procudure,packages..
So i decide to implement the above solution with trigger.
Can anyone please guide me ,if possible please post the sample code.


regards,
reshu
This post has been answered by Solomon Yakobson on Sep 18 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2011
Added on Sep 18 2011
2 comments
1,740 views