Oracle.ManagedDataAccess and ORA-01017: invalid username/password; logon denied

后端 未结 9 1270
青春惊慌失措
青春惊慌失措 2020-12-01 13:11

I have a challenging situation on one of our servers. I have an ASP.NET MVC 3 application that needs to connect to an Oracle 12c database. It does so using the following co

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-01 13:37

    I have been struggling with this same issue for a couple of weeks and finally have a resolution. I had to disable the FIPS security policy, try setting this key:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy] "Enabled"=dword:00000000

    to zero, it worked perfectly for me

    I was following your thread your blank password issue eventually pointed me here:

    https://community.oracle.com/thread/2557592?start=30&tstart=0

提交回复
热议问题