in dos;
svrmgr23 (it's oracle7.3 version server manager , in Oracle8 above , please find the simular application name in oraclehome/bin/connect system/manager@aliasname(if you are sitting on server , @aliasname is not required)grant dba to <username>;
then your <username> has dba role and you should be able to login it in.actually resource and connect role is enough .

解决方案 »

  1.   

    新建了一个用户,但是没有给他授权,当你用这个用户进入时,当然会出错啦。
    create user s identified by ss;
    grant connect ,resource to s;
      

  2.   

    我用的是oracle Enterprise Manager console创建的用户,如果用可视化的界面权限应该怎么分配!
      

  3.   

    grant connect ,resource to newuser;
      

  4.   

    你在oracle Enterprise Manager console中,选择安全性,选中用户,然后分配权限
      

  5.   

    用system/manager connect oracle 然后create a role ,在用grant 将此角色的权限付给USER