Oracle connections where username has $?

I need help tracking something, I get a few connections where the Enterprise Manager says:

OS User Name: Example$ <-- Example is the machine name.
Terminal: Example
Machine: Domain\Example

There is no user named Example $, where does this come from? ....

I am using Oracle 11g.

Edit: The problem I'm tracking is an asp.net application that supports open connections, I use the "using" statement every time I open them so that it doesn't. It seems that the problem is with the connection pool.

+3
source share
3 answers

MachineName $ is a machine’s network service account named MachineName, as shown on another machine.

/ Klaus

+2

, ? , .

, . , / , , , , Oracle . , , , .

+1

This is a user who externally authenticates through the OS.

0
source

Source: https://habr.com/ru/post/1724322/


All Articles