create user cdm identified by cdm default tablespace sce_data temporary tablespace temp quota unlimited on sce_data; grant CREATE INDEXTYPE to cdm; grant CREATE OPERATOR to cdm; grant CREATE PROCEDURE to cdm; grant CREATE SEQUENCE to cdm; grant CREATE SESSION to cdm; grant CREATE SYNONYM to cdm; grant CREATE TABLE to cdm; grant CREATE TRIGGER to cdm; grant CREATE TYPE to cdm; grant CREATE VIEW to cdm; grant create database link to cdm; grant create job to cdm; grant select any dictionary to cdm;