Set Current Oracle Schema
October 14, 2011
To set the current Oracle schema that objects/queries will executed against, run the following code:
ALTER SESSION SET CURRENT_SCHEMA=FOO;
October 14, 2011
To set the current Oracle schema that objects/queries will executed against, run the following code:
ALTER SESSION SET CURRENT_SCHEMA=FOO;