Ask a Question related to Coldfusion Database Access, Design and Development.
-
Jon D. #1
Application User Auditing in DB
Does anyone know how you can pass the application user ID to the database for
auditing purposes? We require auditing at the user level in the DB. The
problem is you loose a significant portion of transaction auditing when you use
connection pooling and multi-tier applications like CF. They are all logged at
the datasource account account level, not the specific application user.
Right now we are on MX6.1 and Oracle 9i
Oracle's JDBC supports keeping track of the "application user" through
CLIENT_IDENTIFIER but I am not sure how to access this through the CF
framework.
Any ideas or alternatives are greatly appreciated!
Thanks!
Jon
Jon D. Guest
-
Auditing Controls
I developed a checkin system for a hospital's guest rooms that also allows payments and refunds to be issued to guests. The IT department has asked... -
kdc ticket auditing
Hi, I would like to audit the kdc ticket activity: I mean: I access IIS via kerberos, so I find in event viewer the 672 entry, then I have a 673... -
Auditing
I can't turn off security auditing in the event viewer even with mmc console there is no local security policy snap in? Anybody got any ideas? -
Auditing Windows XP Registry
Hello There, I can audit any of the Root Keys execpt for HKEY CLASSES ROOT. Would anyone know why the Audit pane for this root ker is greyed... -
Fine-grained auditing question
I'm thinking about playing around with this and I have a few questions. All of the documentation I've read talks and shows how to use it for... -
zz3top #2
Re: Application User Auditing in DB
You'll need to solve two issues:
1. Gettin the application user Id
2. Implementing the code for Oracle:
For the Oracle part, see proof of concept demo:
[url]http://searchoracle.techtarget.com/tip/1,289483,sid41_gci910600,00.html[/url]
For the application user id, you probably need to integrate with whatever
security services you might use - Windows or Linux. A quick and dirty answer
could be the CGI.AUTH_USER variable.
zz3top Guest



Reply With Quote

