Hello, just an answer to your last question:
> > It makes hard to host DataBases. > > Eg. I need to host 50 copies(each has for different company) of my > DataBase. > [...] > > Each user has its own > > default name space and because of this, their tables won't collide. > > Can two users share namespace ? > You may grant access (select, update or what else you need) to your table to some other user and you may create a public synonym or she may create a private synonym, so the table is visible to both without any qualifying schema name. Works very well. Peter Willadt _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
