1.create user platform identified by intest; 2.create tablespace PLATFORM_DATA datafile 'c:\PLATFORM_DATA.dbf' size 500m; 3.alter user platform default tablespace PLATFORM_DATA; 4.grant create session,create table,unlimited tablespace to platform;