Creating tablespace using "svrmgrm" datafile : "/data3/oracle/wisdom.dbf" initial size : 1024 M byte next : 16 M SQL> CREATE USER moebius 2 IDENTIFIED BY wisdom 3 DEFAULT TABLESPACE wisdom 4 TEMPORARY TABLESPACE temp 5 QUOTA unlimited ON wisdom 6 PROFILE default; User created. SQL> GRANT CONNECT, RESOURCE to moebius; Grant succeeded. SQL> GRANT UNLIMITED TABLESPACE TO moebius; Grant succeeded. Enter user-name: moebius Enter password: Connected to: Oracle7 Server Release 7.3.3.0.0 - Production Release PL/SQL Release 2.3.3.0.0 - Production SQL> start w3_23.sql