Application Name in connection string
569586Jun 4 2007 — edited Jun 4 2007Hello,
In SQL server I can specify "ApplicationName" as part of connection string and then after connection is established, run sp_who2 to see how many connections have been made from my Application.
Is there a way to do the same in Oracle? What is the connection string attribute I can use for this purpose and how can I check how many connections have been made with this attribute?
I'm on 9i and 10g.
Thank you.