DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Capture User Information While using Java

Threaded View

  1. #1
    Join Date
    Aug 2002
    Posts
    19

    Capture User Information While using Java

    Hi All,

    We have an application on the web developed using JSP, Java and with database as Oracle 9i.

    Connection to database is made using the database bean with userid as xyz.

    So to capture the Audit Information of all DML's performed on certain tables, I need to capture the Application Userid through which the user logged in, not the database userid through which connection is made.

    I tried to use, dbms_application_info pkg in 9i but to no avail. Pls advice if any solution is available.


    Regards,
    Soma
    Last edited by ssekhar; 01-28-2004 at 10:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width