1.使用超级管理员登陆c#
conn sys/oacl as sysdba;spa
2.建立c##scott用户it
create user c##scott indentified by tiger;table
3.为用户受权登录
grant connect, resource, unlimited tablespace to c##scott container = all; im
4.设置用户使用的表空间db
alter user c##scott default tablespace users;tab
alter user c##scott temporary tablespace temp;dba
5.使用c##scott用户登陆ant
connect c##scott/tiger
6.退出plus 从新登陆一次