To view, you need the SELECT privilege to view.
Log in to the database using the account you provided. Run the following select statement to see all the tables available to you:
SELECT owner, table_name
FROM all_tables;
If you do not see any tables from the schema, in your opinion, you should have access, then you have the privilege.