hi there,
I'm trying to determine how to use the alter session command to set the current_schema back to the users default schema. I've tried the USER function and various other things without success.
SQL> show user
USER is "DEPLOYMENT"
SQL> alter session set current_schema = some_other_schema;
Session altered.
SQL> alter session set current_schema = user;
alter session set current_schema = user
*
ERROR at line 1:
ORA-02421: missing or invalid schema authorization identifier