1很奇怪,不太懂原理

 

http://www.tuicool.com/articles/V3UJZfA

 

二、Error "ORA-28040: No matching authentication protocol" When Using SQLNET.ALLOWED_LOGON_VERSION (Doc

http://blog.csdn.net/wuweilong/article/details/15647075

解决方法:

1、 sqlnet.ora file on the server machine: 
from: 
SQLNET.ALLOWED_LOGON_VERSION=10 

to: 
SQLNET.ALLOWED_LOGON_VERSION=8 

2、在使用oracle Thin连接时,用户名要写成“C##user”

 

三、程序启动报错:ORA-12505;PL/SQL却可以登录的解决方法

http://www.2cto.com/database/201203/124950.html

 

三、CDB容器下:

在使用user时需要在之前加"C##"或“c##”

例如:conn C##test/test;

 

四、关于实例如何创建(很好)

http://database.51cto.com/art/201004/195492.htm

 

相关文章:

  • 2021-08-14
  • 2021-09-14
  • 2021-09-11
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
猜你喜欢
  • 2022-01-18
  • 2021-07-27
  • 2021-12-03
  • 2021-07-06
  • 2021-09-18
  • 2021-08-22
相关资源
相似解决方案