RE: perl and Oracle

2002-09-11 Thread Angelo Marcos Rigo
that´s the answer for my prays, thank´s for your attention What you say about the performance of your aplicattion? what i want to do was done before using a delphy dll on other windows with iis (that´s was not done by me!) acessing this oracle windows. The performance still remain bad until t

RE: perl and Oracle

2002-09-11 Thread Bob Showalter
> -Original Message- > From: Angelo Marcos Rigo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 8:52 AM > To: Bob Showalter; [EMAIL PROTECTED] > Subject: RE: perl and Oracle > > > Please tell me more about DBD::Proxy > that´s exactly my case!

RE: perl and Oracle

2002-09-11 Thread Angelo Marcos Rigo
Oracle > -Original Message- > From: Angelo Marcos Rigo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 6:46 AM > To: [EMAIL PROTECTED] > Subject: perl and Oracle > > > Hi! > > I have a oracle database in a windows 2000 machine

RE: perl and Oracle

2002-09-11 Thread Joe Raube
gt; > Ângelo Marcos Rigo > Webmaster Colégio Anchieta > http://www.colegioanchieta.g12.br > > > -Original Message- > From: Joe Raube [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 11 de setembro de 2002 9:40 > To: Angelo Marcos Rigo; [EMAIL PROTECTED] > Subje

RE: perl and Oracle

2002-09-11 Thread Bob Showalter
> -Original Message- > From: Angelo Marcos Rigo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 6:46 AM > To: [EMAIL PROTECTED] > Subject: perl and Oracle > > > Hi! > > I have a oracle database in a windows 2000 machine >

RE: perl and Oracle

2002-09-11 Thread Joe Raube
> From: Joe Raube [mailto:[EMAIL PROTECTED]] > Sent: quarta-feira, 11 de setembro de 2002 9:25 > To: [EMAIL PROTECTED] > Subject: RE: perl and Oracle > > > > there is no need to point the hostname or ip adress of the > > windows/oracle machine? > > >

perl and Oracle

2002-09-11 Thread Angelo Marcos Rigo
http://www.colegioanchieta.g12.br -Original Message- From: Joe Raube [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 11 de setembro de 2002 9:25 To: [EMAIL PROTECTED] Subject: RE: perl and Oracle > there is no need to point the hostname or ip adress of the > windows/oracle m

RE: perl and Oracle

2002-09-11 Thread Joe Raube
> there is no need to point the hostname or ip adress of the > windows/oracle machine? > my $dbh = DBI->connect( > 'dbi:Oracle:testdb','USERNAME','PASSWORD',) >|| die "Database connection not made: $DBI::errstr"; The connect does this via the tnsnames.ora file, which has an alia

RE: perl and Oracle

2002-09-11 Thread Angelo Marcos Rigo
PROTECTED] Subject: Re: perl and Oracle Angelo Marcos Rigo wrote: > Hi! > > I have a oracle database in a windows 2000 machine > and other machine with linux/apache webserver, > > i want to acess that oracle/windows machine from this linux webserver &g

RE: perl and Oracle

2002-09-11 Thread Angelo Marcos Rigo
quot;print(DBI->VERSION)" // this is done from the command line in the bash? Ângelo Marcos Rigo Webmaster Colégio Anchieta http://www.colegioanchieta.g12.br -Original Message- From: rob [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 11 de setembro de 2002 9:04 Cc: [EMAIL PROTECTE

Re: perl and Oracle

2002-09-11 Thread rob
Angelo Marcos Rigo wrote: > Hi! > > I have a oracle database in a windows 2000 machine > and other machine with linux/apache webserver, > > i want to acess that oracle/windows machine from this linux webserver > let my users authenthicate and then see their

perl and Oracle

2002-09-11 Thread Angelo Marcos Rigo
Hi! I have a oracle database in a windows 2000 machine and other machine with linux/apache webserver, i want to acess that oracle/windows machine from this linux webserver let my users authenthicate and then see their data stored at this oracle,