Is there a way of identifying the connections made to a pluggable Oracle database? I can use the v$sessions
and v$process
views, but this seems to show all sessions within the container and all pluggable databases (with no indication on those views as to which database the session is linked to).
Any ideas?