Home > Database > Mysql Tutorial > 为何assysdba的方式登陆oracle数据库,为何随便输入用户名和密码

为何assysdba的方式登陆oracle数据库,为何随便输入用户名和密码

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:58:54
Original
1278 people have browsed it

其实这是oracle数据库认证方式的问题 把 sqlnet.ora文件中的 SQLNET.AUTHENTICATION_SERVICES= (NTS) 改成 SQLNET.AUTHENTICATION_SERVICES= (NONE)即可 即不能使用系统认证的方式。

其实这是oracle数据库认证方式的问题
把 sqlnet.ora文件中的

SQLNET.AUTHENTICATION_SERVICES= (NTS)

改成

SQLNET.AUTHENTICATION_SERVICES= (NONE)即可

即不能使用系统认证的方式。

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Objective-c - NSInteger reports warning
From 1970-01-01 08:00:00
0
0
0
Convert html files to word
From 1970-01-01 08:00:00
0
0
0
composer installation failed
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template