Hi
When we install a single database/instance on Windows server. When we go into task manager it will show the
single instance process name as ORACLE.EXE
If we install 3 database instances on one single windows server, how does the process name show in task manager ?
Does it show 3 processes with same name in task manager ?
oracle.exe
oracle.exe
oracle.exe
Or does it prefix or suffix the process name with instance id ?
OracleSID1.exe
OracleSID2.exe
OracleSID3.exe
Thanks