Re: mod_perl + multiple Oracle schemas (was RE: Edmund Mergl)

2001-01-11 Thread Tim Bunce
On Wed, Jan 10, 2001 at 07:53:23PM -0500, Ed Park wrote: > John-- > > Another thing you may want to look into is just doing an > "alter session set current_schema" call at the top of your mod_perl page. > This is actually significantly faster than Tim's reauthenticate solution > (about 7X, accord

mod_perl + multiple Oracle schemas (was RE: Edmund Mergl)

2001-01-10 Thread Ed Park
John-- Another thing you may want to look into is just doing an "alter session set current_schema" call at the top of your mod_perl page. This is actually significantly faster than Tim's reauthenticate solution (about 7X, according to my benchmarks). It has become a supported feature as of Oracl