How to switch to a different schema in Oracle - SQL Developer?
ALTER SESSION SET CURRENT_SCHEMA = <schema name>;example: ALTER SESSION SET CURRENT_SCHEMA = EmployeeDB;