View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 11:59 AM
Michel Cadot
 
Posts: n/a
Default Re: alias/synonym on user/schema


"Björn Wächter" <bwc@p3-solutionsKILL_SPAM.de> a écrit dans le message de news: 4ushsvF19h3ehU1@mid.dfncis.de...
| Hi all,
|
| is there a way to have an alias on an oracle user/schema.
| I want to redirect a user that is logging into the DB with
| the same user name password every time, into a different
| schema. Any Ideas?
|
| Thanks Björn

alter session set current_schema ...

Regards
Michel Cadot


Reply With Quote