SQL> CREATE USER zzz IDENTIFIED BY zzz;
SQL> GRANT create session TO zzz;

Then the user was able to select data from one of the schemas.