How do I change the default schema in sql developer?
oracle, oracle-sqldeveloper
Solution
alter session set current_schema = otheruser;
should do the trick.
Problem
I don't see any tables in the tables section of a database that I've linked to w/ SQL developer. The DB admin says I need to change the default schema in SQL developer. How do I do that?