create tablespace websphere datafile '/opt/oracle/oradata/ORA10G/websphere.dbf' size 10m AUTOEXTEND ON NEXT 1M MAXSIZE UNLIMITED;
CREATE USER websphere IDENTIFIED BY websphere DEFAULT TABLESPACE websphere TEMPORARY TABLESPACE TEMP;
GRANT connect, resource TO websphere;
CREATE USER websphere IDENTIFIED BY websphere DEFAULT TABLESPACE websphere TEMPORARY TABLESPACE TEMP;
GRANT connect, resource TO websphere;