CONNECT TO THE DATABASE AS USER SYSTEM AND CREATE THE WEBSTORE USER WITH DEFAULT TABLESPACE STOREDATA AND TEMPORARY TABLESPACE TEMP

1. Connect to the database as user SYSTEM and create the WEBSTORE user with default tablespace STOREDATA and temporary tablespace TEMP. Grant the WEBSTORE user unlimited quota on the STOREDATA tablespace as well as the privileges to create a session and create a table. The WEBSTORE schema will be used in subsequent exercises.