Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oraperl Question

Oraperl Question

From: kevin kreeger <kkreeger_at_cs.sunysb.edu>
Date: 1996/12/05
Message-ID: <585449$nus@newsserv.cs.sunysb.edu>#1/1

I hope this is the right forum for this..

I have a class assignment to create a WWW interface to an oracle database. I am using oraperl to access it and it seems so slow. Tests I have done show that it takes about 2-3 minutes to run the "ora_login" And then only a few second to run the SQL with ora_open and get the date with ora_fetch. SO, everytime I change to a new web page (and therfore a new perl script) I have to call ora_login again and wait 2-3 more minutes.

Is there anyway around this? I tried passing the "$lda" along to the new script and using it there in the ora_open, but Oraperl complained.

THanks in advance

Kevin Received on Thu Dec 05 1996 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US