Ram, April 12, 2017 - 5:33 am UTC
So the purpose of current_schema is to avoid using synonyms ?
April 12, 2017 - 5:39 am UTC
That is certainly one potential use
The other possible cases
Rajeshwaran, April 12, 2017 - 12:12 pm UTC
The other case would be that, i may be a highly privileged users, where i need to run the deployment script for an application cattered over multiple schemas.
rather than connect/disconnect across multiple schema
i could login as a highly privileged users (DBA user) and then use "alter session" to switch across multiple schema for executing the deployment scripts.