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!

Can I create a trigger on a synonym ?

579029Jul 3 2007 — edited Jul 4 2007
Hi

There are two user accounts (schema). When one user access other user's table, SQL like
Select * from user2.table
If create a synonym
create synonym table for user2.table;
Then
select * from table
is working.

My question is can I create trigger by this synonym? I tried
"Create trigger on table" but trigger can not created.
Trigger should created on user2's table.

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2007
Added on Jul 3 2007
10 comments
3,736 views