Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Oracle Technology Network:
PHP Web Auditing, Authorization and Monitoring with Oracle Database
Sep 13, 2010 @ 19:10:25

On the Oracle Technology Network today there's a new article from Chris Jones about using the client identifier in the OCI8 PHP-to-Oracle connections to help with auditing, profiling and monitoring your Oracle database usage.

This "client identifier" can be used by Oracle Database to distinguish between individual web application users who all connect to the database using one common set of database credentials. For example, every page in a web site might physically connect to the database as the same database user PHPUSER. If two different people 'Chris' and 'Alison' are using the site, these two user names can be set as their respective client identifiers and be passed into the database.

He shows how to set these client identifiers via the oci_set_client_identifier function (and how you could use it in older versions of the OCI8 driver too). He provides a sample application to help you get a good overall picture complete with SQL to load the database and a basic login page to submit and pull that data back out.

He moves over to the database side where he talks about enabling auditing, pulling out the logged application ID and how to use this identifier to restrict access via a Virtual Private Database on the Oracle side.

tagged: authorization monitoring auditing oracle database oci8

Link:

Zend:
New Consulting Offerings for German PHP Users
Apr 12, 2006 @ 12:52:02

As this post on DynamicWebPages today notes, Zend now offers consulting services to all PHP users in Germany, Austria, an Switzerland.

There are three services they are offering right out of the gate - a system for migration support (from PHP4 to PHP5), a training package (that covers both general PHP and the Zend products), and an application auditing (that look sat things like code quality, stability, and modularity).

For more information about these and other offerings from Zend, check out this press release for everything and everyone you'll need to know.

tagged: zend german users consulting auditing training migration zend german users consulting auditing training migration

Link:

Zend:
New Consulting Offerings for German PHP Users
Apr 12, 2006 @ 12:52:02

As this post on DynamicWebPages today notes, Zend now offers consulting services to all PHP users in Germany, Austria, an Switzerland.

There are three services they are offering right out of the gate - a system for migration support (from PHP4 to PHP5), a training package (that covers both general PHP and the Zend products), and an application auditing (that look sat things like code quality, stability, and modularity).

For more information about these and other offerings from Zend, check out this press release for everything and everyone you'll need to know.

tagged: zend german users consulting auditing training migration zend german users consulting auditing training migration

Link:


Trending Topics: