CREATE USER <user_name> [profile "DEFAULT"] identified by "<password>" [default tablespace "USERS"] 删除用户
DROP USER <user_name> CASCADE