How do I change the default schema in sql developer? May 4, 2023 by Tarik alter session set current_schema = otheruser; should do the trick.