Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7730387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:12:45+00:00 2026-06-01T06:12:45+00:00

When connecting to a Sql Server you can include either App or Application Name

  • 0

When connecting to a Sql Server you can include either “App” or “Application Name” in the connection string. This makes is very easy to trace apps that share a username/password.

One good use for this is Sql Server Profiler. You can filter by application. This has been quite helpful to us in the past.

However, I’m unable to find anything like this for Oracle.

Is there an equivalent to SQL Server’s “Application Name” Connection String Parameters in Oracle?

We are using Oracle provided .NET drivers (obviously connecting through .NET/C#) if that is relevant.

Microsoft Connection String Keywords

Use Application Name parameter when connecting to SQL Server

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:12:47+00:00Added an answer on June 1, 2026 at 6:12 am

    I don’t think you can specify the application name in the connect string.

    But if you have the possibility to run a statement inside your application, you can use the DBMS_APPLICATION_INFO package to set an application name:

    execute DBMS_APPLICATION_INFO.SET_CLIENT_INFO('MyProgram');
    

    You can also use it to identify different processing steps

    execute DBMS_APPLICATION_INFO.SET_MODULE('INVOICE', 'Calculating invoiced');
    execute DBMS_APPLICATION_INFO.SET_MODULE('CUSTOMER', 'Checking for pending things');
    

    This information will show up in V$SESSION

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When connecting to sql server, I have the hardcoded string (local). Is this a
The excel spreadsheet is connecting to SQL server 2005 using the connection string below:
I am having difficulty connecting my java code to sql server database. I can
If I can ping my DB server, is my SQL Server connection guaranteed to
I'm developing a device application, using a connection with a 'regular' Sql Server 2005
Can anyone show me a way of converting SQL Server data-types (varchar for example)
I want to programatically enable TCP connections on SQL Server. I believe we can
How can I see opened connections /running queries in SQL Server 2008?
I have some Crystal Reports connecting to a Sql Server db that I would
I built a .NET ASMX web service connecting to an SQL Server database. There

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.