News Feed
Jobs Feed
Sections




News Archive
feed this:

Chris Jones' Blog:
Upgrading PHP Web Applications with Minimum Downtime using Oracle Editioning
September 02, 2009 @ 12:03:47

Chris Jones has posted a guide to upgrading you PHP apps with as little downtime as possible via the new Editioning feature the 11gR2 version of the database.

The Editioning feature of Oracle Database 11gR2 is ideal for web sites that aim for no downtime when releasing application enhancements. Editioning allows certain database objects to have multiple versions all available at the same time. Applications can decide at runtime which version of the objects should be used.

He gives an example of a simple PHP application - an hours tracking app. He creates a stored function that calculates the number of days of vacation an employee can have and shows how to create a new "edition" of it with updated calculations. Your script then runs an alter on the session to point the edition to this new version.

0 comments voice your opinion now!
oracle editioning version object



Community Events











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


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

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