'Oracle V$SESSION Machine is <ComputerName>\<ComputerName> instead of <Domain>/<ComputerName>

I've a strange behavior with oracle and it's seems it causes problem with Security Policies.

When I look the V$Session table, some connection "MACHINE" are only the , other are <ComputerName> but I also have one which is <ComputerName>. And I've Security problems with this connection. enter image description here

Do you have any idea why the MACHINE is <ComputerName>\<ComputerName> instead of <Domain>/<ComputerName> ?

Is there any way to fix this ?

The App "FicheTravail.exe" is running :

  • .NetFramework 4.7.2
  • EntityFramework 6.4.4
  • Oracle.ManagedDataAccess 19.10.1
  • Oracle.ManagedDataAccess.EntityFramework 19.7.0

I'm simply using an oracle Connection string to connect to the database, without passing any info about the machine.

I'm sorry I don't give a lot of information but I don't really know what could help in this case.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source