• <small id='YruOh'></small><noframes id='YruOh'>

      1. <i id='YruOh'><tr id='YruOh'><dt id='YruOh'><q id='YruOh'><span id='YruOh'><b id='YruOh'><form id='YruOh'><ins id='YruOh'></ins><ul id='YruOh'></ul><sub id='YruOh'></sub></form><legend id='YruOh'></legend><bdo id='YruOh'><pre id='YruOh'><center id='YruOh'></center></pre></bdo></b><th id='YruOh'></th></span></q></dt></tr></i><div id='YruOh'><tfoot id='YruOh'></tfoot><dl id='YruOh'><fieldset id='YruOh'></fieldset></dl></div>

          <bdo id='YruOh'></bdo><ul id='YruOh'></ul>
        <legend id='YruOh'><style id='YruOh'><dir id='YruOh'><q id='YruOh'></q></dir></style></legend>
        <tfoot id='YruOh'></tfoot>

      2. 如何在 Oracle 11g 中创建用户并授予权限

        时间:2023-06-25
          <bdo id='06rlM'></bdo><ul id='06rlM'></ul>
        • <i id='06rlM'><tr id='06rlM'><dt id='06rlM'><q id='06rlM'><span id='06rlM'><b id='06rlM'><form id='06rlM'><ins id='06rlM'></ins><ul id='06rlM'></ul><sub id='06rlM'></sub></form><legend id='06rlM'></legend><bdo id='06rlM'><pre id='06rlM'><center id='06rlM'></center></pre></bdo></b><th id='06rlM'></th></span></q></dt></tr></i><div id='06rlM'><tfoot id='06rlM'></tfoot><dl id='06rlM'><fieldset id='06rlM'></fieldset></dl></div>

          <legend id='06rlM'><style id='06rlM'><dir id='06rlM'><q id='06rlM'></q></dir></style></legend>
          <tfoot id='06rlM'></tfoot>
          • <small id='06rlM'></small><noframes id='06rlM'>

                  <tbody id='06rlM'></tbody>

                1. 本文介绍了如何在 Oracle 11g 中创建用户并授予权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有人可以告诉我如何在 Oracle 11g 中创建用户并只授予该用户仅执行一个特定存储过程和该过程中的表的能力.

                  Can someone advise me on how to create a user in Oracle 11g and only grant that user the ability only to execute one particular stored procedure and the tables in that procedure.

                  我真的不知道该怎么做!

                  I am not really sure how to do this!

                  推荐答案

                  以 SYSTEM 身份连接.

                  Connect as SYSTEM.

                  CREATE USER username IDENTIFIED BY apassword;
                  
                  GRANT CONNECT TO username;
                  
                  GRANT EXECUTE on schema.procedure TO username;
                  

                  您可能还需要:

                  GRANT SELECT [, INSERT] [, UPDATE] [, DELETE] on schema.table TO username;
                  

                  到过程使用的任何表.

                  这篇关于如何在 Oracle 11g 中创建用户并授予权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:我无法启动 SQL Server 浏览器 下一篇:MYSQL 访问控制

                  相关文章

                  <tfoot id='TfnvB'></tfoot>

                  • <bdo id='TfnvB'></bdo><ul id='TfnvB'></ul>
                  <i id='TfnvB'><tr id='TfnvB'><dt id='TfnvB'><q id='TfnvB'><span id='TfnvB'><b id='TfnvB'><form id='TfnvB'><ins id='TfnvB'></ins><ul id='TfnvB'></ul><sub id='TfnvB'></sub></form><legend id='TfnvB'></legend><bdo id='TfnvB'><pre id='TfnvB'><center id='TfnvB'></center></pre></bdo></b><th id='TfnvB'></th></span></q></dt></tr></i><div id='TfnvB'><tfoot id='TfnvB'></tfoot><dl id='TfnvB'><fieldset id='TfnvB'></fieldset></dl></div>

                    <small id='TfnvB'></small><noframes id='TfnvB'>

                    1. <legend id='TfnvB'><style id='TfnvB'><dir id='TfnvB'><q id='TfnvB'></q></dir></style></legend>