• <small id='4eF2y'></small><noframes id='4eF2y'>

    <tfoot id='4eF2y'></tfoot>
    • <bdo id='4eF2y'></bdo><ul id='4eF2y'></ul>

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

        为机器登录用户以外的特定用户运行创建/删除

        时间:2023-09-30
      2. <i id='3aw9Q'><tr id='3aw9Q'><dt id='3aw9Q'><q id='3aw9Q'><span id='3aw9Q'><b id='3aw9Q'><form id='3aw9Q'><ins id='3aw9Q'></ins><ul id='3aw9Q'></ul><sub id='3aw9Q'></sub></form><legend id='3aw9Q'></legend><bdo id='3aw9Q'><pre id='3aw9Q'><center id='3aw9Q'></center></pre></bdo></b><th id='3aw9Q'></th></span></q></dt></tr></i><div id='3aw9Q'><tfoot id='3aw9Q'></tfoot><dl id='3aw9Q'><fieldset id='3aw9Q'></fieldset></dl></div>

        <small id='3aw9Q'></small><noframes id='3aw9Q'>

        <tfoot id='3aw9Q'></tfoot>

            <tbody id='3aw9Q'></tbody>
          • <bdo id='3aw9Q'></bdo><ul id='3aw9Q'></ul>

              <legend id='3aw9Q'><style id='3aw9Q'><dir id='3aw9Q'><q id='3aw9Q'></q></dir></style></legend>

                • 本文介绍了为机器登录用户以外的特定用户运行创建/删除 DB2 数据库命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  db2 CREATE DATABASE XYZ
                  
                  db2 DROP   DATABASE XYZ
                  

                  这些 db2 命令不支持在 db2cmd/db2clp 上为机器登录用户以外的特定用户执行时指定用户名/密码.因此导致异常

                  These db2 commands which doesn't provide support to specify username/password while executing on db2cmd/db2clp for a specific user other than machine logged-in user. Hence result a exception

                  SQL1092N 请求的命令或操作失败,因为用户标识没有执行请求的命令或操作的权限."

                  "SQL1092N The requested command or operation failed because the user ID does not have the authority to perform the requested command or operation."

                  当通过选择以不同用户身份运行"来运行相同的命令时,它可以正常工作.

                  And when the same commands run as by choosing 'Run as different user', it works properly.

                  1. 但我需要使用 Java 代码中的相同机制,但不知道如何使用.是否可以以不同的用户表单 Java 代码打开已安装的 db2 的 clp??
                  2. 是否可以在创建/删除命令中关联用户名/密码?

                  推荐答案

                  在 CLP 中,您可以首先使用所需的任何用户 ID ATTACH 到实例,然后发出 CREATE DATABASE 命令.

                  From the CLP you can first ATTACH to the instance using whatever user ID you need, and then issue the CREATE DATABASE command.

                  如果实例在您的本地机器上运行,您只需像这样附加:

                  If the instance is running on your local machine, you just attach like this:

                  $ db2 attach to db2inst1 user db2inst1
                  Enter current password for db2inst1: 
                  
                     Instance Attachment Information
                  
                   Instance server        = DB2/LINUXX8664 9.7.5
                   Authorization ID       = DB2INST1
                   Local instance alias   = DB2INST1
                  

                  如果实例在远程服务器上运行,则附加到您在数据库目录中定义的节点名称":

                  If the instance is running on a remote server, you attach to the "node name" that you have defined in your database catalog:

                  $ db2 list db directory
                  
                   System Database Directory
                  
                   Number of entries in the directory = 1
                  
                  Database 1 entry:
                  
                   Database alias                       = SAMPLE
                   Database name                        = SAMPLE
                   Node name                            = SRV01
                   Database release level               = d.00
                   Comment                              =
                   Directory entry type                 = Remote
                   Catalog database partition number    = -1
                   Alternate server hostname            =
                   Alternate server port number         =
                  

                  在本例中,list database directory 的输出中显示的节点名称为 SRV01,因此您可以使用以下命令进行附加:db2 attach to srv01 user <用户名>.

                  In this example, the Node Name shown in the output from list database directory is SRV01, so you would attach using: db2 attach to srv01 user <username>.

                  这篇关于为机器登录用户以外的特定用户运行创建/删除 DB2 数据库命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:为什么 DB2 Type 4 JDBC Driver 正在寻找本机库 db2jcc 下一篇:如何检查用户的 DB2 SYSADM 或 SYSCTRL 授权

                  相关文章

                  最新文章

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

                  1. <tfoot id='EXGpB'></tfoot>

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

                  2. <legend id='EXGpB'><style id='EXGpB'><dir id='EXGpB'><q id='EXGpB'></q></dir></style></legend>