Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: avoid to create public synonyms
>
Thanks that's a very interesting site.
I've found a discussion that suggest something like this in an other
context:
execute immediate 'alter session set current_schema = ' || default_schema;
Could this be the way to avoid all synonyms.
There are only two questions:
1. In triggers, to notice all changes a user has done, I need USER.
2. The SELECT, UPDATE ... grants refers to the user or not.
Best regards
Dietmar
Received on Wed Nov 17 2004 - 02:48:10 CST
![]() |
![]() |