News Feed
Jobs Feed
Sections




News Archive
Christopher Jones' Blog:
Getting Oracle Connection Errors Faster in PHP
May 04, 2006 @ 06:47:44

On his Oracle blog today, Christopher Jones has posted a simple howto on getting the feedback the PHP Oracle functions throw when they error, only faster.

When a connection fails, you want to know about it as soon as possible. With Oracle Net there are many ways to configure connection and authentication. For example a connection:

$c = oci_connect("hr", "hr", "abc");

could be evaluated by Oracle 10g as using the Easy Connect syntax to machine "abc" (using the default port and database service) or using a net alias "abc" configured in a tnsnames.ora file.

He includes some settings to add to the sqlnet.ora file to help speed thing along - setting the directory path to enable a different authentication syntax and changing a setting to restrict the types of connect methods the client can try.

To show how it all works together, he gives an example of the tnsnames.ora, sqlnet.ora, environment variables, and the commands he ran to test it all out.

1 comment voice your opinion now!
oracle connection errors faster method restrict oracle connection errors faster method restrict


blog comments powered by Disqus

Similar Posts

Lukas Smith's Blog: Its the end of the world as we know it.

DevShed: Using Method Call Overloading in PHP 4

DevShed: Positioning Strings with the show_xy() Method in PDF Documents with PHP 5

PHPMaster.com: Understanding OAuth - Tweeting from Scratch, Part 2

DotVoid.com: Reordering nested sets using PHP and Javascript


Community Events











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


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

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