Question about USERNAME environment variable
Hi,
EBS:12.1.3
DB : 11.1.0.7
OS : Windows 2008
In PROD Instance Application server, we are loggin with the username "ProdJedi", so when we put "echo %username%" in command prompt, it is showing as "ProdJedi".
Below the output:
----------------------
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\ProdJedi>echo %username%
ProdJedi
C:\Users\ProdJedi>
----------------------
In Cloned Instance Application server, we are loggin with the username "OraJedi", so when we put "echo %username%" in command prompt, it is showing as "OraJedi".
Below the output:
----------------------
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\OraJedi>echo %username%