CONNECT TO YOUR DATABASE AS USER SYSTEM AND CREATE A TABLESPACE TO USE FOR THIS EXERCISE

1. Connect to your database as user SYSTEM and create a tablespace to use for

this exercise. With SQL*Plus:

create tablespace small datafile 'small1.dbf' size 2m;