+ -
当前位置:首页 → 问答吧 → oracle11G 外部认证失败

oracle11G 外部认证失败

时间:2011-09-15

来源:互联网

[root@wml ~]# useradd test
[root@wml ~]# passwd test
Changing password for user test.
New UNIX password:
BAD PASSWORD: it is too simplistic/systematic
Retype new UNIX password:
passwd: all authentication tokens updated successfully.

SQL> select * from v$version;

BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production

SQL> show parameter os

NAME                                 TYPE             VALUE
------------------------------------ -----------    -----------------------------
db_lost_write_protect                string       NONE
diagnostic_dest                          string       /u01
optimizer_index_cost_adj           integer     100
os_authent_prefix                       string       ops$
os_roles                                      boolean     FALSE
remote_os_authent                    boolean     FALSE
remote_os_roles                         boolean     FALSE
timed_os_statistics                     integer      0

SQL> CREATE USER "OPS$test" IDENTIFIED EXTERNALLY;

User created.
SQL> grant create session to "OPS$test";

Grant succeeded.

SQL> conn /
ERROR:
ORA-01017: invalid username/password; logon denied


Warning: You are no longer connected to ORACLE.

诸位,为什么呢?

[ 本帖最后由 foolfox 于 2011-9-15 16:06 编辑 ]

作者: foolfox   发布时间: 2011-09-15

你现在退出sqlplus,在操作系统里切换到test用户,然后再用sqlplus /这种操作系统外部认证的方式就可以登录oracle了

作者: majuthink   发布时间: 2011-09-15

你现在退出sqlplus,在操作系统里切换到test用户,然后再用sqlplus /这种操作系统外部认证的方式就可以登录oracle了
www.jiyinnn.com

作者: xixi852456   发布时间: 2011-09-15

这论坛竟然没有一个帖子我看的www.jiyinnn.com

作者: xixi852456   发布时间: 2011-09-15

热门下载

更多