The database schema depends on your login user. To the best of my knowledge it is not possible to select a particular schema for a given user.
Objects in other schemas are accessed by prefixing the object with the schema name, i.e. schemaname.objectname
Public synonyms are very usefull if you wish to make objects in one schema visible in all others.