News Feed
Jobs Feed
Sections




News Archive
Gennady Feldman's Blog:
Leveraging Oracle connection metadata functionality
May 27, 2010 @ 12:48:11

Gennady Feldman has a new post to his site looking at a feature of the Oracle connection functionality that comes with PHP's integration with the powerful database - metadata functionality.

Now with OEM finding what the query is is really easy (you might need to buy Oracle Performance pack to monitor vitals and performance information). So you know which query caused the spike. Do you know where that query is in your application code? [...] You already have a ton of applications written, having to go through every query to add this meta information is a ton of dev effort. What do you do?

He's found a way to help solve the problem - you can use a few handy functions to let you set some more information about the connection. These settings can give you more information about the client, a client identifier, module information and what action or function is performing the query. This information can then be queried in via the V$session variable on the server side.

0 comments voice your opinion now!
oracle connection metadata function


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: The ZendCon Sessions Ep 14: Performance Tuning for PHP with Oracle Database

PHPBuilder.com: PHP and Regular Expressions 101

DevShed: Magic Functions in PHP 5

Christopher Jones' Blog: OCI8 is Leading DB Driver Code Coverage Numbers

Limitless Studios: Determine Number Of Online Users Without A Database


Community Events











Don't see your event here?
Let us know!


development language interview code community zendframework2 tool series unittest phpunit introduction opinion application framework object example release functional testing podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework