create tablespace smartbot datafile 'smartbot.ora' size 100m reuse default storage(initial 500k next 500k pctincrease 20);
create user smartbot identified by smartbot default tablespace smartbot quota 30m on users;
grant connect,resource to smartbot;
create user smartbot identified by smartbot default tablespace smartbot quota 30m on users;
grant connect,resource to smartbot;
修改用户名和密码
alter user smartbot identified by mima;