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

Scott Johnson\'s Blog: The Overhead of PHP is_ functions?

Doug Brown's Blog: Zend_Cache is Saving me Money!

Splitbrain.org: Joining .WAVs with PHP

Christopher Jones' Blog: New AJAX & PHP Book from Oracle Press

Rob Richards' Blog: Book Review: PHP Oracle Web Development


Community Events











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


rest testing functional release framework database unittest conference podcast phpunit interview zendframework2 series development usergroup community language symfony2 opinion introduction

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