oracle如何创建对表进行读写操作的用户

oracle如何创建对表进行读写操作的用户------解决方法--------------------------------------------------

oracle如何创建对表进行读写操作的用户

------解决方法--------------------------------------------------------
首先, 请用system帐号登录oracle
create user name identified by pwd ;
grant resource,connect to ceping;
conn name/pwd;