Finding the database SID based on the Linux process running on application server
Hello
We have a 19c database with application server running on Linux
The application server uses sqlplus and jdbc connections to the database
Is there a way we can map the linux process id running on the application server to the corresponding database SID?
Thanks