synonym for tablespace
449932Aug 23 2005 — edited Aug 23 2005Hello,
Is it possible to create synonym for tablespace?
e.g. I have 2 users - user1 and user2 with tablespaces ts1 and ts2 respectively.
there are bunch of sql statements that get executed. e.g. create table ... tablespace ts_countries.
I would like to create synonyms in user1 and user2 for tablespace ts_countries, such that for user1, ts_countries is synonym for ts1 and for user2, ts_countries is synonym for ts2.
Is it possible?
Thanks!
Keval