• <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 中创建用户并授予权限

        How to create a user in Oracle 11g and grant permissions(如何在 Oracle 11g 中创建用户并授予权限)
          <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 中创建用户并授予权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Using Alias In When Portion of a Case Statement in Oracle SQL(在 Oracle SQL 中 Case 语句的 When 部分中使用别名)
                  Why doesn#39;t Oracle SQL allow us to use column aliases in GROUP BY clauses?(为什么 Oracle SQL 不允许我们在 GROUP BY 子句中使用列别名?)
                  ORA-00972 identifier is too long alias column name(ORA-00972 标识符太长别名列名)
                  Using an Alias in a WHERE clause(在 WHERE 子句中使用别名)
                  Can we connect a 32 bit Oracle server from a 64 bit client and vice a versa? (我们可以从 64 位客户端连接 32 位 Oracle 服务器,反之亦然吗?)
                  How to extract data from a SAP ABAP system?(如何从 SAP ABAP 系统中提取数据?)
                  <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>
                        <tbody id='TfnvB'></tbody>

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

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