Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oraperl Question
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
![]() |
![]() |