10gR2
6.0.6.947
In Command Window:
Unlike Sqlplus, "describe" does not work after set_schema
...is this a know issue ?
Any fix ?
thanks
6.0.6.947
In Command Window:
Code:
SQL> desc emp
Object emp does not exist.
SQL> alter session set current_schema = scott;
Session altered
SQL> desc emp
Object emp does not exist.
SQL> select count(*) from emp;
COUNT(*)
----------
14

Any fix ?
thanks