I am writing the command which I had executed

Create user [user_name] identified by [passowrd] default tablespace [tablespace_name];

grant create session to [user_name];

conn [user_name]/[password] as sysdba;

it is connected and showing all the internal tables.
Now I want to restrict it. How do I?

Thanks
Shailendra