Unique db id required for n-tier websphere application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buchanda
    New Member
    • Sep 2008
    • 1

    Unique db id required for n-tier websphere application

    I am working with a n-tier application hosted in a Websphere / DB2/Linux 9.1.2 environment. We have setup a single user for the connection pool used by all application sessions to access the database. Other than USER is there a unique identifier in the database session information I can use within triggers and procedures to allow for tracking of the user. eg: A trigger on delete which populates a date and user column.
Working...