<bdo id='hBY27'></bdo><ul id='hBY27'></ul>

    <legend id='hBY27'><style id='hBY27'><dir id='hBY27'><q id='hBY27'></q></dir></style></legend>

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

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

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

      ORA-01017 从 9i 客户端连接到 11g 数据库时无效的用户名/密码

      时间:2023-09-19
      <tfoot id='CXSxR'></tfoot>

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

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

              • 本文介绍了ORA-01017 从 9i 客户端连接到 11g 数据库时无效的用户名/密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在尝试从装有 9i (v9.2.0.1) 客户端的 PC 连接到 11g (v11.2.0.1.0) 上的架构.它似乎可以很好地连接到某些模式,但不是这个模式 - 它每次都会返回 ORA-01017 Invalid Username/Password 错误.

                I'm trying to connect to a schema on 11g (v11.2.0.1.0) from a PC with 9i (v9.2.0.1) client. It seems to connect fine to some schemas, but not this one - it comes back with a ORA-01017 Invalid Username/Password error every time.

                用户名和密码绝对正确 - 谁能想出为什么这不起作用的原因?

                The username and password are DEFINITELY correct - can anyone think of a reason why this wouldn't work?

                9i 和 11g 之间是否存在根本的不兼容?

                Are there any fundamental incompatibilities between 9i and 11g?

                推荐答案

                用户名和密码绝对不正确.Oracle 11g 凭据区分大小写.

                The user and password are DEFINITELY incorrect. Oracle 11g credentials are case sensitive.

                尝试 ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;并修改密码.

                Try ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE; and alter password.

                http://oracle-base.com/articles/11g/case-sensitive-passwords-11gr1.php

                这篇关于ORA-01017 从 9i 客户端连接到 11g 数据库时无效的用户名/密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:IN 子句中的 SQL 多列 下一篇:PL/SQL ORA-01422:精确提取返回的行数超过请求的行数

                相关文章

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

                  <tfoot id='FmhgH'></tfoot>

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

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