軟件測試+JAVA

          -- 新手上路
          posts - 13, comments - 7, trackbacks - 0, articles - 0
          http://kb-index.mercury.com/web/queries/KBAview.asp?Product=TD&Conceptid=7145&BVUserID=


          Solution: Checking permissions of an Oracle user for creating TD projects

          Note:
          Please have your Oracle DBA check this for you.

          To check whether a user has the right privileges to create projects, log into SQL Plus as user "projadmin" and execute the following:

          create user trial_user identified by (default password); (please contact Mercury support for the default password)
          grant connect,resource to trial_user;
          select username, sum(decode(privilege, 'SELECT ANY TABLE', 2, 'CREATE SESSION',1, 0)) from session_privs, user_users where privilege in ('SELECT ANY TABLE', 'CREATE SESSION') group by username

          If these execute successfully, you can drop the user:

          drop user trial_user;




          主站蜘蛛池模板: 水城县| 高雄市| 和田县| 渭源县| 盱眙县| 昌乐县| 黔西县| 深州市| 塔河县| 铜陵市| 广安市| 广东省| 南川市| 西平县| 罗城| 徐闻县| 清苑县| 克山县| 通许县| 维西| 宜丰县| 修文县| 黔西县| 阿城市| 三亚市| 岱山县| 澄迈县| 瑞昌市| 揭西县| 柏乡县| 桐城市| 遂川县| 遂溪县| 广南县| 边坝县| 监利县| 虞城县| 许昌县| 济宁市| 靖江市| 黑山县|