打开sql plus
connect system/manager;create user myName identified by myPassword;
grant..... on ... to myName;