Changing the default schema in Oracle
Posted by merill | Filed under Tips
The application I was working on assumed that the user would always be in the default schema. I ran into a snag when I had to connect to the staging environment where the read only user that I was provided with didn’t have all the objects in his schema.
The solution was to make a call [...]