05 2016 档案

摘要:It is a security issue, so to fix it simply do the following: Go to the Oracle folder. 1- Right Click on the folder. 2- On security Tab, Add “Authenti 阅读全文
posted @ 2016-05-20 00:13 wolfplan 阅读(3464) 评论(0) 推荐(0)
摘要:一、出现症状 1、使用sqlplus连接正常 2、C#使用10g的ODP.NET连接时,报上面的错误 二、原因 1、Oracle11G之前密码是不区分大小写的,从11G开始默认密码区分大小写 2、使用10G的ODP.NET时,会自动把密码转换成大写 三、解决办法 1、给连接字符串中密码使用加上引号, 阅读全文
posted @ 2016-05-19 23:09 wolfplan 阅读(2148) 评论(0) 推荐(0)