SQL Plus Oracle PLSQL

SQL>
SQL> alter session set current_schema=Smart;
ERROR:
ORA-01435: user does not exist
SQL> show user
USER is "RNTSOFT"
SQL>
SQL> select * from dept;
SQL>
SQL> alter session set current_schema=book;
SQL>