How to link the SID of a sqlplus session started by a shellscript concurrent program
I have a shell script concurrent program.
This script calls a SQLPlus procedure .
When the conc request starts, it creates an SID for shell conc program.
However, it also creates a session for the sqlplus program it calls.
How do I connect between these TWO SIDs ?
I couldn't find the connection between these SIDs from any of the FND or v$ sessions.
Please let me know.
Thank you.
-chakrapani